Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-replace to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 8, 2022
1 parent 0e3b8d1 commit a2199c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion commands/build/package.json
Expand Up @@ -28,7 +28,7 @@
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-replace": "3.1.0",
"@rollup/plugin-replace": "4.0.0",
"@rollup/plugin-typescript": "8.3.1",
"chalk": "4.1.2",
"extend": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion commands/sense/package.json
Expand Up @@ -33,7 +33,7 @@
"@nebula.js/stardust": "^2.6.1",
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-replace": "3.1.0",
"@rollup/plugin-replace": "4.0.0",
"extend": "3.0.2",
"fs-extra": "10.0.1",
"node-event-emitter": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-replace": "3.1.0",
"@rollup/plugin-replace": "4.0.0",
"@storybook/addon-docs": "6.4.19",
"@storybook/addon-knobs": "6.4.0",
"@storybook/react": "6.4.19",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5556,10 +5556,10 @@
is-module "^1.0.0"
resolve "^1.19.0"

"@rollup/plugin-replace@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-3.1.0.tgz#d31e3a90c6b47064f3c9f2ce0ded5bcf0d3b82f6"
integrity sha512-pA3XRUrSKybVYqmH5TqWNZpGxF+VV+1GrYchKgCNIj2vsSOX7CVm2RCtx8p2nrC7xvkziYyK+lSi74T93MU3YA==
"@rollup/plugin-replace@4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz#e34c457d6a285f0213359740b43f39d969b38a67"
integrity sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==
dependencies:
"@rollup/pluginutils" "^3.1.0"
magic-string "^0.25.7"
Expand Down

0 comments on commit a2199c3

Please sign in to comment.