Skip to content

Commit

Permalink
chore: upgrade jest to v28
Browse files Browse the repository at this point in the history
  • Loading branch information
mdalpozzo committed Jun 12, 2024
1 parent 25067c8 commit ba88eed
Show file tree
Hide file tree
Showing 2 changed files with 803 additions and 718 deletions.
7 changes: 4 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": "^27.5.1",
"@jest/types": "^28.1.3",
"@storybook/addon-a11y": "^8.1.5",
"@storybook/addon-actions": "^8.1.5",
"@storybook/addon-controls": "^8.1.5",
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": "^27.4.1",
"@types/jest": "^28.1.3",
"@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,8 @@
"fs-extra": "10.0.1",
"glob": "^7.1.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^11.12.0",
"jsdom-global": "^3.0.2",
"prettier": "^2.5.1",
Expand Down
Loading

0 comments on commit ba88eed

Please sign in to comment.