Skip to content

Commit 1d75224

Browse files
chore(deps): update jest monorepo (#2053)
1 parent 9665315 commit 1d75224

File tree

4 files changed

+386
-292
lines changed

4 files changed

+386
-292
lines changed

extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@
15211521
"@types/chai-as-promised": "7.1.5",
15221522
"@types/copy-webpack-plugin": "10.1.0",
15231523
"@types/fs-extra": "9.0.13",
1524-
"@types/jest": "28.1.4",
1524+
"@types/jest": "28.1.6",
15251525
"@types/js-yaml": "4.0.5",
15261526
"@types/lodash.clonedeep": "4.5.7",
15271527
"@types/lodash.get": "4.4.7",
@@ -1546,8 +1546,8 @@
15461546
"clean-webpack-plugin": "4.0.0",
15471547
"copy-webpack-plugin": "11.0.0",
15481548
"fork-ts-checker-webpack-plugin": "7.2.12",
1549-
"jest": "28.1.2",
1550-
"jest-environment-node": "28.1.2",
1549+
"jest": "28.1.3",
1550+
"jest-environment-node": "28.1.3",
15511551
"lint-staged": "13.0.3",
15521552
"mocha": "10.0.0",
15531553
"mock-require": "3.0.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-testing-library": "5.5.1",
5757
"eslint-plugin-unicorn": "43.0.1",
5858
"husky": "8.0.1",
59-
"jest": "28.1.2",
59+
"jest": "28.1.3",
6060
"lint-staged": "13.0.3",
6161
"npm-run-all": "4.1.5",
6262
"nyc": "15.1.0",

webview/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@testing-library/jest-dom": "5.16.4",
5353
"@testing-library/react": "13.3.0",
5454
"@types/classnames": "2.3.1",
55-
"@types/jest": "28.1.4",
55+
"@types/jest": "28.1.6",
5656
"@types/jsdom": "16.2.14",
5757
"@types/node": "16.11.43",
5858
"@types/react": "18.0.15",
@@ -68,9 +68,9 @@
6868
"file-loader": "6.2.0",
6969
"fork-ts-checker-webpack-plugin": "7.2.12",
7070
"identity-obj-proxy": "3.0.0",
71-
"jest": "28.1.2",
71+
"jest": "28.1.3",
7272
"jest-canvas-mock": "2.4.0",
73-
"jest-environment-jsdom": "28.1.2",
73+
"jest-environment-jsdom": "28.1.3",
7474
"lint-staged": "13.0.3",
7575
"raw-loader": "4.0.2",
7676
"sass": "1.53.0",

0 commit comments

Comments
 (0)