Skip to content

Commit 05641cf

Browse files
committed
Unpin babel-loader version
1 parent 5cedfe4 commit 05641cf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-error-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/core": "7.14.2",
4040
"anser": "1.4.10",
4141
"babel-jest": "^27.1.0",
42-
"babel-loader": "8.2.2",
42+
"babel-loader": "^8.2.2",
4343
"babel-preset-react-app": "^10.0.0",
4444
"chalk": "2.4.2",
4545
"chokidar": "^3.5.1",

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.3",
3333
"@svgr/webpack": "5.5.0",
3434
"babel-jest": "^27.1.0",
35-
"babel-loader": "8.2.2",
35+
"babel-loader": "^8.2.2",
3636
"babel-plugin-named-asset-import": "^0.3.7",
3737
"babel-preset-react-app": "^10.0.0",
3838
"bfj": "^7.0.2",

0 commit comments

Comments
 (0)