mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-15 04:33:42 +08:00
fix: update dependencies in package.json and go.mod for improved compatibility and performance
This commit is contained in:
@@ -3,24 +3,24 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"axios": "^0.27.2",
|
||||
"axios": "^1.8.3",
|
||||
"history": "^5.3.0",
|
||||
"i18next": "23.2.3",
|
||||
"i18next-browser-languagedetector": "^8.0.2",
|
||||
"marked": "^4.1.1",
|
||||
"i18next": "24.2.2",
|
||||
"i18next-browser-languagedetector": "^8.0.4",
|
||||
"marked": "^15.0.7",
|
||||
"moment": "^2.30.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-i18next": "^13.0.0",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-i18next": "^15.4.1",
|
||||
"react-router-dom": "^7.3.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-toastify": "^9.0.8",
|
||||
"react-turnstile": "^1.0.5",
|
||||
"react-toastify": "^11.0.5",
|
||||
"react-turnstile": "^1.1.4",
|
||||
"recharts": "^2.15.1",
|
||||
"semantic-ui-css": "^2.5.0",
|
||||
"semantic-ui-react": "^2.1.3",
|
||||
"typescript": "4.9.5"
|
||||
"semantic-ui-react": "^2.1.5",
|
||||
"typescript": "5.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
@@ -47,7 +47,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.7.1"
|
||||
"prettier": "^3.5.3"
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": true,
|
||||
|
||||
Reference in New Issue
Block a user