Skip to content

Commit eea8a89

Browse files
committed
deps: align testing-library deps with React 19
- upgrade @testing-library/react from 14.2.1 to 16.3.2 - upgrade @testing-library/user-event from 14.5.2 to 14.6.1 - update lockfile after testing dependency refresh Refs: LINK-2463
1 parent 75bfbfe commit eea8a89

3 files changed

Lines changed: 127 additions & 537 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@
6565
"@next/eslint-plugin-next": "^16.2.2",
6666
"@playwright/test": "^1.60.0",
6767
"@stylistic/eslint-plugin": "^5.10.0",
68+
"@testing-library/dom": "^10.4.1",
6869
"@testing-library/jest-dom": "^6.9.1",
69-
"@testing-library/react": "^14.2.1",
70-
"@testing-library/user-event": "^14.5.2",
70+
"@testing-library/react": "^16.3.2",
71+
"@testing-library/user-event": "^14.6.1",
7172
"@types/react": "19.2.16",
7273
"@vitejs/plugin-react": "^6.0.1",
7374
"@vitest/coverage-istanbul": "^4.1.3",

0 commit comments

Comments
 (0)