chore(deps): upgrade npm dependencies

This commit is contained in:
Fu Diwei
2025-05-26 17:04:40 +08:00
parent b0eb71421f
commit 3bb88d9f93
2 changed files with 131 additions and 117 deletions

View File

@@ -19,27 +19,27 @@
"@uiw/codemirror-extensions-basic-setup": "^4.23.12",
"@uiw/codemirror-theme-vscode": "^4.23.12",
"@uiw/react-codemirror": "^4.23.12",
"ahooks": "^3.8.4",
"antd": "^5.25.1",
"ahooks": "^3.8.5",
"antd": "^5.25.3",
"antd-zod": "^6.1.0",
"clsx": "^2.1.1",
"cron-parser": "^5.2.0",
"file-saver": "^2.0.5",
"i18next": "^25.1.2",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.1.0",
"immer": "^10.1.1",
"lucide-react": "^0.509.0",
"lucide-react": "^0.511.0",
"nanoid": "^5.1.5",
"pocketbase": "^0.26.0",
"radash": "^12.1.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.5.1",
"react-router-dom": "^7.6.0",
"react-i18next": "^15.5.2",
"react-router-dom": "^7.6.1",
"tailwind-merge": "^2.6.0",
"zod": "^3.24.4",
"zustand": "^5.0.4"
"zod": "^3.25.28",
"zustand": "^5.0.5"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
@@ -48,10 +48,10 @@
"@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-legacy": "^6.1.1",
"@vitejs/plugin-react": "^4.4.1",
"@vitejs/plugin-react": "^4.5.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.5",