Skip to content

Commit e1a0ad8

Browse files
chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0
1 parent 22d6019 commit e1a0ad8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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==
@@ -3164,6 +3164,14 @@
31643164
dependencies:
31653165
"@octokit/openapi-types" "^11.2.0"
31663166

3167+
"@rollup/plugin-babel@5.0.0":
3168+
version "5.0.0"
3169+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
3170+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
3171+
dependencies:
3172+
"@babel/helper-module-imports" "^7.7.4"
3173+
"@rollup/pluginutils" "^3.0.8"
3174+
31673175
"@rollup/plugin-json@4.1.0":
31683176
version "4.1.0"
31693177
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3"
@@ -12506,14 +12514,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
1250612514
dependencies:
1250712515
glob "^7.1.3"
1250812516

12509-
rollup-plugin-babel@4.4.0:
12510-
version "4.4.0"
12511-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
12512-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
12513-
dependencies:
12514-
"@babel/helper-module-imports" "^7.0.0"
12515-
rollup-pluginutils "^2.8.1"
12516-
1251712517
rollup-plugin-commonjs@10.1.0:
1251812518
version "10.1.0"
1251912519
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"

0 commit comments

Comments
 (0)