Skip to content

Commit 9384226

Browse files
build(deps): update devdependency @rollup/plugin-babel to ^7.0.0 (#1133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90d3df7 commit 9384226

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/cli": "^7.28.0",
3838
"@babel/core": "^7.28.0",
3939
"@babel/preset-env": "^7.28.0",
40-
"@rollup/plugin-babel": "^6.0.0",
40+
"@rollup/plugin-babel": "^7.0.0",
4141
"@types/jest": "^30.0.0",
4242
"axios": "^1.8.4",
4343
"axios-mock-adapter": "^1.22.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,10 +2379,10 @@
23792379
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
23802380
integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
23812381

2382-
"@rollup/plugin-babel@^6.0.0":
2383-
version "6.1.0"
2384-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz#5766913722057f28a56365bb6c1ca61306c7e527"
2385-
integrity sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==
2382+
"@rollup/plugin-babel@^7.0.0":
2383+
version "7.0.0"
2384+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-7.0.0.tgz#bbdc39ca023afc1a67d3488cf20731695b27a911"
2385+
integrity sha512-NS2+P7v80N3MQqehZEjgpaFb9UyX3URNMW/zvoECKGo4PY4DvJfQusTI7BX/Ks+CPvtTfk3TqcR6S9VYBi/C+A==
23862386
dependencies:
23872387
"@babel/helper-module-imports" "^7.18.6"
23882388
"@rollup/pluginutils" "^5.0.1"

0 commit comments

Comments
 (0)