Skip to content

Commit 40bf124

Browse files
chore(deps-dev): bump @rollup/plugin-replace from 2.4.2 to 4.0.0
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 2.4.2 to 4.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/url-v4.0.0/packages/replace) --- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7930c17 commit 40bf124

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@rollup/plugin-commonjs": "^19.0.0",
7575
"@rollup/plugin-html": "^0.2.3",
7676
"@rollup/plugin-node-resolve": "^13.0.0",
77-
"@rollup/plugin-replace": "^2.4.2",
77+
"@rollup/plugin-replace": "^4.0.0",
7878
"@rollup/plugin-url": "^6.0.0",
7979
"@testing-library/react-hooks": "^7.0.1",
8080
"@types/jest": "^26.0.24",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,14 +1370,22 @@
13701370
is-module "^1.0.0"
13711371
resolve "^1.19.0"
13721372

1373-
"@rollup/plugin-replace@^2.3.2", "@rollup/plugin-replace@^2.4.2":
1373+
"@rollup/plugin-replace@^2.3.2":
13741374
version "2.4.2"
13751375
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz#a2d539314fbc77c244858faa523012825068510a"
13761376
integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==
13771377
dependencies:
13781378
"@rollup/pluginutils" "^3.1.0"
13791379
magic-string "^0.25.7"
13801380

1381+
"@rollup/plugin-replace@^4.0.0":
1382+
version "4.0.0"
1383+
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz#e34c457d6a285f0213359740b43f39d969b38a67"
1384+
integrity sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==
1385+
dependencies:
1386+
"@rollup/pluginutils" "^3.1.0"
1387+
magic-string "^0.25.7"
1388+
13811389
"@rollup/plugin-url@^6.0.0":
13821390
version "6.0.0"
13831391
resolved "https://registry.yarnpkg.com/@rollup/plugin-url/-/plugin-url-6.0.0.tgz#20fbc8cda9bc5f0c31d7225f633002ce73e920b0"

0 commit comments

Comments
 (0)