Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2023
1 parent 3388e6a commit 7430788
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 259 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1712,8 +1712,8 @@
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
"jest": "29.5.0",
"jest-environment-node": "29.5.0",
"jest": "29.6.0",
"jest-environment-node": "29.6.0",
"lint-staged": "13.2.3",
"mocha": "10.2.0",
"mock-require": "3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions languageServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"fork-ts-checker-webpack-plugin": "8.0.0",
"ts-loader": "9.4.4",
"lint-staged": "13.2.3",
"jest": "29.5.0",
"jest": "29.6.0",
"webpack": "5.88.1",
"webpack-cli": "5.1.4",
"jest-environment-node": "29.5.0"
"jest-environment-node": "29.6.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-testing-library": "5.11.0",
"eslint-plugin-unicorn": "47.0.0",
"husky": "8.0.3",
"jest": "29.5.0",
"jest": "29.6.0",
"lint-staged": "13.2.3",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
Expand Down
4 changes: 2 additions & 2 deletions webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.5.0",
"jest": "29.6.0",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.5.0",
"jest-environment-jsdom": "29.6.0",
"lint-staged": "13.2.3",
"raw-loader": "4.0.2",
"sass": "1.63.6",
Expand Down
Loading

0 comments on commit 7430788

Please sign in to comment.