Skip to content

Commit 3b1eaa6

Browse files
chore(deps): update dependency @types/jest to v29.5.2 (#4056)
1 parent 375156d commit 3b1eaa6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@
16571657
"@types/chai-as-promised": "7.1.5",
16581658
"@types/copy-webpack-plugin": "10.1.0",
16591659
"@types/fs-extra": "11.0.1",
1660-
"@types/jest": "29.5.1",
1660+
"@types/jest": "29.5.2",
16611661
"@types/js-yaml": "4.0.5",
16621662
"@types/lodash.clonedeep": "4.5.7",
16631663
"@types/lodash.get": "4.4.7",

languageServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@swc/core": "1.3.61",
2929
"@swc/jest": "0.2.26",
30-
"@types/jest": "29.5.1",
30+
"@types/jest": "29.5.2",
3131
"clean-webpack-plugin": "4.0.0",
3232
"copy-webpack-plugin": "11.0.0",
3333
"fork-ts-checker-webpack-plugin": "8.0.0",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@swc/jest": "0.2.26",
5656
"@testing-library/jest-dom": "5.16.5",
5757
"@testing-library/react": "14.0.0",
58-
"@types/jest": "29.5.1",
58+
"@types/jest": "29.5.2",
5959
"@types/jsdom": "21.1.1",
6060
"@types/node": "16.x",
6161
"@types/react": "18.2.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5230,10 +5230,10 @@
52305230
jest-matcher-utils "^27.0.0"
52315231
pretty-format "^27.0.0"
52325232

5233-
"@types/[email protected].1":
5234-
version "29.5.1"
5235-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47"
5236-
integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==
5233+
"@types/[email protected].2":
5234+
version "29.5.2"
5235+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b"
5236+
integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==
52375237
dependencies:
52385238
expect "^29.0.0"
52395239
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)