Skip to content

Commit 1cac095

Browse files
chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0
1 parent 9aebc6f commit 1cac095

File tree

2 files changed

+13
-34
lines changed

2 files changed

+13
-34
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"prettier": "2.8.8",
7676
"read-pkg": "5.2.0",
7777
"rollup": "2.79.1",
78-
"rollup-plugin-babel": "4.4.0",
78+
"@rollup/plugin-babel": "5.0.0",
7979
"rollup-plugin-license": "^3.0.1",
8080
"rollup-plugin-vue": "6.0.0",
8181
"typescript": "4.9.5",

yarn.lock

+12-33
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,7 @@
9191
dependencies:
9292
"@babel/types" "^7.22.5"
9393

94-
"@babel/helper-module-imports@^7.0.0":
95-
version "7.18.6"
96-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
97-
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
98-
dependencies:
99-
"@babel/types" "^7.18.6"
100-
101-
"@babel/helper-module-imports@^7.22.5":
94+
"@babel/helper-module-imports@^7.22.5", "@babel/helper-module-imports@^7.7.4":
10295
version "7.22.5"
10396
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c"
10497
integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==
@@ -133,17 +126,12 @@
133126
dependencies:
134127
"@babel/types" "^7.22.5"
135128

136-
"@babel/helper-string-parser@^7.19.4":
137-
version "7.19.4"
138-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
139-
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
140-
141129
"@babel/helper-string-parser@^7.22.5":
142130
version "7.22.5"
143131
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
144132
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
145133

146-
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
134+
"@babel/helper-validator-identifier@^7.18.6":
147135
version "7.19.1"
148136
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
149137
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
@@ -235,15 +223,6 @@
235223
debug "^4.1.0"
236224
globals "^11.1.0"
237225

238-
"@babel/types@^7.18.6":
239-
version "7.20.5"
240-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
241-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
242-
dependencies:
243-
"@babel/helper-string-parser" "^7.19.4"
244-
"@babel/helper-validator-identifier" "^7.19.1"
245-
to-fast-properties "^2.0.0"
246-
247226
"@babel/types@^7.22.5":
248227
version "7.22.5"
249228
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -572,6 +551,14 @@
572551
"@nodelib/fs.scandir" "2.1.5"
573552
fastq "^1.6.0"
574553

554+
555+
version "5.0.0"
556+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
557+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
558+
dependencies:
559+
"@babel/helper-module-imports" "^7.7.4"
560+
"@rollup/pluginutils" "^3.0.8"
561+
575562
576563
version "1.0.2"
577564
resolved "https://registry.yarnpkg.com/@rollup/plugin-buble/-/plugin-buble-1.0.2.tgz#30af390341b0888490f781fcf17e469198d118a2"
@@ -621,7 +608,7 @@
621608
"@rollup/pluginutils" "^3.1.0"
622609
resolve "^1.17.0"
623610

624-
"@rollup/pluginutils@^3.1.0":
611+
"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
625612
version "3.1.0"
626613
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
627614
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -4441,14 +4428,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
44414428
dependencies:
44424429
glob "^7.1.3"
44434430

4444-
4445-
version "4.4.0"
4446-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
4447-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
4448-
dependencies:
4449-
"@babel/helper-module-imports" "^7.0.0"
4450-
rollup-pluginutils "^2.8.1"
4451-
44524431
rollup-plugin-license@^3.0.1:
44534432
version "3.0.1"
44544433
resolved "https://registry.yarnpkg.com/rollup-plugin-license/-/rollup-plugin-license-3.0.1.tgz#e54d9464971dc2c5282b74c00cee09091b329054"
@@ -4473,7 +4452,7 @@ [email protected]:
44734452
hash-sum "^2.0.0"
44744453
rollup-pluginutils "^2.8.2"
44754454

4476-
rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
4455+
rollup-pluginutils@^2.8.2:
44774456
version "2.8.2"
44784457
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
44794458
integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==

0 commit comments

Comments
 (0)