Skip to content

Commit d206f3d

Browse files
Update dependency babel-loader to v10
1 parent 538607a commit d206f3d

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@typescript-eslint/parser": "4.33.0",
2323
"antd": "4.24.16",
2424
"babel-eslint": "10.1.0",
25-
"babel-loader": "8.4.1",
25+
"babel-loader": "10.0.0",
2626
"eslint": "7.32.0",
2727
"eslint-config-prettier": "8.10.0",
2828
"eslint-config-react-app": "6.0.0",

yarn.lock

+5-8
Original file line numberDiff line numberDiff line change
@@ -5972,15 +5972,12 @@ babel-jest@^26.6.3:
59725972
graceful-fs "^4.2.4"
59735973
slash "^3.0.0"
59745974

5975-
babel-loader@8.4.1:
5976-
version "8.4.1"
5977-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.4.1.tgz#6ccb75c66e62c3b144e1c5f2eaec5b8f6c08c675"
5978-
integrity sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==
5975+
babel-loader@10.0.0:
5976+
version "10.0.0"
5977+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
5978+
integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==
59795979
dependencies:
5980-
find-cache-dir "^3.3.1"
5981-
loader-utils "^2.0.4"
5982-
make-dir "^3.1.0"
5983-
schema-utils "^2.6.5"
5980+
find-up "^5.0.0"
59845981

59855982
babel-loader@^8.0.0:
59865983
version "8.2.3"

0 commit comments

Comments
 (0)