Skip to content

Commit 7d0f02c

Browse files
chore(deps): replace devdependency rollup-plugin-babel with @rollup/plugin-babel ^5.0.0
1 parent 96d8ce4 commit 7d0f02c

File tree

2 files changed

+54
-9
lines changed

2 files changed

+54
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"puppeteer-core": "^3.3.0",
105105
"rimraf": "^3.0.2",
106106
"rollup": "^2.15.0",
107-
"rollup-plugin-babel": "^4.4.0",
107+
"@rollup/plugin-babel": "^5.0.0",
108108
"rollup-plugin-commonjs": "^10.1.0",
109109
"rollup-plugin-json": "^4.0.0",
110110
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

+53-8
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@
167167
dependencies:
168168
"@babel/types" "^7.10.1"
169169

170+
"@babel/helper-module-imports@^7.10.4":
171+
version "7.22.15"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
173+
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
174+
dependencies:
175+
"@babel/types" "^7.22.15"
176+
170177
"@babel/helper-module-transforms@^7.10.1":
171178
version "7.10.1"
172179
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz#24e2f08ee6832c60b157bb0936c86bef7210c622"
@@ -235,11 +242,21 @@
235242
dependencies:
236243
"@babel/types" "^7.10.1"
237244

245+
"@babel/helper-string-parser@^7.23.4":
246+
version "7.23.4"
247+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
248+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
249+
238250
"@babel/helper-validator-identifier@^7.10.1":
239251
version "7.10.1"
240252
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
241253
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
242254

255+
"@babel/helper-validator-identifier@^7.22.20":
256+
version "7.22.20"
257+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
258+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
259+
243260
"@babel/helper-wrap-function@^7.10.1":
244261
version "7.10.1"
245262
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
@@ -877,6 +894,15 @@
877894
lodash "^4.17.13"
878895
to-fast-properties "^2.0.0"
879896

897+
"@babel/types@^7.22.15":
898+
version "7.24.0"
899+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
900+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
901+
dependencies:
902+
"@babel/helper-string-parser" "^7.23.4"
903+
"@babel/helper-validator-identifier" "^7.22.20"
904+
to-fast-properties "^2.0.0"
905+
880906
"@bcoe/v8-coverage@^0.2.3":
881907
version "0.2.3"
882908
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1158,6 +1184,23 @@
11581184
eslint-plugin-unicorn "^19.0.1"
11591185
eslint-plugin-vue "^6.2.2"
11601186

1187+
"@rollup/plugin-babel@^5.0.0":
1188+
version "5.3.1"
1189+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
1190+
integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==
1191+
dependencies:
1192+
"@babel/helper-module-imports" "^7.10.4"
1193+
"@rollup/pluginutils" "^3.1.0"
1194+
1195+
"@rollup/pluginutils@^3.1.0":
1196+
version "3.1.0"
1197+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
1198+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
1199+
dependencies:
1200+
"@types/estree" "0.0.39"
1201+
estree-walker "^1.0.1"
1202+
picomatch "^2.2.2"
1203+
11611204
"@sindresorhus/is@^0.14.0":
11621205
version "0.14.0"
11631206
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -4900,6 +4943,11 @@ estree-walker@^0.6.1:
49004943
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
49014944
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
49024945

4946+
estree-walker@^1.0.1:
4947+
version "1.0.1"
4948+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
4949+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
4950+
49034951
esutils@^2.0.2:
49044952
version "2.0.3"
49054953
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -9052,6 +9100,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
90529100
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
90539101
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
90549102

9103+
picomatch@^2.2.2:
9104+
version "2.3.1"
9105+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
9106+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
9107+
90559108
pify@^2.0.0, pify@^2.3.0:
90569109
version "2.3.0"
90579110
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -10265,14 +10318,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
1026510318
hash-base "^3.0.0"
1026610319
inherits "^2.0.1"
1026710320

10268-
rollup-plugin-babel@^4.4.0:
10269-
version "4.4.0"
10270-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
10271-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
10272-
dependencies:
10273-
"@babel/helper-module-imports" "^7.0.0"
10274-
rollup-pluginutils "^2.8.1"
10275-
1027610321
rollup-plugin-commonjs@^10.1.0:
1027710322
version "10.1.0"
1027810323
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"

0 commit comments

Comments
 (0)