Skip to content

Commit

Permalink
feat(npm-scripts)!: update testing tools for react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Oct 13, 2023
1 parent 1e53b57 commit e735c56
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 101 deletions.
10 changes: 5 additions & 5 deletions projects/npm-tools/packages/npm-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@liferay/eslint-plugin": "1.4.0",
"@liferay/jest-junit-reporter": "1.2.0",
"@liferay/js-toolkit-core": "3.0.1",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^3.4.2",
"@testing-library/user-event": "^4.2.4",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^26.0.14",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
Expand Down
Loading

0 comments on commit e735c56

Please sign in to comment.