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.3.12 to 0.3.14 #925

Merged
merged 1 commit into from
Jun 24, 2024
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 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.3.12",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"glob": "^10.4.2",
"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.4",
"@size-limit/webpack": "^11.1.4",
"@swc/cli": "^0.3.12",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"@swc/jest": "^0.2.36",
"@types/node": "^20.14.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.4",
"@size-limit/webpack": "^11.1.4",
"@swc/cli": "^0.3.12",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"@types/react": "16.14.34",
"@vkontakte/icons-scripts": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -905,9 +905,9 @@ __metadata:
languageName: node
linkType: hard

"@swc/cli@npm:^0.3.12":
version: 0.3.12
resolution: "@swc/cli@npm:0.3.12"
"@swc/cli@npm:^0.3.14":
version: 0.3.14
resolution: "@swc/cli@npm:0.3.14"
dependencies:
"@mole-inc/bin-wrapper": ^8.0.1
"@swc/counter": ^0.1.3
Expand All @@ -928,7 +928,7 @@ __metadata:
spack: bin/spack.js
swc: bin/swc.js
swcx: bin/swcx.js
checksum: a0d6a388110fbd4d482e9db3edffc3fb452e4f2cbb58b77d2ce9c1600a3a9d8a97fa68f534da4108531be5e9e1d9684a8a03a3112365313e6e1cfcf5270d6349
checksum: a66c8af28e9fe38751a959a034fe72f59ca7cd3ec6c8ec2c1c508b53f33f68a1a80feae752510d2f9d1940b20b7ce009e6cc9f7cf77fa26f57d0e467afcd309a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1394,7 +1394,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@vkontakte/icons-scripts@workspace:packages/icons-scripts"
dependencies:
"@swc/cli": ^0.3.12
"@swc/cli": ^0.3.14
"@swc/core": ^1.6.5
glob: ^10.4.2
svg-baker: ^1.7.0
Expand All @@ -1409,7 +1409,7 @@ __metadata:
dependencies:
"@size-limit/file": ^11.1.4
"@size-limit/webpack": ^11.1.4
"@swc/cli": ^0.3.12
"@swc/cli": ^0.3.14
"@swc/core": ^1.6.5
"@swc/helpers": ^0.5.11
"@swc/jest": ^0.2.36
Expand All @@ -1433,7 +1433,7 @@ __metadata:
dependencies:
"@size-limit/file": ^11.1.4
"@size-limit/webpack": ^11.1.4
"@swc/cli": ^0.3.12
"@swc/cli": ^0.3.14
"@swc/core": ^1.6.5
"@types/react": 16.14.34
"@vkontakte/icons-scripts": "workspace:*"
Expand Down
Loading