Skip to content

Commit 73e74ce

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 f054a76 commit 73e74ce

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
@@ -69,7 +69,7 @@
6969
"@rollup/plugin-babel": "^5.3.0",
7070
"@rollup/plugin-commonjs": "^19.0.0",
7171
"@rollup/plugin-node-resolve": "^13.0.0",
72-
"@rollup/plugin-replace": "^2.4.2",
72+
"@rollup/plugin-replace": "^4.0.0",
7373
"@testing-library/react-hooks": "^7.0.1",
7474
"@types/jest": "^26.0.24",
7575
"@types/react": "^17.0.14",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,14 +1282,22 @@
12821282
is-module "^1.0.0"
12831283
resolve "^1.19.0"
12841284

1285-
"@rollup/plugin-replace@^2.3.2", "@rollup/plugin-replace@^2.4.2":
1285+
"@rollup/plugin-replace@^2.3.2":
12861286
version "2.4.2"
12871287
resolved "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz"
12881288
integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==
12891289
dependencies:
12901290
"@rollup/pluginutils" "^3.1.0"
12911291
magic-string "^0.25.7"
12921292

1293+
"@rollup/plugin-replace@^4.0.0":
1294+
version "4.0.0"
1295+
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz#e34c457d6a285f0213359740b43f39d969b38a67"
1296+
integrity sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==
1297+
dependencies:
1298+
"@rollup/pluginutils" "^3.1.0"
1299+
magic-string "^0.25.7"
1300+
12931301
"@rollup/pluginutils@^3.1.0":
12941302
version "3.1.0"
12951303
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz"

0 commit comments

Comments
 (0)