fix: align versions of react typing package (#4297)

This commit is contained in:
Nite Knite
2024-05-11 15:39:56 +08:00
committed by GitHub
parent 34d3998566
commit 20a9037d5b
2 changed files with 48 additions and 33 deletions

View File

@@ -56,9 +56,9 @@
"qrcode.react": "^3.1.0",
"qs": "^6.11.1",
"rc-textarea": "^1.5.2",
"react": "^18.2.0",
"react": "~18.2.0",
"react-18-input-autosize": "^3.0.0",
"react-dom": "^18.2.0",
"react-dom": "~18.2.0",
"react-error-boundary": "^4.0.2",
"react-headless-pagination": "^1.1.4",
"react-hook-form": "^7.51.4",
@@ -100,8 +100,8 @@
"@types/negotiator": "^0.6.1",
"@types/node": "18.15.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.3.1",
"@types/react-dom": "18.0.11",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react-slider": "^1.3.1",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-window": "^1.8.5",
@@ -132,5 +132,9 @@
},
"engines": {
"node": ">=18.17.0"
},
"resolutions": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0"
}
}