Skip to content

Commit f800443

Browse files
chore(deps): replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0
1 parent 0b24cde commit f800443

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"react-dom": "18.2.0",
7272
"react-test-renderer": "18.2.0",
7373
"rollup": "2.79.1",
74-
"rollup-plugin-babel": "4.4.0",
74+
"@rollup/plugin-babel": "5.0.0",
7575
"rollup-plugin-node-builtins": "2.1.2",
7676
"rollup-plugin-node-globals": "1.4.0",
7777
"rollup-plugin-node-resolve": "5.2.0",

yarn.lock

+17-10
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
dependencies:
328328
"@babel/types" "^7.22.5"
329329

330-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.16.7":
330+
"@babel/helper-module-imports@^7.16.7":
331331
version "7.16.7"
332332
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
333333
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
@@ -348,6 +348,13 @@
348348
dependencies:
349349
"@babel/types" "^7.22.5"
350350

351+
"@babel/helper-module-imports@^7.7.4":
352+
version "7.24.3"
353+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
354+
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
355+
dependencies:
356+
"@babel/types" "^7.24.0"
357+
351358
"@babel/helper-module-transforms@^7.17.12":
352359
version "7.17.12"
353360
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e"
@@ -2000,7 +2007,15 @@
20002007
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
20012008
integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
20022009

2003-
"@rollup/pluginutils@^3.0.9":
2010+
"@rollup/plugin-babel@5.0.0":
2011+
version "5.0.0"
2012+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
2013+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
2014+
dependencies:
2015+
"@babel/helper-module-imports" "^7.7.4"
2016+
"@rollup/pluginutils" "^3.0.8"
2017+
2018+
"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.0.9":
20042019
version "3.1.0"
20052020
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
20062021
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -8728,14 +8743,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
87288743
hash-base "^3.0.0"
87298744
inherits "^2.0.1"
87308745

8731-
rollup-plugin-babel@4.4.0:
8732-
version "4.4.0"
8733-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
8734-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
8735-
dependencies:
8736-
"@babel/helper-module-imports" "^7.0.0"
8737-
rollup-pluginutils "^2.8.1"
8738-
87398746
rollup-plugin-node-builtins@2.1.2:
87408747
version "2.1.2"
87418748
resolved "https://registry.yarnpkg.com/rollup-plugin-node-builtins/-/rollup-plugin-node-builtins-2.1.2.tgz#24a1fed4a43257b6b64371d8abc6ce1ab14597e9"

0 commit comments

Comments
 (0)