Skip to content

Commit

Permalink
chore: upgrade jest to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
mdalpozzo committed Jun 18, 2024
1 parent f8d3ca4 commit 3e3501c
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 416 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.24.7",
"@chromatic-com/storybook": "^1.5.0",
"@jest/types": "^28.1.3",
"@jest/types": "^29.6.3",
"@storybook/addon-a11y": "^8.1.5",
"@storybook/addon-actions": "^8.1.5",
"@storybook/addon-controls": "^8.1.5",
Expand All @@ -102,7 +102,7 @@
"@storybook/react": "^8.1.5",
"@storybook/react-webpack5": "^8.1.6",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^5.1.2",
"@testing-library/user-event": "^13.5.0",
Expand Down Expand Up @@ -143,7 +143,7 @@
"fs-extra": "10.0.1",
"glob": "^7.1.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^11.12.0",
"jsdom-global": "^3.0.2",
Expand Down
Loading

0 comments on commit 3e3501c

Please sign in to comment.