Skip to content

Commit

Permalink
revert to working jest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Oct 17, 2023
1 parent 1d5b046 commit 8a54d6e
Show file tree
Hide file tree
Showing 2 changed files with 694 additions and 668 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@testing-library/react-hooks": "8.0.0",
"@testing-library/user-event": "14.2.0",
"@types/enzyme": "3.10.5",
"@types/jest": "^29.5.0",
"@types/jest": "27.5.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.15.11",
"@types/prismjs": "1.26.0",
Expand All @@ -73,8 +73,8 @@
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^10.2.7",
"identity-obj-proxy": "3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"prettier": "^2.8.7",
"prismjs": "1.28.0",
"replace-in-file-webpack-plugin": "^1.0.6",
Expand Down
Loading

0 comments on commit 8a54d6e

Please sign in to comment.