Skip to content

Commit 058af2c

Browse files
chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0
1 parent e0928dd commit 058af2c

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"postcss-scss": "4.0.6",
7676
"prettier": "2.8.7",
7777
"rollup": "2.79.1",
78-
"rollup-plugin-babel": "4.4.0",
78+
"@rollup/plugin-babel": "5.0.0",
7979
"rollup-plugin-commonjs": "10.1.0",
8080
"rollup-plugin-filesize": "9.1.2",
8181
"rollup-plugin-license": "2.9.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -431,14 +431,14 @@
431431
"@babel/traverse" "^7.28.5"
432432
"@babel/types" "^7.28.5"
433433

434-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.18.6":
434+
"@babel/helper-module-imports@^7.18.6":
435435
version "7.21.4"
436436
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
437437
integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
438438
dependencies:
439439
"@babel/types" "^7.21.4"
440440

441-
"@babel/helper-module-imports@^7.27.1", "@babel/helper-module-imports@^7.28.6":
441+
"@babel/helper-module-imports@^7.27.1", "@babel/helper-module-imports@^7.28.6", "@babel/helper-module-imports@^7.7.4":
442442
version "7.28.6"
443443
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
444444
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
@@ -3364,6 +3364,14 @@
33643364
dependencies:
33653365
"@octokit/openapi-types" "^11.2.0"
33663366

3367+
"@rollup/plugin-babel@5.0.0":
3368+
version "5.0.0"
3369+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
3370+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
3371+
dependencies:
3372+
"@babel/helper-module-imports" "^7.7.4"
3373+
"@rollup/pluginutils" "^3.0.8"
3374+
33673375
"@rollup/plugin-json@4.1.0":
33683376
version "4.1.0"
33693377
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3"
@@ -13002,14 +13010,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
1300213010
dependencies:
1300313011
glob "^7.1.3"
1300413012

13005-
rollup-plugin-babel@4.4.0:
13006-
version "4.4.0"
13007-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
13008-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
13009-
dependencies:
13010-
"@babel/helper-module-imports" "^7.0.0"
13011-
rollup-pluginutils "^2.8.1"
13012-
1301313013
rollup-plugin-commonjs@10.1.0:
1301413014
version "10.1.0"
1301513015
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"

0 commit comments

Comments
 (0)