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

build(deps): bump @swc/cli from 0.5.2 to 0.6.0 #1067

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 packages/icons-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"email": "[email protected]"
},
"dependencies": {
"@swc/cli": "^0.5.2",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.1",
"glob": "^11.0.0",
"svg-baker": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-sprite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@size-limit/file": "^11.1.6",
"@size-limit/webpack": "^11.1.6",
"@swc/cli": "^0.5.2",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.1",
"@swc/jest": "^0.2.37",
"@types/node": "^22.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@size-limit/file": "^11.1.6",
"@size-limit/webpack": "^11.1.6",
"@swc/cli": "^0.5.2",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.1",
"@types/react": "16.14.34",
"@vkontakte/icons-scripts": "workspace:*",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1022,9 +1022,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/cli@npm:^0.5.2":
version: 0.5.2
resolution: "@swc/cli@npm:0.5.2"
"@swc/cli@npm:^0.6.0":
version: 0.6.0
resolution: "@swc/cli@npm:0.6.0"
dependencies:
"@swc/counter": "npm:^0.1.3"
"@xhmikosr/bin-wrapper": "npm:^13.0.5"
Expand All @@ -1037,15 +1037,15 @@ __metadata:
source-map: "npm:^0.7.3"
peerDependencies:
"@swc/core": ^1.2.66
chokidar: ^3.5.1
chokidar: ^4.0.1
peerDependenciesMeta:
chokidar:
optional: true
bin:
spack: bin/spack.js
swc: bin/swc.js
swcx: bin/swcx.js
checksum: 10/f5cefcd1c7f79d12d49a1e8bc9fd23bdf604510ab7d122f836f3bd8483618239295017041b2dfb34f5398875a41a2d79cdc83f85f798c283d800cc02011371ac
checksum: 10/a5a3fbf6d664c7d43a12a506e07ff9e10752da3446d0d92bdb454d39f212eed6b23ea49707856896a74213f747b0154d3a2423a85e08189e33939719c08c7bb2
languageName: node
linkType: hard

Expand Down Expand Up @@ -1481,7 +1481,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@vkontakte/icons-scripts@workspace:packages/icons-scripts"
dependencies:
"@swc/cli": "npm:^0.5.2"
"@swc/cli": "npm:^0.6.0"
"@swc/core": "npm:^1.10.1"
glob: "npm:^11.0.0"
svg-baker: "npm:^1.7.0"
Expand All @@ -1496,7 +1496,7 @@ __metadata:
dependencies:
"@size-limit/file": "npm:^11.1.6"
"@size-limit/webpack": "npm:^11.1.6"
"@swc/cli": "npm:^0.5.2"
"@swc/cli": "npm:^0.6.0"
"@swc/core": "npm:^1.10.1"
"@swc/helpers": "npm:^0.5.15"
"@swc/jest": "npm:^0.2.37"
Expand All @@ -1520,7 +1520,7 @@ __metadata:
dependencies:
"@size-limit/file": "npm:^11.1.6"
"@size-limit/webpack": "npm:^11.1.6"
"@swc/cli": "npm:^0.5.2"
"@swc/cli": "npm:^0.6.0"
"@swc/core": "npm:^1.10.1"
"@types/react": "npm:16.14.34"
"@vkontakte/icons-scripts": "workspace:*"
Expand Down
Loading