Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @rollup/plugin-replace to v5.0.3 #603

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@apollo/client": "3.8.4",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-node-resolve": "15.2.2",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-replace": "5.0.3",
"@types/node": "18.18.3",
"@vue/compiler-sfc": "3.3.4",
"cross-fetch": "4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -478,18 +478,18 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-replace@npm:5.0.2":
version: 5.0.2
resolution: "@rollup/plugin-replace@npm:5.0.2"
"@rollup/plugin-replace@npm:5.0.3":
version: 5.0.3
resolution: "@rollup/plugin-replace@npm:5.0.3"
dependencies:
"@rollup/pluginutils": ^5.0.1
magic-string: ^0.27.0
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta:
rollup:
optional: true
checksum: 3a91b5fa2ce5acfe67c1faf8d479585da30f398f29499cf8a2d2153c899af0b2ef0363012db0e6edc2ebbb3d9fad6dd7ad591c9d977c1ae2ca3256b52e86d950
checksum: 6cb1ba5ef9ac713840532ba0d1ddf70274fd10a74ac46d102508fbe1b84eb1a87c34019cff40c1ac96dbf43131e4e5d3a7873683a05299c44c0256d4a6f38a94
languageName: node
linkType: hard

Expand Down Expand Up @@ -523,7 +523,7 @@ __metadata:
"@apollo/client": 3.8.4
"@rollup/plugin-commonjs": 25.0.5
"@rollup/plugin-node-resolve": 15.2.2
"@rollup/plugin-replace": 5.0.2
"@rollup/plugin-replace": 5.0.3
"@types/node": 18.18.3
"@vue/compiler-sfc": 3.3.4
"@vue/devtools-api": ^6.0.12
Expand Down