fix: Dependency Conflicts: React 19 / TypeScript 4.x Not Supported by Some Dependencies

pull/21063/head
hsiong 11 months ago
parent 809a0ab6bf
commit 74c17fe215

@ -108,9 +108,9 @@
"pinyin-pro": "^3.25.0", "pinyin-pro": "^3.25.0",
"qrcode.react": "^4.2.0", "qrcode.react": "^4.2.0",
"qs": "^6.13.0", "qs": "^6.13.0",
"react": "19.0.0", "react": "^18.2.0",
"react-18-input-autosize": "^3.0.0", "react-18-input-autosize": "^3.0.0",
"react-dom": "19.0.0", "react-dom": "^18.2.0",
"react-easy-crop": "^5.1.0", "react-easy-crop": "^5.1.0",
"react-error-boundary": "^4.1.2", "react-error-boundary": "^4.1.2",
"react-headless-pagination": "^1.1.6", "react-headless-pagination": "^1.1.6",
@ -180,8 +180,6 @@
"@types/negotiator": "^0.6.3", "@types/negotiator": "^0.6.3",
"@types/node": "18.15.0", "@types/node": "18.15.0",
"@types/qs": "^6.9.16", "@types/qs": "^6.9.16",
"@types/react": "19.0.11",
"@types/react-dom": "19.0.4",
"@types/react-slider": "^1.3.6", "@types/react-slider": "^1.3.6",
"@types/react-syntax-highlighter": "^15.5.13", "@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^1.8.8", "@types/react-window": "^1.8.8",
@ -211,7 +209,7 @@
"storybook": "8.5.0", "storybook": "8.5.0",
"tailwindcss": "^3.4.14", "tailwindcss": "^3.4.14",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "4.9.5", "typescript": "^5.4.5",
"typescript-eslint": "^8.23.0", "typescript-eslint": "^8.23.0",
"uglify-js": "^3.19.3" "uglify-js": "^3.19.3"
}, },

Loading…
Cancel
Save