Skip to content

Commit c758830

Browse files
build(deps-dev): bump @rollup/plugin-babel from 5.3.1 to 6.0.0
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/url-v6.0.0/packages/babel) --- updated-dependencies: - dependency-name: "@rollup/plugin-babel" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87b6593 commit c758830

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@babel/preset-env": "^7.19.3",
76-
"@rollup/plugin-babel": "^5.3.1",
76+
"@rollup/plugin-babel": "^6.0.0",
7777
"@rollup/plugin-commonjs": "23.0.0",
7878
"@rollup/plugin-json": "^4.0.2",
7979
"@rollup/plugin-node-resolve": "14.1.0",

yarn.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,7 @@
248248
dependencies:
249249
"@babel/types" "^7.18.9"
250250

251-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.16.7":
252-
version "7.16.7"
253-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
254-
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
255-
dependencies:
256-
"@babel/types" "^7.16.7"
257-
258-
"@babel/helper-module-imports@^7.18.6":
251+
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6":
259252
version "7.18.6"
260253
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
261254
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
@@ -1523,13 +1516,13 @@
15231516
"@nodelib/fs.scandir" "2.1.3"
15241517
fastq "^1.6.0"
15251518

1526-
"@rollup/plugin-babel@^5.3.1":
1527-
version "5.3.1"
1528-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
1529-
integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==
1519+
"@rollup/plugin-babel@^6.0.0":
1520+
version "6.0.0"
1521+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.0.tgz#7ce5b064e5d3ead3c9a1874af6594bd1df87791b"
1522+
integrity sha512-qM8YIt/2fVxw5O0wUgAeglyC+qx9mg3UtCCLoSqetmQOKipmnQ/X3I0L2sjjb6BswaYpv2tun25lHViU7JPxLQ==
15301523
dependencies:
1531-
"@babel/helper-module-imports" "^7.10.4"
1532-
"@rollup/pluginutils" "^3.1.0"
1524+
"@babel/helper-module-imports" "^7.18.6"
1525+
"@rollup/pluginutils" "^4.2.1"
15331526

15341527
15351528
version "23.0.0"

0 commit comments

Comments
 (0)