Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency @rollup/plugin-replace to v5 (#8086)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 10, 2022
1 parent 26b1c9c commit 6119fbc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.11",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"autoprefixer": "^10.4.12",
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Expand Up @@ -1950,7 +1950,7 @@ __metadata:
dependencies:
"@nuxt/kit": 3.0.0-rc.11
"@nuxt/schema": 3.0.0-rc.11
"@rollup/plugin-replace": ^4.0.0
"@rollup/plugin-replace": ^5.0.0
"@types/cssnano": ^5
"@vitejs/plugin-vue": ^3.1.2
"@vitejs/plugin-vue-jsx": ^2.0.1
Expand Down Expand Up @@ -2367,6 +2367,21 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-replace@npm:^5.0.0":
version: 5.0.0
resolution: "@rollup/plugin-replace@npm:5.0.0"
dependencies:
"@rollup/pluginutils": ^4.2.1
magic-string: ^0.26.4
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0
peerDependenciesMeta:
rollup:
optional: true
checksum: fdf128d2db100d909ea2635192fe6412272bb953efc991c337914029a9ac554abb6c45e6d623277ed8490049b8b6eaad661034bcc88e81a60ffa8b111a8bb239
languageName: node
linkType: hard

"@rollup/plugin-wasm@npm:^5.2.0":
version: 5.2.0
resolution: "@rollup/plugin-wasm@npm:5.2.0"
Expand Down

0 comments on commit 6119fbc

Please sign in to comment.