Skip to content

Commit 8cfd4af

Browse files
authored
chore(deps-dev): Bump jest packages to latest (#1988)
@types/jest from 29.2.3 to 29.5.1 jest from 29.3.1 to 29.5.0 jest-environment-jsdom 29.3.1 to 29.5.0 Done by running the following, and updating all jest lines yarn upgrade-interactive --latest
1 parent 54719a2 commit 8cfd4af

File tree

2 files changed

+658
-17
lines changed

2 files changed

+658
-17
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@testing-library/jest-dom": "^5.16.5",
2929
"@testing-library/svelte": "^3.2.2",
3030
"@tsconfig/svelte": "^3.0.0",
31-
"@types/jest": "^29.2.3",
31+
"@types/jest": "^29.5.1",
3232
"@typescript-eslint/eslint-plugin": "^5.59.0",
3333
"@typescript-eslint/parser": "^5.36.1",
3434
"approvals": "^6.2.1",
@@ -40,8 +40,8 @@
4040
"eslint-config-prettier": "^8.8.0",
4141
"eslint-plugin-import": "^2.22.1",
4242
"eslint-plugin-prettier": "^4.2.1",
43-
"jest": "^29.3.1",
44-
"jest-environment-jsdom": "^29.3.1",
43+
"jest": "^29.5.0",
44+
"jest-environment-jsdom": "^29.5.0",
4545
"markdownlint-cli2": "^0.5.1",
4646
"moment": "^2.29.4",
4747
"obsidian": "^1.1.1",

0 commit comments

Comments
 (0)