Skip to content

Commit

Permalink
npm i -g npm-check-updates && ncu -u
Browse files Browse the repository at this point in the history
To bump jest to apply jestjs/jest#13199 (comment)
  • Loading branch information
kachick committed Nov 24, 2022
1 parent 94ef99d commit 1131421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/jest": "^28.1.7",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
Expand All @@ -26,8 +26,8 @@
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^3.2.4"
Expand Down

0 comments on commit 1131421

Please sign in to comment.