Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #209 from fdm-monster/renovate/swc-cli-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @swc/cli to v0.3.9
  • Loading branch information
davidzwa authored Feb 5, 2024
2 parents f68dd1e + f93c31c commit 093e6bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@lcov-viewer/cli": "1.3.0",
"@lcov-viewer/istanbul-report": "1.4.0",
"@swc/cli": "0.3.6",
"@swc/cli": "0.3.9",
"@swc/core": "1.3.107",
"@swc/jest": "0.2.34",
"@types/jest": "29.5.12",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -700,12 +700,13 @@
dependencies:
"@sinonjs/commons" "^3.0.0"

"@swc/cli@0.3.6":
version "0.3.6"
resolved "https://registry.yarnpkg.com/@swc/cli/-/cli-0.3.6.tgz#2fbc00443d354d5ca4eb287d1bfedc9a29406956"
integrity sha512-ZoQbsJXjiWIlbCgr1m+m7TGNk7pILb3uWm4t423jM8vot8clseclXFU4QCMqJUVcYCSwKStzP3+yYMZvme/lsQ==
"@swc/cli@0.3.9":
version "0.3.9"
resolved "https://registry.yarnpkg.com/@swc/cli/-/cli-0.3.9.tgz#f9b331e9ec8f1f2154b1a77a8617c6dfbfc44fec"
integrity sha512-e5grxGEyNT0fYZEFmhSrRYL1kFAZAXlv+WjfQ35J6J9Hl0EtrMVymAEbGabetg2Q/2FX6HiRcjgc9LrdUCBk4A==
dependencies:
"@mole-inc/bin-wrapper" "^8.0.1"
"@swc/counter" "^0.1.3"
commander "^7.1.0"
fast-glob "^3.2.5"
minimatch "^9.0.3"
Expand Down Expand Up @@ -788,6 +789,11 @@
resolved "https://registry.yarnpkg.com/@swc/counter/-/counter-0.1.2.tgz#bf06d0770e47c6f1102270b744e17b934586985e"
integrity sha512-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw==

"@swc/counter@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@swc/counter/-/counter-0.1.3.tgz#cc7463bd02949611c6329596fccd2b0ec782b0e9"
integrity sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==

"@swc/jest@0.2.34":
version "0.2.34"
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.34.tgz#1d459171887b11855ec01d73c647f2e9ecaffd7b"
Expand Down

0 comments on commit 093e6bd

Please sign in to comment.