Skip to content

Commit 88580f9

Browse files
Update dependency babel-loader to v10
1 parent 2d851da commit 88580f9

File tree

2 files changed

+43
-12
lines changed

2 files changed

+43
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/register": "^7.11.5",
3131
"assets-webpack-plugin": "^3.9.7",
3232
"@babel/eslint-parser": "^7.11.0",
33-
"babel-loader": "^8.0.4",
33+
"babel-loader": "^10.0.0",
3434
"clean-webpack-plugin": "^3.0.0",
3535
"copy-webpack-plugin": "^5.0.0",
3636
"cross-env": "^7.0.0",

yarn.lock

Lines changed: 42 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,15 +2239,12 @@ b4a@^1.6.4:
22392239
resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9"
22402240
integrity sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==
22412241

2242-
babel-loader@^8.0.4:
2243-
version "8.4.1"
2244-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.4.1.tgz#6ccb75c66e62c3b144e1c5f2eaec5b8f6c08c675"
2245-
integrity sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==
2242+
babel-loader@^10.0.0:
2243+
version "10.0.0"
2244+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
2245+
integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==
22462246
dependencies:
2247-
find-cache-dir "^3.3.1"
2248-
loader-utils "^2.0.4"
2249-
make-dir "^3.1.0"
2250-
schema-utils "^2.6.5"
2247+
find-up "^5.0.0"
22512248

22522249
babel-plugin-emotion@^10.0.27:
22532250
version "10.2.2"
@@ -4907,6 +4904,14 @@ find-up@^4.0.0:
49074904
locate-path "^5.0.0"
49084905
path-exists "^4.0.0"
49094906

4907+
find-up@^5.0.0:
4908+
version "5.0.0"
4909+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
4910+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
4911+
dependencies:
4912+
locate-path "^6.0.0"
4913+
path-exists "^4.0.0"
4914+
49104915
find-versions@^5.0.0:
49114916
version "5.1.0"
49124917
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-5.1.0.tgz#973f6739ce20f5e439a27eba8542a4b236c8e685"
@@ -6927,7 +6932,7 @@ loader-utils@^1.2.3:
69276932
emojis-list "^3.0.0"
69286933
json5 "^1.0.1"
69296934

6930-
loader-utils@^2.0.0, loader-utils@^2.0.4:
6935+
loader-utils@^2.0.0:
69316936
version "2.0.4"
69326937
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
69336938
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
@@ -6958,6 +6963,13 @@ locate-path@^5.0.0:
69586963
dependencies:
69596964
p-locate "^4.1.0"
69606965

6966+
locate-path@^6.0.0:
6967+
version "6.0.0"
6968+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
6969+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
6970+
dependencies:
6971+
p-locate "^5.0.0"
6972+
69616973
lodash-es@^4.17.15:
69626974
version "4.17.21"
69636975
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
@@ -7055,7 +7067,7 @@ make-dir@^2.0.0, make-dir@^2.1.0:
70557067
pify "^4.0.1"
70567068
semver "^5.6.0"
70577069

7058-
make-dir@^3.0.2, make-dir@^3.1.0:
7070+
make-dir@^3.0.2:
70597071
version "3.1.0"
70607072
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
70617073
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
@@ -8552,6 +8564,13 @@ p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1, p-limit@^2.3.0:
85528564
dependencies:
85538565
p-try "^2.0.0"
85548566

8567+
p-limit@^3.0.2:
8568+
version "3.1.0"
8569+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
8570+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
8571+
dependencies:
8572+
yocto-queue "^0.1.0"
8573+
85558574
p-locate@^3.0.0:
85568575
version "3.0.0"
85578576
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -8566,6 +8585,13 @@ p-locate@^4.1.0:
85668585
dependencies:
85678586
p-limit "^2.2.0"
85688587

8588+
p-locate@^5.0.0:
8589+
version "5.0.0"
8590+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
8591+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
8592+
dependencies:
8593+
p-limit "^3.0.2"
8594+
85698595
p-map@^2.0.0:
85708596
version "2.1.0"
85718597
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
@@ -10829,7 +10855,7 @@ schema-utils@^1.0.0:
1082910855
ajv-errors "^1.0.0"
1083010856
ajv-keywords "^3.1.0"
1083110857

10832-
schema-utils@^2.5.0, schema-utils@^2.6.1, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0:
10858+
schema-utils@^2.5.0, schema-utils@^2.6.1, schema-utils@^2.6.6, schema-utils@^2.7.0:
1083310859
version "2.7.1"
1083410860
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
1083510861
integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
@@ -13179,6 +13205,11 @@ yauzl@^3.1.2:
1317913205
buffer-crc32 "~0.2.3"
1318013206
pend "~1.2.0"
1318113207

13208+
yocto-queue@^0.1.0:
13209+
version "0.1.0"
13210+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
13211+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
13212+
1318213213
zen-observable-ts@^0.8.21:
1318313214
version "0.8.21"
1318413215
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz#85d0031fbbde1eba3cd07d3ba90da241215f421d"

0 commit comments

Comments
 (0)