Skip to content

Commit c7a9285

Browse files
chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0
1 parent 8e2b0db commit c7a9285

File tree

2 files changed

+32
-39
lines changed

2 files changed

+32
-39
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.2",
78-
"rollup-plugin-babel": "4.4.0",
78+
"@rollup/plugin-babel": "5.0.0",
7979
"rollup-plugin-license": "^3.6.0",
8080
"rollup-plugin-vue": "6.0.0",
8181
"typescript": "4.9.5",

yarn.lock

+31-38
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,7 @@
9090
lru-cache "^5.1.1"
9191
semver "^6.3.1"
9292

93-
"@babel/helper-module-imports@^7.0.0":
94-
version "7.18.6"
95-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
96-
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
97-
dependencies:
98-
"@babel/types" "^7.18.6"
99-
100-
"@babel/helper-module-imports@^7.25.9":
93+
"@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.7.4":
10194
version "7.25.9"
10295
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
10396
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
@@ -114,17 +107,12 @@
114107
"@babel/helper-validator-identifier" "^7.25.9"
115108
"@babel/traverse" "^7.25.9"
116109

117-
"@babel/helper-string-parser@^7.19.4":
118-
version "7.19.4"
119-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
120-
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
121-
122110
"@babel/helper-string-parser@^7.25.9":
123111
version "7.25.9"
124112
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
125113
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
126114

127-
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
115+
"@babel/helper-validator-identifier@^7.18.6":
128116
version "7.19.1"
129117
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
130118
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
@@ -229,15 +217,6 @@
229217
debug "^4.3.1"
230218
globals "^11.1.0"
231219

232-
"@babel/types@^7.18.6":
233-
version "7.20.5"
234-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
235-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
236-
dependencies:
237-
"@babel/helper-string-parser" "^7.19.4"
238-
"@babel/helper-validator-identifier" "^7.19.1"
239-
to-fast-properties "^2.0.0"
240-
241220
"@babel/types@^7.25.9", "@babel/types@^7.26.3":
242221
version "7.26.3"
243222
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.3.tgz#37e79830f04c2b5687acc77db97fbc75fb81f3c0"
@@ -627,6 +606,14 @@
627606
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
628607
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
629608

609+
610+
version "5.0.0"
611+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
612+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
613+
dependencies:
614+
"@babel/helper-module-imports" "^7.7.4"
615+
"@rollup/pluginutils" "^3.0.8"
616+
630617
631618
version "1.0.3"
632619
resolved "https://registry.yarnpkg.com/@rollup/plugin-buble/-/plugin-buble-1.0.3.tgz#6ce275f062a3bac583472cf14f54aa5f0957dccf"
@@ -676,6 +663,15 @@
676663
"@rollup/pluginutils" "^5.1.0"
677664
resolve "^1.22.1"
678665

666+
"@rollup/pluginutils@^3.0.8":
667+
version "3.1.0"
668+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
669+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
670+
dependencies:
671+
"@types/estree" "0.0.39"
672+
estree-walker "^1.0.1"
673+
picomatch "^2.2.2"
674+
679675
"@rollup/pluginutils@^5.0.1":
680676
version "5.0.2"
681677
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
@@ -877,6 +873,11 @@
877873
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
878874
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
879875

876+
877+
version "0.0.39"
878+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
879+
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
880+
880881
881882
version "1.0.5"
882883
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
@@ -2594,6 +2595,11 @@ estree-walker@^0.6.1:
25942595
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
25952596
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
25962597

2598+
estree-walker@^1.0.1:
2599+
version "1.0.1"
2600+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
2601+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
2602+
25972603
estree-walker@^2.0.2:
25982604
version "2.0.2"
25992605
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
@@ -4235,7 +4241,7 @@ picocolors@^1.1.0, picocolors@^1.1.1:
42354241
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
42364242
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
42374243

4238-
picomatch@^2.3.1:
4244+
picomatch@^2.2.2, picomatch@^2.3.1:
42394245
version "2.3.1"
42404246
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
42414247
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -4613,14 +4619,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
46134619
dependencies:
46144620
glob "^7.1.3"
46154621

4616-
4617-
version "4.4.0"
4618-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
4619-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
4620-
dependencies:
4621-
"@babel/helper-module-imports" "^7.0.0"
4622-
rollup-pluginutils "^2.8.1"
4623-
46244622
rollup-plugin-license@^3.6.0:
46254623
version "3.6.0"
46264624
resolved "https://registry.yarnpkg.com/rollup-plugin-license/-/rollup-plugin-license-3.6.0.tgz#4699ac83cea91afdbea638e72740531f00828ff7"
@@ -4644,7 +4642,7 @@ [email protected]:
46444642
hash-sum "^2.0.0"
46454643
rollup-pluginutils "^2.8.2"
46464644

4647-
rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
4645+
rollup-pluginutils@^2.8.2:
46484646
version "2.8.2"
46494647
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
46504648
integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==
@@ -5148,11 +5146,6 @@ tmp@~0.2.1:
51485146
dependencies:
51495147
rimraf "^3.0.0"
51505148

5151-
to-fast-properties@^2.0.0:
5152-
version "2.0.0"
5153-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
5154-
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
5155-
51565149
to-regex-range@^5.0.1:
51575150
version "5.0.1"
51585151
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"

0 commit comments

Comments
 (0)