Skip to content

Commit

Permalink
chore(deps): update dependency @swc/jest to v0.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent 7ef0187 commit 6e36857
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 @@ -1706,7 +1706,7 @@
},
"devDependencies": {
"@swc/core": "1.3.70",
"@swc/jest": "0.2.26",
"@swc/jest": "0.2.27",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/copy-webpack-plugin": "10.1.0",
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.3.70",
"@swc/jest": "0.2.26",
"@swc/jest": "0.2.27",
"@types/jest": "29.5.3",
"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 @@ -52,7 +52,7 @@
"@svgr/plugin-jsx": "^8.0.1",
"@svgr/plugin-prettier": "^8.0.1",
"@swc/core": "1.3.70",
"@swc/jest": "0.2.26",
"@swc/jest": "0.2.27",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5186,10 +5186,10 @@
"@swc/core-win32-ia32-msvc" "1.3.71"
"@swc/core-win32-x64-msvc" "1.3.71"

"@swc/[email protected].26":
version "0.2.26"
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.26.tgz#6ef2d6d31869e3aaddc132603bc21f2e4c57cc5d"
integrity sha512-7lAi7q7ShTO3E5Gt1Xqf3pIhRbERxR1DUxvtVa9WKzIB+HGQ7wZP5sYx86zqnaEoKKGhmOoZ7gyW0IRu8Br5+A==
"@swc/[email protected].27":
version "0.2.27"
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.27.tgz#f6cbd0b6f95cf689c3344c63fc379fa680cdbf52"
integrity sha512-Xt8EJ6Wy0NYVL8KDPcDMsuUSzyV2UAByamyy28x2iDZCJw2eVz3acedCGBYxxlPR/DNr6QbA35OSymuXhC9QVA==
dependencies:
"@jest/create-cache-key-function" "^27.4.2"
jsonc-parser "^3.2.0"
Expand Down

0 comments on commit 6e36857

Please sign in to comment.