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

Commit cb4633c

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

File tree

2 files changed

+57
-17
lines changed

2 files changed

+57
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"react-dom": "16.14.0",
7272
"react-test-renderer": "16.14.0",
7373
"rollup": "2.79.1",
74-
"rollup-plugin-babel": "4.4.0",
74+
"@rollup/plugin-babel": "5.0.0",
7575
"rollup-plugin-replace": "2.2.0",
7676
"rollup-plugin-terser": "7.0.2",
7777
"semantic-release": "17.4.7"

yarn.lock

+56-16
Original file line numberDiff line numberDiff line change
@@ -249,20 +249,27 @@
249249
dependencies:
250250
"@babel/types" "^7.8.3"
251251

252-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.8.3":
253-
version "7.8.3"
254-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
255-
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
256-
dependencies:
257-
"@babel/types" "^7.8.3"
258-
259252
"@babel/helper-module-imports@^7.22.15":
260253
version "7.22.15"
261254
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
262255
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
263256
dependencies:
264257
"@babel/types" "^7.22.15"
265258

259+
"@babel/helper-module-imports@^7.7.4":
260+
version "7.24.3"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
262+
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
263+
dependencies:
264+
"@babel/types" "^7.24.0"
265+
266+
"@babel/helper-module-imports@^7.8.3":
267+
version "7.8.3"
268+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
269+
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
270+
dependencies:
271+
"@babel/types" "^7.8.3"
272+
266273
"@babel/helper-module-transforms@^7.23.3":
267274
version "7.23.3"
268275
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
@@ -1357,6 +1364,15 @@
13571364
"@babel/helper-validator-identifier" "^7.22.20"
13581365
to-fast-properties "^2.0.0"
13591366

1367+
"@babel/types@^7.24.0":
1368+
version "7.24.0"
1369+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
1370+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
1371+
dependencies:
1372+
"@babel/helper-string-parser" "^7.23.4"
1373+
"@babel/helper-validator-identifier" "^7.22.20"
1374+
to-fast-properties "^2.0.0"
1375+
13601376
"@babel/types@^7.3.3":
13611377
version "7.9.5"
13621378
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
@@ -2108,6 +2124,23 @@
21082124
dependencies:
21092125
"@types/node" ">= 8"
21102126

2127+
2128+
version "5.0.0"
2129+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9"
2130+
integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA==
2131+
dependencies:
2132+
"@babel/helper-module-imports" "^7.7.4"
2133+
"@rollup/pluginutils" "^3.0.8"
2134+
2135+
"@rollup/pluginutils@^3.0.8":
2136+
version "3.1.0"
2137+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
2138+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
2139+
dependencies:
2140+
"@types/estree" "0.0.39"
2141+
estree-walker "^1.0.1"
2142+
picomatch "^2.2.2"
2143+
21112144
"@semantic-release/[email protected]", "@semantic-release/commit-analyzer@^8.0.0":
21122145
version "8.0.1"
21132146
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz#5d2a37cd5a3312da0e3ac05b1ca348bf60b90bca"
@@ -2304,6 +2337,11 @@
23042337
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
23052338
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
23062339

2340+
2341+
version "0.0.39"
2342+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
2343+
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
2344+
23072345
"@types/graceful-fs@^4.1.2":
23082346
version "4.1.3"
23092347
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.3.tgz#039af35fe26bec35003e8d86d2ee9c586354348f"
@@ -4718,6 +4756,11 @@ estree-walker@^0.6.1:
47184756
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
47194757
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
47204758

4759+
estree-walker@^1.0.1:
4760+
version "1.0.1"
4761+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
4762+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
4763+
47214764
esutils@^2.0.2:
47224765
version "2.0.3"
47234766
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -8705,6 +8748,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
87058748
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
87068749
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
87078750

8751+
picomatch@^2.2.2:
8752+
version "2.3.1"
8753+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
8754+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
8755+
87088756
pify@^2.0.0:
87098757
version "2.3.0"
87108758
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -9492,14 +9540,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
94929540
dependencies:
94939541
glob "^7.1.3"
94949542

9495-
9496-
version "4.4.0"
9497-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
9498-
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
9499-
dependencies:
9500-
"@babel/helper-module-imports" "^7.0.0"
9501-
rollup-pluginutils "^2.8.1"
9502-
95039543
95049544
version "2.2.0"
95059545
resolved "https://registry.yarnpkg.com/rollup-plugin-replace/-/rollup-plugin-replace-2.2.0.tgz#f41ae5372e11e7a217cde349c8b5d5fd115e70e3"
@@ -9518,7 +9558,7 @@ [email protected]:
95189558
serialize-javascript "^4.0.0"
95199559
terser "^5.0.0"
95209560

9521-
rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
9561+
rollup-pluginutils@^2.6.0:
95229562
version "2.8.2"
95239563
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
95249564
integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==

0 commit comments

Comments
 (0)