Skip to content

Commit 103d42d

Browse files
committed
update react and babel compiler to fix a dependency issue
1 parent ae7af33 commit 103d42d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bitmap

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"origin": "IMPORTED",
7171
"originallySharedDir": "components/compilers"
7272
},
73-
"bit.envs/compilers/[email protected].2": {
73+
"bit.envs/compilers/[email protected].3": {
7474
"files": [
7575
{
7676
"name": ".babelrc",
@@ -179,7 +179,7 @@
179179
"origin": "IMPORTED",
180180
"originallySharedDir": "src/compilers/react-typescript"
181181
},
182-
"bit.envs/compilers/[email protected].3": {
182+
"bit.envs/compilers/[email protected].4": {
183183
"files": [
184184
{
185185
"name": ".babelrc",

components/compilers/babel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bit/bit.envs.compilers.babel",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"homepage": "https://bit.dev/bit/envs/compilers/babel",
55
"main": "compilers/babel/index.js",
66
"dependencies": {

components/compilers/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bit/bit.envs.compilers.react",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"homepage": "https://bit.dev/bit/envs/compilers/react",
55
"main": "compilers/react/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)