Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 64f6ab5

Browse files
chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0
1 parent 7754075 commit 64f6ab5

File tree

2 files changed

+67
-17
lines changed

2 files changed

+67
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"react-dom": "16.14.0",
7272
"react-test-renderer": "16.14.0",
7373
"rollup": "2.79.1",
74-
"rollup-plugin-babel": "4.4.0",
74+
"@rollup/plugin-babel": "5.0.0",
7575
"rollup-plugin-replace": "2.2.0",
7676
"rollup-plugin-terser": "7.0.2",
7777
"semantic-release": "17.4.7"

yarn.lock

Lines changed: 66 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -232,20 +232,27 @@
232232
dependencies:
233233
"@babel/types" "^7.8.3"
234234

235-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.8.3":
236-
version "7.8.3"
237-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
238-
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
239-
dependencies:
240-
"@babel/types" "^7.8.3"
241-
242235
"@babel/helper-module-imports@^7.18.6":
243236
version "7.18.6"
244237
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
245238
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
246239
dependencies:
247240
"@babel/types" "^7.18.6"
248241

242+
"@babel/helper-module-imports@^7.7.4":
243+
version "7.22.15"
244+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
245+
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
246+
dependencies:
247+
"@babel/types" "^7.22.15"
248+
249+
"@babel/helper-module-imports@^7.8.3":
250+
version "7.8.3"
251+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
252+
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
253+
dependencies:
254+
"@babel/types" "^7.8.3"
255+
249256
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
250257
version "7.21.2"
251258
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
@@ -397,6 +404,11 @@
397404
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
398405
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
399406

407+
"@babel/helper-string-parser@^7.22.5":
408+
version "7.22.5"
409+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
410+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
411+
400412
"@babel/helper-validator-identifier@^7.10.4":
401413
version "7.10.4"
402414
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -407,6 +419,11 @@
407419
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
408420
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
409421

422+
"@babel/helper-validator-identifier@^7.22.19":
423+
version "7.22.20"
424+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
425+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
426+
410427
"@babel/helper-validator-identifier@^7.9.0":
411428
version "7.9.0"
412429
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
@@ -1255,6 +1272,15 @@
12551272
"@babel/helper-validator-identifier" "^7.19.1"
12561273
to-fast-properties "^2.0.0"
12571274

1275+
"@babel/types@^7.22.15":
1276+
version "7.22.19"
1277+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
1278+
integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==
1279+
dependencies:
1280+
"@babel/helper-string-parser" "^7.22.5"
1281+
"@babel/helper-validator-identifier" "^7.22.19"
1282+
to-fast-properties "^2.0.0"
1283+
12581284
"@babel/types@^7.3.3":
12591285
version "7.9.5"
12601286
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
@@ -2006,6 +2032,23 @@
20062032
dependencies:
20072033
"@types/node" ">= 8"
20082034

2035+
"@rollup/plugin-babel@5.0.0":
2036+
version "5.0.0"
2037+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
2038+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
2039+
dependencies:
2040+
"@babel/helper-module-imports" "^7.7.4"
2041+
"@rollup/pluginutils" "^3.0.8"
2042+
2043+
"@rollup/pluginutils@^3.0.8":
2044+
version "3.1.0"
2045+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
2046+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
2047+
dependencies:
2048+
"@types/estree" "0.0.39"
2049+
estree-walker "^1.0.1"
2050+
picomatch "^2.2.2"
2051+
20092052
"@semantic-release/commit-analyzer@8.0.1", "@semantic-release/commit-analyzer@^8.0.0":
20102053
version "8.0.1"
20112054
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz#5d2a37cd5a3312da0e3ac05b1ca348bf60b90bca"
@@ -2202,6 +2245,11 @@
22022245
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
22032246
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
22042247

2248+
"@types/estree@0.0.39":
2249+
version "0.0.39"
2250+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
2251+
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
2252+
22052253
"@types/graceful-fs@^4.1.2":
22062254
version "4.1.3"
22072255
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.3.tgz#039af35fe26bec35003e8d86d2ee9c586354348f"
@@ -4557,6 +4605,11 @@ estree-walker@^0.6.1:
45574605
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
45584606
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
45594607

4608+
estree-walker@^1.0.1:
4609+
version "1.0.1"
4610+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
4611+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
4612+
45604613
esutils@^2.0.2:
45614614
version "2.0.3"
45624615
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -8539,6 +8592,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
85398592
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
85408593
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
85418594

8595+
picomatch@^2.2.2:
8596+
version "2.3.1"
8597+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
8598+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
8599+
85428600
pify@^2.0.0:
85438601
version "2.3.0"
85448602
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -9357,14 +9415,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
93579415
dependencies:
93589416
glob "^7.1.3"
93599417

9360-
rollup-plugin-babel@4.4.0:
9361-
version "4.4.0"
9362-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
9363-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
9364-
dependencies:
9365-
"@babel/helper-module-imports" "^7.0.0"
9366-
rollup-pluginutils "^2.8.1"
9367-
93689418
rollup-plugin-replace@2.2.0:
93699419
version "2.2.0"
93709420
resolved "https://registry.yarnpkg.com/rollup-plugin-replace/-/rollup-plugin-replace-2.2.0.tgz#f41ae5372e11e7a217cde349c8b5d5fd115e70e3"
@@ -9383,7 +9433,7 @@ rollup-plugin-terser@7.0.2:
93839433
serialize-javascript "^4.0.0"
93849434
terser "^5.0.0"
93859435

9386-
rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
9436+
rollup-pluginutils@^2.6.0:
93879437
version "2.8.2"
93889438
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
93899439
integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==

0 commit comments

Comments
 (0)