Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent d56e9fd commit e7e3877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/react-router-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^27.5.2",
"@types/jest": "^29.0.0",
"@types/node": "^16.18.58",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
Expand Down
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@kkt/less-modules": "^7.5.4",
"@types/jest": "^27.5.2",
"@types/jest": "^29.0.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"kkt": "^7.5.4"
Expand Down

0 comments on commit e7e3877

Please sign in to comment.