Skip to content

Commit

Permalink
build(deps-dev): bump @rollup/plugin-replace from 5.0.2 to 5.0.5
Browse files Browse the repository at this point in the history
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.2 to 5.0.5.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/inject-v5.0.5/packages/replace)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pionxzh committed Dec 11, 2023
1 parent 21f4a46 commit a03362c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-replace": "^5.0.5",
"@swc/core": "^1.3.66",
"@swc/helpers": "^0.5.1",
"@testing-library/react": "^14.0.0",
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1888,18 +1888,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.5":
version: 5.0.5
resolution: "@rollup/plugin-replace@npm:5.0.5"
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: 5559b48fa098a842ddb3a25b23d9902d75496bed807d4cabac304bb7e75b06374ad4a44f7871ddcd1bfcf23e6015a0274d44564b42af54c722af0a514c247ec1
languageName: node
linkType: hard

Expand Down Expand Up @@ -2134,7 +2134,7 @@ __metadata:
"@rollup/plugin-alias": ^5.0.0
"@rollup/plugin-commonjs": ^25.0.2
"@rollup/plugin-node-resolve": ^15.1.0
"@rollup/plugin-replace": ^5.0.2
"@rollup/plugin-replace": ^5.0.5
"@swc/core": ^1.3.66
"@swc/helpers": ^0.5.1
"@testing-library/react": ^14.0.0
Expand Down Expand Up @@ -7131,6 +7131,15 @@ __metadata:
languageName: node
linkType: hard

"magic-string@npm:^0.30.3":
version: 0.30.5
resolution: "magic-string@npm:0.30.5"
dependencies:
"@jridgewell/sourcemap-codec": ^1.4.15
checksum: da10fecff0c0a7d3faf756913ce62bd6d5e7b0402be48c3b27bfd651b90e29677e279069a63b764bcdc1b8ecdcdb898f29a5c5ec510f2323e8d62ee057a6eb18
languageName: node
linkType: hard

"make-dir@npm:^3.0.0":
version: 3.1.0
resolution: "make-dir@npm:3.1.0"
Expand Down

0 comments on commit a03362c

Please sign in to comment.