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-swc to v0.4.0 #967

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@poool/eslint-plugin": "3.0.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-swc": "0.3.0",
"@rollup/plugin-swc": "0.4.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@swc/core": "1.3.96",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ __metadata:
"@poool/eslint-plugin": "npm:3.0.0"
"@rollup/plugin-commonjs": "npm:25.0.7"
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@rollup/plugin-swc": "npm:0.3.0"
"@rollup/plugin-swc": "npm:0.4.0"
"@rollup/plugin-terser": "npm:0.4.4"
"@rollup/plugin-typescript": "npm:11.1.5"
"@swc/core": "npm:1.3.96"
Expand Down Expand Up @@ -1035,9 +1035,9 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-swc@npm:0.3.0":
version: 0.3.0
resolution: "@rollup/plugin-swc@npm:0.3.0"
"@rollup/plugin-swc@npm:0.4.0":
version: 0.4.0
resolution: "@rollup/plugin-swc@npm:0.4.0"
dependencies:
"@rollup/pluginutils": "npm:^5.0.1"
smob: "npm:^1.4.0"
Expand All @@ -1047,7 +1047,7 @@ __metadata:
peerDependenciesMeta:
rollup:
optional: true
checksum: c2887c6c0a4383133ac89e00dfee14d14d30cdfe0354a409f64bafaf4ff515f49a89bf7ca00e6f7a7c86ea61f8cd2d598e59a960b7d04c2980c5098b0df9a8b9
checksum: 9ab99ba548a9b4697243b449e60ffb2ffae8bb3a87aa8b2795bb7f6905bddfc462bf49045d9d7e2c2f0d7a8ed9096b257d4ba334c0870e16d6faac46bfb5ad7d
languageName: node
linkType: hard

Expand Down
Loading