Skip to content

Commit

Permalink
chore: update jest to latest (#1937)
Browse files Browse the repository at this point in the history
Align the jest version to be the same as in the portal.
  • Loading branch information
tujoworker authored Jan 19, 2023
1 parent f57f9fe commit 957acaa
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 611 deletions.
12 changes: 6 additions & 6 deletions packages/dnb-eufemia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "29.2.0",
"@types/jest": "29.2.6",
"@types/jest-axe": "3.5.5",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.43.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.5",
"audit-ci": "5.1.2",
"babel-jest": "29.2.1",
"babel-jest": "29.3.1",
"babel-plugin-optimize-clsx": "2.6.2",
"babel-plugin-search-and-replace": "1.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
Expand Down Expand Up @@ -198,10 +198,10 @@
"gulp-rename": "2.0.0",
"gulp-transform": "3.0.5",
"history": "5.1.0",
"jest": "29.2.1",
"jest-axe": "6.0.0",
"jest-environment-jsdom": "29.2.1",
"jest-environment-node": "29.2.1",
"jest": "29.3.1",
"jest-axe": "7.0.0",
"jest-environment-jsdom": "29.3.1",
"jest-environment-node": "29.3.1",
"jest-matchmedia-mock": "1.1.0",
"jest-raw-loader": "1.0.1",
"jest-screenshot": "0.3.5",
Expand Down
Loading

0 comments on commit 957acaa

Please sign in to comment.