Expand version ranges of peer dependencies to include React 18 and the corresponding testing libraries

Signed-off-by: Axel Hecht <axel@pike.org>
This commit is contained in:
Axel Hecht
2023-08-25 18:05:29 +02:00
parent b551349b40
commit 80a76accf5
2 changed files with 6 additions and 8 deletions
+3 -3
View File
@@ -60,9 +60,9 @@
"zen-observable": "^0.10.0"
},
"peerDependencies": {
"@testing-library/react": "^12.1.3",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0",
"@testing-library/react": "^12.1.3 || ^13.0.0 || ^14.0.0",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
+3 -5
View File
@@ -10050,16 +10050,14 @@ __metadata:
"@material-ui/core": ^4.12.2
"@material-ui/icons": ^4.9.1
"@testing-library/jest-dom": ^5.10.1
"@testing-library/react": ^12.1.3
"@testing-library/user-event": ^14.0.0
"@types/react": ^16.13.1 || ^17.0.0
cross-fetch: ^3.1.5
msw: ^1.0.0
zen-observable: ^0.10.0
peerDependencies:
"@testing-library/react": ^12.1.3
react: ^16.13.1 || ^17.0.0
react-dom: ^16.13.1 || ^17.0.0
"@testing-library/react": ^12.1.3 || ^13.0.0 || ^14.0.0
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
languageName: unknown
linkType: soft