Skip to content

Commit

Permalink
chore(deps): update dependency @swc/jest to v0.2.37 (#5818)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent a028f58 commit 702ccd4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@
},
"devDependencies": {
"@swc/core": "1.7.40",
"@swc/jest": "0.2.36",
"@swc/jest": "0.2.37",
"@types/chai": "4.3.20",
"@types/chai-as-promised": "7.1.8",
"@types/copy-webpack-plugin": "10.1.3",
Expand Down
2 changes: 1 addition & 1 deletion languageServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@swc/core": "1.7.40",
"@swc/jest": "0.2.36",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@svgr/plugin-jsx": "^8.0.1",
"@svgr/plugin-prettier": "^8.0.1",
"@swc/core": "1.7.40",
"@swc/jest": "0.2.36",
"@swc/jest": "0.2.37",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "14.3.1",
"@types/jest": "29.5.14",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3929,10 +3929,10 @@
resolved "https://registry.yarnpkg.com/@swc/counter/-/counter-0.1.3.tgz#cc7463bd02949611c6329596fccd2b0ec782b0e9"
integrity sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==

"@swc/[email protected].36":
version "0.2.36"
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.36.tgz#2797450a30d28b471997a17e901ccad946fe693e"
integrity sha512-8X80dp81ugxs4a11z1ka43FPhP+/e+mJNXJSxiNYk8gIX/jPBtY4gQTrKu/KIoco8bzKuPI5lUxjfLiGsfvnlw==
"@swc/[email protected].37":
version "0.2.37"
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.37.tgz#9c2aaf22c87682aa968016e3e4843d1a25cae6bd"
integrity sha512-CR2BHhmXKGxTiFr21DYPRHQunLkX3mNIFGFkxBGji6r9uyIR5zftTOVYj1e0sFNMV2H7mf/+vpaglqaryBtqfQ==
dependencies:
"@jest/create-cache-key-function" "^29.7.0"
"@swc/counter" "^0.1.3"
Expand Down

0 comments on commit 702ccd4

Please sign in to comment.