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

Commit 9d3fbdc

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

File tree

2 files changed

+54
-28
lines changed

2 files changed

+54
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lint-staged": "11.2.6",
5252
"prettier": "2.2.1",
5353
"rollup": "2.79.1",
54-
"rollup-plugin-babel": "4.4.0",
54+
"@rollup/plugin-babel": "5.0.0",
5555
"rollup-plugin-terser": "7.0.2",
5656
"rollup-plugin-typescript2": "0.34.1",
5757
"typedoc": "0.17.0-3",

yarn.lock

Lines changed: 53 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -205,20 +205,20 @@
205205
dependencies:
206206
"@babel/types" "^7.21.0"
207207

208-
"@babel/helper-module-imports@^7.0.0":
209-
version "7.8.3"
210-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
211-
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
212-
dependencies:
213-
"@babel/types" "^7.8.3"
214-
215208
"@babel/helper-module-imports@^7.14.5":
216209
version "7.14.5"
217210
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
218211
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
219212
dependencies:
220213
"@babel/types" "^7.14.5"
221214

215+
"@babel/helper-module-imports@^7.7.4":
216+
version "7.22.15"
217+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
218+
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
219+
dependencies:
220+
"@babel/types" "^7.22.15"
221+
222222
"@babel/helper-module-transforms@^7.15.0":
223223
version "7.15.0"
224224
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
@@ -324,6 +324,11 @@
324324
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
325325
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
326326

327+
"@babel/helper-string-parser@^7.22.5":
328+
version "7.22.5"
329+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
330+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
331+
327332
"@babel/helper-validator-identifier@^7.10.4":
328333
version "7.10.4"
329334
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -344,6 +349,11 @@
344349
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
345350
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
346351

352+
"@babel/helper-validator-identifier@^7.22.20":
353+
version "7.22.20"
354+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
355+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
356+
347357
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
348358
version "7.9.5"
349359
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -580,7 +590,16 @@
580590
"@babel/helper-validator-identifier" "^7.19.1"
581591
to-fast-properties "^2.0.0"
582592

583-
"@babel/types@^7.8.3", "@babel/types@^7.9.5":
593+
"@babel/types@^7.22.15":
594+
version "7.23.0"
595+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
596+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
597+
dependencies:
598+
"@babel/helper-string-parser" "^7.22.5"
599+
"@babel/helper-validator-identifier" "^7.22.20"
600+
to-fast-properties "^2.0.0"
601+
602+
"@babel/types@^7.9.5":
584603
version "7.9.5"
585604
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
586605
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
@@ -804,6 +823,23 @@
804823
"@nodelib/fs.scandir" "2.1.3"
805824
fastq "^1.6.0"
806825

826+
827+
version "5.0.0"
828+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
829+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
830+
dependencies:
831+
"@babel/helper-module-imports" "^7.7.4"
832+
"@rollup/pluginutils" "^3.0.8"
833+
834+
"@rollup/pluginutils@^3.0.8":
835+
version "3.1.0"
836+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
837+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
838+
dependencies:
839+
"@types/estree" "0.0.39"
840+
estree-walker "^1.0.1"
841+
picomatch "^2.2.2"
842+
807843
"@rollup/pluginutils@^4.1.2":
808844
version "4.1.2"
809845
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.1.2.tgz#ed5821c15e5e05e32816f5fb9ec607cdf5a75751"
@@ -829,6 +865,11 @@
829865
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
830866
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
831867

868+
869+
version "0.0.39"
870+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
871+
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
872+
832873
833874
version "3.0.3"
834875
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -1845,10 +1886,10 @@ estraverse@^4.0.0, estraverse@^4.1.1:
18451886
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
18461887
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
18471888

1848-
estree-walker@^0.6.1:
1849-
version "0.6.1"
1850-
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
1851-
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
1889+
estree-walker@^1.0.1:
1890+
version "1.0.1"
1891+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
1892+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
18521893

18531894
estree-walker@^2.0.1:
18541895
version "2.0.2"
@@ -3512,14 +3553,6 @@ rimraf@^3.0.2:
35123553
dependencies:
35133554
glob "^7.1.3"
35143555

3515-
3516-
version "4.4.0"
3517-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
3518-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
3519-
dependencies:
3520-
"@babel/helper-module-imports" "^7.0.0"
3521-
rollup-pluginutils "^2.8.1"
3522-
35233556
35243557
version "7.0.2"
35253558
resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz#e8fbba4869981b2dc35ae7e8a502d5c6c04d324d"
@@ -3541,13 +3574,6 @@ [email protected]:
35413574
semver "^7.3.7"
35423575
tslib "^2.4.0"
35433576

3544-
rollup-pluginutils@^2.8.1:
3545-
version "2.8.2"
3546-
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
3547-
integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==
3548-
dependencies:
3549-
estree-walker "^0.6.1"
3550-
35513577
35523578
version "2.79.1"
35533579
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"

0 commit comments

Comments
 (0)