Skip to content

Commit b45e50f

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

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
@@ -75,7 +75,7 @@
7575
"@babel/preset-env": "^7.20.2",
7676
"@rollup/plugin-babel": "^6.0.3",
7777
"@rollup/plugin-commonjs": "23.0.4",
78-
"@rollup/plugin-json": "^5.0.2",
78+
"@rollup/plugin-json": "^6.0.0",
7979
"@rollup/plugin-node-resolve": "15.0.1",
8080
"@types/jest": "^27.5.0",
8181
"@types/prettier": "^2.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,10 +1564,10 @@
15641564
is-reference "1.2.1"
15651565
magic-string "^0.26.4"
15661566

1567-
"@rollup/plugin-json@^5.0.2":
1568-
version "5.0.2"
1569-
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-5.0.2.tgz#d7dbbac62ff74064876b3e5d0d863cb3ad1e7cdb"
1570-
integrity sha512-D1CoOT2wPvadWLhVcmpkDnesTzjhNIQRWLsc3fA49IFOP2Y84cFOOJ+nKGYedvXHKUsPeq07HR4hXpBBr+CHlA==
1567+
"@rollup/plugin-json@^6.0.0":
1568+
version "6.0.0"
1569+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.0.0.tgz#199fea6670fd4dfb1f4932250569b14719db234a"
1570+
integrity sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==
15711571
dependencies:
15721572
"@rollup/pluginutils" "^5.0.1"
15731573

0 commit comments

Comments
 (0)