Skip to content

Commit dd3d502

Browse files
build(deps-dev): bump @rollup/plugin-babel from 6.0.2 to 6.0.3
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.2 to 6.0.3. - [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/babel-v6.0.3/packages/babel) --- updated-dependencies: - dependency-name: "@rollup/plugin-babel" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5a1961 commit dd3d502

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.20.2",
76-
"@rollup/plugin-babel": "^6.0.2",
76+
"@rollup/plugin-babel": "^6.0.3",
7777
"@rollup/plugin-commonjs": "23.0.3",
7878
"@rollup/plugin-json": "^5.0.1",
7979
"@rollup/plugin-node-resolve": "15.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,10 +1520,10 @@
15201520
"@nodelib/fs.scandir" "2.1.3"
15211521
fastq "^1.6.0"
15221522

1523-
"@rollup/plugin-babel@^6.0.2":
1524-
version "6.0.2"
1525-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.2.tgz#92ad7a00cc0e4a6b59e1498cda9f907a9c0d2db3"
1526-
integrity sha512-Vnt8XIWYwCf3MD7qhBWYlP9pjSZvcE++nlPXhQYw6YNehl5742AzFbrV6h4BHb20VAOVUlIksVLymQCTwVCGDg==
1523+
"@rollup/plugin-babel@^6.0.3":
1524+
version "6.0.3"
1525+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz#07ccde15de278c581673034ad6accdb4a153dfeb"
1526+
integrity sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==
15271527
dependencies:
15281528
"@babel/helper-module-imports" "^7.18.6"
15291529
"@rollup/pluginutils" "^5.0.1"

0 commit comments

Comments
 (0)