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

Update dependency @rollup/plugin-replace to v5.0.7 #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
33 changes: 24 additions & 9 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-replace": "5.0.7",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-console": "2.0.0",
"@storybook/addon-docs": "6.5.16",
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4533,6 +4533,13 @@ __metadata:
languageName: node
linkType: hard

"@jridgewell/sourcemap-codec@npm:^1.5.0":
version: 1.5.0
resolution: "@jridgewell/sourcemap-codec@npm:1.5.0"
checksum: 05df4f2538b3b0f998ea4c1cd34574d0feba216fa5d4ccaef0187d12abf82eafe6021cec8b49f9bb4d90f2ba4582ccc581e72986a5fcf4176ae0cfeb04cf52ec
languageName: node
linkType: hard

"@jridgewell/trace-mapping@npm:^0.3.0":
version: 0.3.9
resolution: "@jridgewell/trace-mapping@npm:0.3.9"
Expand Down Expand Up @@ -5000,18 +5007,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.7":
version: 5.0.7
resolution: "@rollup/plugin-replace@npm:5.0.7"
dependencies:
"@rollup/pluginutils": ^5.0.1
magic-string: ^0.27.0
magic-string: ^0.30.3
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: 67985e3f4056b92a5f6847b9ddf5b8e9aaecefa0e20b96751dcd63c3ca1f907dadad2940f270867dab2e24bc27da6b0e82f0ce6bb20309aa3465869a9d2e3f13
languageName: node
linkType: hard

Expand Down Expand Up @@ -16926,6 +16933,15 @@ __metadata:
languageName: node
linkType: hard

"magic-string@npm:^0.30.3":
version: 0.30.14
resolution: "magic-string@npm:0.30.14"
dependencies:
"@jridgewell/sourcemap-codec": ^1.5.0
checksum: 67b3b2d817a7c4e94cb63e2dcaffbeee3b76ff0798eeaee8159a6ff4faee30db824375b2cadbf43807b56c6802fe6373b40d02567d489593017012d74ec0b719
languageName: node
linkType: hard

"make-dir@npm:^2.0.0, make-dir@npm:^2.1.0":
version: 2.1.0
resolution: "make-dir@npm:2.1.0"
Expand Down Expand Up @@ -19744,7 +19760,7 @@ __metadata:
"@rollup/plugin-babel": 6.0.3
"@rollup/plugin-commonjs": 25.0.4
"@rollup/plugin-node-resolve": 15.2.1
"@rollup/plugin-replace": 5.0.2
"@rollup/plugin-replace": 5.0.7
"@storybook/addon-actions": 6.5.16
"@storybook/addon-console": 2.0.0
"@storybook/addon-docs": 6.5.16
Expand Down
Loading