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": {