File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
packages/react-dependency-scripts Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3030 "@babel/preset-env" : " ^7.6.3" ,
3131 "@babel/preset-react" : " ^7.6.3" ,
3232 "babel-jest" : " ^24.9.0" ,
33+ "babel-loader" : " ^8.0.6" ,
3334 "babel-plugin-module-resolver" : " ^3.2.0" ,
3435 "babel-preset-react-app" : " ^9.0.2" ,
3536 "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:
24582458 chalk "^2.4.2"
24592459 slash "^2.0.0"
24602460
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+
24612471babel-plugin-dynamic-import-node@2.3.0, babel-plugin-dynamic-import-node@^2.3.0 :
24622472 version "2.3.0"
24632473 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:
42624272 json5 "^0.5.1"
42634273 path-exists "^3.0.0"
42644274
4265- find-cache-dir@^2.1.0 :
4275+ find-cache-dir@^2.0.0, find-cache-dir@^2. 1.0 :
42664276 version "2.1.0"
42674277 resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
42684278 integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
@@ -5988,7 +5998,7 @@ loader-utils@^0.2.16:
59885998 json5 "^0.5.0"
59895999 object-assign "^4.0.1"
59906000
5991- loader-utils@^1.2.3 :
6001+ loader-utils@^1.0.2, loader-utils@^1. 2.3 :
59926002 version "1.2.3"
59936003 resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
59946004 integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
You can’t perform that action at this time.
0 commit comments