Skip to content

Commit 93241a0

Browse files
authored
Unpin babel dependencies (#10797)
1 parent b172b5e commit 93241a0

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

packages/babel-preset-react-app/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.12.3",
25-
"@babel/plugin-proposal-class-properties": "7.12.1",
26-
"@babel/plugin-proposal-decorators": "7.12.1",
27-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
28-
"@babel/plugin-proposal-numeric-separator": "7.12.1",
29-
"@babel/plugin-proposal-optional-chaining": "7.12.1",
30-
"@babel/plugin-transform-flow-strip-types": "7.12.1",
31-
"@babel/plugin-transform-react-display-name": "7.12.1",
32-
"@babel/plugin-transform-runtime": "7.12.1",
33-
"@babel/preset-env": "7.12.1",
34-
"@babel/preset-react": "7.12.1",
35-
"@babel/preset-typescript": "7.12.1",
36-
"@babel/runtime": "7.12.1",
37-
"babel-plugin-macros": "2.8.0",
38-
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
24+
"@babel/core": "^7.12.3",
25+
"@babel/plugin-proposal-class-properties": "^7.12.1",
26+
"@babel/plugin-proposal-decorators": "^7.12.1",
27+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
28+
"@babel/plugin-proposal-numeric-separator": "^7.12.1",
29+
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
30+
"@babel/plugin-transform-flow-strip-types": "^7.12.1",
31+
"@babel/plugin-transform-react-display-name": "^7.12.1",
32+
"@babel/plugin-transform-runtime": "^7.12.1",
33+
"@babel/preset-env": "^7.12.1",
34+
"@babel/preset-react": "^7.12.1",
35+
"@babel/preset-typescript": "^7.12.1",
36+
"@babel/runtime": "^7.12.1",
37+
"babel-plugin-macros": "^2.8.0",
38+
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
3939
}
4040
}

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"webpackHotDevClient.js"
5353
],
5454
"dependencies": {
55-
"@babel/code-frame": "7.10.4",
55+
"@babel/code-frame": "^7.10.4",
5656
"address": "1.1.2",
5757
"browserslist": "4.14.2",
5858
"chalk": "2.4.2",

packages/react-error-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"lib/index.js"
3535
],
3636
"devDependencies": {
37-
"@babel/code-frame": "7.10.4",
38-
"@babel/core": "7.12.3",
37+
"@babel/code-frame": "^7.10.4",
38+
"@babel/core": "^7.12.3",
3939
"anser": "1.4.10",
4040
"babel-eslint": "^10.1.0",
4141
"babel-jest": "^26.6.0",
42-
"babel-loader": "8.1.0",
42+
"babel-loader": "^8.1.0",
4343
"babel-preset-react-app": "^10.0.0",
4444
"chalk": "2.4.2",
4545
"chokidar": "^3.4.3",

packages/react-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.12.3",
31+
"@babel/core": "^7.12.3",
3232
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
3333
"@svgr/webpack": "5.5.0",
3434
"@typescript-eslint/eslint-plugin": "^4.5.0",
3535
"@typescript-eslint/parser": "^4.5.0",
3636
"babel-eslint": "^10.1.0",
3737
"babel-jest": "^26.6.0",
38-
"babel-loader": "8.1.0",
38+
"babel-loader": "^8.1.0",
3939
"babel-plugin-named-asset-import": "^0.3.7",
4040
"babel-preset-react-app": "^10.0.0",
4141
"bfj": "^7.0.2",

0 commit comments

Comments
 (0)