chore: upgrade dependencies

This commit is contained in:
Johnny
2025-06-02 09:45:26 +08:00
parent c542b43e57
commit ba33336dc4
6 changed files with 1079 additions and 1149 deletions
+11 -11
View File
@@ -13,7 +13,7 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/joy": "5.0.0-beta.48",
"@reduxjs/toolkit": "^2.8.1",
"@reduxjs/toolkit": "^2.8.2",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
@@ -25,33 +25,33 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.5.1",
"react-router-dom": "^7.6.0",
"react-i18next": "^15.5.2",
"react-router-dom": "^7.6.1",
"react-use": "^17.6.0",
"tailwindcss": "^3.4.17",
"uuid": "^11.1.0",
"zustand": "^5.0.4"
"zustand": "^5.0.5"
},
"devDependencies": {
"@bufbuild/buf": "^1.53.0",
"@bufbuild/protobuf": "^2.3.0",
"@bufbuild/buf": "^1.54.0",
"@bufbuild/protobuf": "^2.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.21",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.9.0",
"@vitejs/plugin-react-swc": "^3.10.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-react": "^7.37.5",
"long": "^5.3.2",
"postcss": "^8.5.3",
"postcss": "^8.5.4",
"prettier": "^3.5.3",
"protobufjs": "^7.5.1",
"protobufjs": "^7.5.3",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},