Bump some outdated package version

This commit is contained in:
Eric-Guo
2025-09-08 11:31:25 +08:00
parent b35f0effe5
commit 8f02afed98

View File

@ -12,73 +12,73 @@
"prepare": "husky install ./.husky" "prepare": "husky install ./.husky"
}, },
"dependencies": { "dependencies": {
"@floating-ui/react": "^0.26.2", "@floating-ui/react": "^0.26.25",
"@formatjs/intl-localematcher": "^0.2.32", "@formatjs/intl-localematcher": "^0.5.6",
"@headlessui/react": "^1.7.13", "@headlessui/react": "2.2.1",
"@heroicons/react": "^2.0.16", "@heroicons/react": "^2.0.16",
"@mdx-js/loader": "^2.3.0", "@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^2.3.0", "@mdx-js/react": "^3.1.0",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@remixicon/react": "^4.6.0", "@remixicon/react": "^4.6.0",
"@tailwindcss/line-clamp": "^0.4.2", "@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "18.15.0", "@types/node": "~18.19.0",
"@types/react": "18.0.28", "@types/react": "~18.3.23",
"@types/react-dom": "18.0.11", "@types/react-dom": "~18.3.7",
"@types/react-syntax-highlighter": "^15.5.6", "@types/react-syntax-highlighter": "^15.5.6",
"ahooks": "^3.7.5", "ahooks": "^3.8.4",
"axios": "^1.3.5", "axios": "^1.3.5",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"classnames": "^2.3.2", "classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"dify-client": "^2.3.1", "dify-client": "^2.3.1",
"eslint": "8.36.0", "eslint": "~8.57.1",
"eslint-config-next": "13.4.0", "eslint-config-next": "~14.2.32",
"eventsource-parser": "^1.0.0", "eventsource-parser": "^1.0.0",
"husky": "^8.0.3", "husky": "^9.1.7",
"i18next": "^22.4.13", "i18next": "^23.16.4",
"i18next-resources-to-backend": "^1.1.3", "i18next-resources-to-backend": "^1.2.1",
"immer": "^9.0.19", "immer": "^9.0.19",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",
"katex": "^0.16.7", "katex": "^0.16.21",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"mime": "^4.0.7", "mime": "^4.0.7",
"negotiator": "^0.6.3", "negotiator": "^0.6.3",
"next": "^14.0.4", "next": "^14.2.32",
"rc-textarea": "^1.5.3", "rc-textarea": "^1.5.3",
"react": "18.2.0", "react": "~18.3.0",
"react-dom": "18.2.0", "react-dom": "~18.3.0",
"react-error-boundary": "^4.0.2", "react-error-boundary": "^4.0.2",
"react-headless-pagination": "^1.1.4", "react-headless-pagination": "^1.1.4",
"react-i18next": "^12.2.0", "react-i18next": "^12.2.0",
"react-markdown": "^8.0.6", "react-markdown": "^8.0.6",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"react-tooltip": "5.8.3", "react-tooltip": "~5.8.3",
"rehype-katex": "^6.0.2", "rehype-katex": "^7.0.1",
"remark-breaks": "^3.0.2", "remark-breaks": "^4.0.0",
"remark-gfm": "^3.0.1", "remark-gfm": "^4.0.0",
"remark-math": "^5.1.1", "remark-math": "^6.0.0",
"sass": "^1.61.0", "sass": "^1.61.0",
"scheduler": "^0.23.0", "scheduler": "^0.23.0",
"server-only": "^0.0.1", "server-only": "^0.0.1",
"swr": "^2.1.0", "swr": "^2.3.0",
"tailwind-merge": "^3.2.0", "tailwind-merge": "^3.2.0",
"typescript": "4.9.5", "typescript": "4.9.5",
"use-context-selector": "^1.4.1", "use-context-selector": "^2.0.0",
"uuid": "^9.0.0", "uuid": "^10.0.0",
"zustand": "^4.5.2" "zustand": "^4.5.2"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "0.36.0", "@antfu/eslint-config": "~5.2.2",
"@faker-js/faker": "^7.6.0", "@faker-js/faker": "^9.0.3",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@types/js-cookie": "^3.0.3", "@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/negotiator": "^0.6.1", "@types/negotiator": "^0.6.3",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.20",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^5.1.0",
"lint-staged": "^13.2.2", "lint-staged": "^15.2.10",
"postcss": "^8.4.21", "postcss": "^8.4.47",
"tailwindcss": "^3.2.7" "tailwindcss": "^3.4.14"
}, },
"lint-staged": { "lint-staged": {
"**/*.js?(x)": [ "**/*.js?(x)": [