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 eaf4f3f commit c3c9fdb
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 534 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@babel/preset-react": "^7.24.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 All @@ -111,7 +111,7 @@
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/invariant": "^2.2.35",
"@types/jest": "^28.1.3",
"@types/jest": "^29.5.12",
"@types/lodash.flow": "^3.5.6",
"@types/lodash.isequal": "^4.5.5",
"@types/lodash.noop": "^3.0.6",
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 c3c9fdb

Please sign in to comment.