Skip to content

Commit d0474d6

Browse files
chore(deps): update dependency @types/jest to v29
1 parent 305cc2a commit d0474d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@testing-library/jest-dom": "^6.0.0",
1313
"@testing-library/react": "^14.0.0",
1414
"@testing-library/user-event": "^14.0.0",
15-
"@types/jest": "^27.5.2",
15+
"@types/jest": "^29.0.0",
1616
"@types/node": "^16.18.58",
1717
"@types/react": "^18.2.28",
1818
"@types/react-dom": "^18.2.13",

example/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@kkt/less-modules": "^7.5.3",
25-
"@types/jest": "^27.5.2",
25+
"@types/jest": "^29.0.0",
2626
"@types/react": "^18.2.28",
2727
"@types/react-dom": "^18.2.13",
2828
"kkt": "^7.5.3"

0 commit comments

Comments
 (0)