@types/react to its right place in dependencies

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-03-27 14:00:14 +02:00
parent e0c6e8b9c3
commit 2cd810c414
98 changed files with 186 additions and 207 deletions
+1 -1
View File
@@ -71,6 +71,7 @@
"@rjsf/material-ui": "^3.2.1",
"@rjsf/utils": "5.3.1",
"@rjsf/validator-ajv8": "5.3.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@uiw/react-codemirror": "^4.9.3",
"classnames": "^2.2.6",
"git-url-parse": "^13.0.0",
@@ -88,7 +89,6 @@
"zod-to-json-schema": "~3.18.0"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"