Skip to content

Commit

Permalink
Merge pull request #1677 from alfonsomthd/jest-upgrade
Browse files Browse the repository at this point in the history
Upgrade Jest & React Testing Library
  • Loading branch information
openshift-merge-bot[bot] authored Nov 14, 2024
2 parents 2819f18 + 9dee264 commit 24037de
Show file tree
Hide file tree
Showing 2 changed files with 705 additions and 613 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@
"devDependencies": {
"@cypress/webpack-preprocessor": "^6.0.2",
"@discoveryjs/json-ext": "0.6.1",
"@swc/core": "1.3.19",
"@swc/jest": "^0.2.23",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^12",
"@swc/core": "^1.9.2",
"@swc/jest": "^0.2.37",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "29.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/luxon": "^3.3.1",
"@types/node": "^14.14.34",
"@types/react": "16.8.13",
Expand All @@ -155,7 +155,7 @@
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
Expand All @@ -165,10 +165,10 @@
"husky": "^7.0.0",
"i18next-parser": "9.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "29.2.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"jest-silent-reporter": "^0.5.0",
"jest-silent-reporter": "^0.6.0",
"marge": "^1.0.1",
"mocha-junit-reporter": "^2.0.0",
"mochawesome": "^6.2.2",
Expand All @@ -182,7 +182,6 @@
"webpack-dev-server": "^5.1.0"
},
"resolutions": {
"jest-environment-jsdom/jsdom": "^20.0.3",
"webpack": "5.94.0",
"webpack-bundle-analyzer/ws": "^7.5.10",
"webpack-dev-server/express": "^4.21.0",
Expand Down
Loading

0 comments on commit 24037de

Please sign in to comment.