Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-replace to v2.3.4 (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 28, 2020
1 parent 1af7ff8 commit 585deac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-commonjs": "16.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "10.0.0",
"@rollup/plugin-replace": "2.3.3",
"@rollup/plugin-replace": "2.3.4",
"bootstrap": "3.4.1",
"chai": "4.2.0",
"coveralls": "3.1.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -154,13 +154,13 @@
is-module "^1.0.0"
resolve "^1.17.0"

"@rollup/plugin-replace@2.3.3":
version "2.3.3"
resolved "https://registry.npm.taobao.org/@rollup/plugin-replace/download/@rollup/plugin-replace-2.3.3.tgz#cd6bae39444de119f5d905322b91ebd4078562e7"
integrity sha1-zWuuOURN4Rn12QUyK5Hr1AeFYuc=
"@rollup/plugin-replace@2.3.4":
version "2.3.4"
resolved "https://registry.npm.taobao.org/@rollup/plugin-replace/download/@rollup/plugin-replace-2.3.4.tgz#7dd84c17755d62b509577f2db37eb524d7ca88ca"
integrity sha1-fdhMF3VdYrUJV38ts361JNfKiMo=
dependencies:
"@rollup/pluginutils" "^3.0.8"
magic-string "^0.25.5"
"@rollup/pluginutils" "^3.1.0"
magic-string "^0.25.7"

"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
version "3.1.0"
Expand Down Expand Up @@ -3012,7 +3012,7 @@ magic-string@0.25.3:
dependencies:
sourcemap-codec "^1.4.4"

magic-string@^0.25.0, magic-string@^0.25.5, magic-string@^0.25.7:
magic-string@^0.25.0, magic-string@^0.25.7:
version "0.25.7"
resolved "https://registry.npm.taobao.org/magic-string/download/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
integrity sha1-P0l9b9NMZpxnmNy4IfLvMfVEUFE=
Expand Down

0 comments on commit 585deac

Please sign in to comment.