Skip to content

Commit 6fe32b5

Browse files
chore(deps): update dependency @types/jest to v29.4.0 (#3196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2eb198d commit 6fe32b5

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
@@ -1606,7 +1606,7 @@
16061606
"@types/chai-as-promised": "7.1.5",
16071607
"@types/copy-webpack-plugin": "10.1.0",
16081608
"@types/fs-extra": "11.0.1",
1609-
"@types/jest": "29.2.6",
1609+
"@types/jest": "29.4.0",
16101610
"@types/js-yaml": "4.0.5",
16111611
"@types/lodash.clonedeep": "4.5.7",
16121612
"@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.28",
2929
"@swc/jest": "0.2.24",
30-
"@types/jest": "29.2.6",
30+
"@types/jest": "29.4.0",
3131
"clean-webpack-plugin": "4.0.0",
3232
"copy-webpack-plugin": "11.0.0",
3333
"fork-ts-checker-webpack-plugin": "7.3.0",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@testing-library/jest-dom": "5.16.5",
5454
"@testing-library/react": "13.4.0",
5555
"@types/classnames": "2.3.1",
56-
"@types/jest": "29.2.6",
56+
"@types/jest": "29.4.0",
5757
"@types/jsdom": "20.0.1",
5858
"@types/lodash.debounce": "^4.0.7",
5959
"@types/node": "16.x",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3931,10 +3931,10 @@
39313931
jest-matcher-utils "^27.0.0"
39323932
pretty-format "^27.0.0"
39333933

3934-
"@types/jest@29.2.6":
3935-
version "29.2.6"
3936-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.6.tgz#1d43c8e533463d0437edef30b2d45d5aa3d95b0a"
3937-
integrity sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==
3934+
"@types/jest@29.4.0":
3935+
version "29.4.0"
3936+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.0.tgz#a8444ad1704493e84dbf07bb05990b275b3b9206"
3937+
integrity sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==
39383938
dependencies:
39393939
expect "^29.0.0"
39403940
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)