Skip to content

Commit 3ce634d

Browse files
build(deps-dev): bump @rollup/plugin-replace from 2.4.2 to 3.0.0 (pikax#981)
1 parent 875a9a4 commit 3ce634d

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
@@ -59,7 +59,7 @@
5959
"@rollup/plugin-alias": "^3.1.4",
6060
"@rollup/plugin-json": "^4.1.0",
6161
"@rollup/plugin-node-resolve": "^13.0.2",
62-
"@rollup/plugin-replace": "^2.4.1",
62+
"@rollup/plugin-replace": "^3.0.0",
6363
"@types/jest": "26.0.24",
6464
"@types/js-cookie": "^2.2.7",
6565
"@types/node": "^16.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,10 +1216,10 @@
12161216
is-module "^1.0.0"
12171217
resolve "^1.19.0"
12181218

1219-
"@rollup/plugin-replace@^2.4.1":
1220-
version "2.4.2"
1221-
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz#a2d539314fbc77c244858faa523012825068510a"
1222-
integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==
1219+
"@rollup/plugin-replace@^3.0.0":
1220+
version "3.0.0"
1221+
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-3.0.0.tgz#3a4c9665d4e7a4ce2c360cf021232784892f3fac"
1222+
integrity sha512-3c7JCbMuYXM4PbPWT4+m/4Y6U60SgsnDT/cCyAyUKwFHg7pTSfsSQzIpETha3a3ig6OdOKzZz87D9ZXIK3qsDg==
12231223
dependencies:
12241224
"@rollup/pluginutils" "^3.1.0"
12251225
magic-string "^0.25.7"

0 commit comments

Comments
 (0)