File tree 2 files changed +13
-2
lines changed
packages/react-dependency-scripts
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 30
30
"@babel/preset-env" : " ^7.6.3" ,
31
31
"@babel/preset-react" : " ^7.6.3" ,
32
32
"babel-jest" : " ^24.9.0" ,
33
+ "babel-loader" : " ^8.0.6" ,
33
34
"babel-plugin-module-resolver" : " ^3.2.0" ,
34
35
"babel-preset-react-app" : " ^9.0.2" ,
35
36
"html-webpack-plugin" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -2458,6 +2458,16 @@ babel-jest@^24.9.0:
2458
2458
chalk "^2.4.2"
2459
2459
slash "^2.0.0"
2460
2460
2461
+ babel-loader@^8.0.6 :
2462
+ version "8.0.6"
2463
+ resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb"
2464
+ integrity sha512-4BmWKtBOBm13uoUwd08UwjZlaw3O9GWf456R9j+5YykFZ6LUIjIKLc0zEZf+hauxPOJs96C8k6FvYD09vWzhYw==
2465
+ dependencies :
2466
+ find-cache-dir "^2.0.0"
2467
+ loader-utils "^1.0.2"
2468
+ mkdirp "^0.5.1"
2469
+ pify "^4.0.1"
2470
+
2461
2471
[email protected] , babel-plugin-dynamic-import-node@^2.3.0:
2462
2472
version "2.3.0"
2463
2473
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
@@ -4262,7 +4272,7 @@ find-babel-config@^1.1.0:
4262
4272
json5 "^0.5.1"
4263
4273
path-exists "^3.0.0"
4264
4274
4265
- find-cache-dir@^2.1.0 :
4275
+ find-cache-dir@^2.0.0, find-cache-dir@^2. 1.0 :
4266
4276
version "2.1.0"
4267
4277
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
4268
4278
integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
@@ -5988,7 +5998,7 @@ loader-utils@^0.2.16:
5988
5998
json5 "^0.5.0"
5989
5999
object-assign "^4.0.1"
5990
6000
5991
- loader-utils@^1.2.3 :
6001
+ loader-utils@^1.0.2, loader-utils@^1. 2.3 :
5992
6002
version "1.2.3"
5993
6003
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
5994
6004
integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
You can’t perform that action at this time.
0 commit comments