Skip to content

Commit 250c226

Browse files
chore(deps): update dependency @types/jest to v29.5.14 (#5802)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent edf3726 commit 250c226

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
@@ -1636,7 +1636,7 @@
16361636
"@types/chai-as-promised": "7.1.8",
16371637
"@types/copy-webpack-plugin": "10.1.0",
16381638
"@types/fs-extra": "11.0.4",
1639-
"@types/jest": "29.5.13",
1639+
"@types/jest": "29.5.14",
16401640
"@types/lodash.clonedeep": "4.5.9",
16411641
"@types/lodash.get": "4.4.9",
16421642
"@types/lodash.isempty": "4.4.9",

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.7.36",
2929
"@swc/jest": "0.2.36",
30-
"@types/jest": "29.5.13",
30+
"@types/jest": "29.5.14",
3131
"clean-webpack-plugin": "4.0.0",
3232
"copy-webpack-plugin": "11.0.0",
3333
"fork-ts-checker-webpack-plugin": "9.0.2",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@swc/jest": "0.2.36",
5353
"@testing-library/jest-dom": "6.6.2",
5454
"@testing-library/react": "14.3.1",
55-
"@types/jest": "29.5.13",
55+
"@types/jest": "29.5.14",
5656
"@types/jsdom": "21.1.7",
5757
"@types/node": "16.x",
5858
"@types/react": "18.3.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4349,10 +4349,10 @@
43494349
dependencies:
43504350
"@types/istanbul-lib-report" "*"
43514351

4352-
"@types/[email protected].13":
4353-
version "29.5.13"
4354-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
4355-
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
4352+
"@types/[email protected].14":
4353+
version "29.5.14"
4354+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
4355+
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
43564356
dependencies:
43574357
expect "^29.0.0"
43584358
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)