chore: update dependencies

Update project dependencies to latest versions including React,
Radix UI components, build tools and other packages.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
molvqingtai
2025-09-30 18:53:24 +08:00
parent 411a38fa3b
commit 29da283a9b
3 changed files with 2492 additions and 2548 deletions

View File

@@ -44,97 +44,98 @@
}, },
"homepage": "https://github.com/molvqingtai/WebChat", "homepage": "https://github.com/molvqingtai/WebChat",
"dependencies": { "dependencies": {
"@hookform/resolvers": "^5.0.1", "@hookform/resolvers": "^5.2.2",
"@number-flow/react": "^0.5.9", "@number-flow/react": "^0.5.10",
"@perfsee/jsonr": "^1.14.2", "@perfsee/jsonr": "^1.14.2",
"@radix-ui/react-avatar": "^1.1.9", "@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.1", "@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dropdown-menu": "^2.1.14", "@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.13", "@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.6", "@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.13", "@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-portal": "^1.1.8", "@radix-ui/react-portal": "^1.1.9",
"@radix-ui/react-presence": "^1.1.4", "@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-radio-group": "^1.3.6", "@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.8", "@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.2", "@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.4", "@radix-ui/react-switch": "^1.2.6",
"@resreq/event-hub": "^1.6.0", "@resreq/event-hub": "^1.6.0",
"@resreq/timer": "^1.3.2", "@resreq/timer": "^1.3.2",
"@rtco/client": "^0.3.2", "@rtco/client": "^0.3.6",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.19",
"@webcomponents/custom-elements": "^1.6.0", "@webcomponents/custom-elements": "^1.6.0",
"@webext-core/messaging": "^2.2.0", "@webext-core/messaging": "^2.3.0",
"@webext-core/proxy-service": "^1.2.1", "@webext-core/proxy-service": "^1.2.1",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cobe": "^0.6.3", "cobe": "^0.6.5",
"danmu": "^0.16.0", "danmu": "^0.18.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"framer-motion": "^12.12.1", "framer-motion": "^12.23.22",
"idb-keyval": "^6.2.2", "idb-keyval": "^6.2.2",
"lucide-react": "^0.511.0", "lucide-react": "^0.544.0",
"motion": "^12.12.1", "motion": "^12.23.22",
"nanoid": "^5.1.5", "nanoid": "^5.1.6",
"react": "^19.1.0", "react": "^19.1.1",
"react-dom": "^19.1.0", "react-dom": "^19.1.1",
"react-hook-form": "^7.56.4", "react-hook-form": "^7.63.0",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"react-use": "^17.6.0", "react-use": "^17.6.0",
"react-virtuoso": "^4.12.7", "react-virtuoso": "^4.14.1",
"remark-breaks": "^4.0.0", "remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"remesh": "^4.2.2", "remesh": "^4.2.2",
"remesh-logger": "^4.1.0", "remesh-logger": "^4.1.0",
"remesh-react": "^4.1.2", "remesh-react": "^4.1.2",
"rxjs": "^7.8.2", "rxjs": "^7.8.2",
"sonner": "^2.0.3", "sonner": "^2.0.7",
"tailwind-merge": "^3.3.0", "tailwind-merge": "^3.3.1",
"type-fest": "^4.41.0", "type-fest": "^5.0.1",
"unstorage": "^1.16.0", "unstorage": "^1.17.1",
"valibot": "1.1.0", "valibot": "1.1.0",
"zod": "^3.25.7" "zod": "^4.1.11"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^19.8.1", "@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^19.8.1", "@commitlint/config-conventional": "^20.0.0",
"@eslint-react/eslint-plugin": "^1.49.0", "@eslint-react/eslint-plugin": "^2.0.3",
"@eslint/js": "^9.27.0", "@eslint/js": "^9.36.0",
"@semantic-release/changelog": "^6.0.3", "@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0", "@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",
"@tailwindcss/postcss": "^4.1.7", "@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.1.7", "@tailwindcss/vite": "^4.1.13",
"@types/eslint": "^9.6.1", "@types/eslint": "^9.6.1",
"@types/eslint-plugin-tailwindcss": "^3.17.0", "@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/node": "^22.15.19", "@types/node": "^24.6.0",
"@types/react": "^19.1.4", "@types/react": "^19.1.16",
"@types/react-dom": "^19.1.5", "@types/react-dom": "^19.1.9",
"@typescript-eslint/parser": "^8.32.1", "@typescript-eslint/parser": "^8.45.0",
"@vitejs/plugin-react": "^4.4.1", "@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"cross-env": "^7.0.3", "babel-plugin-react-compiler": "19.1.0-rc.3",
"eslint": "^9.27.0", "cross-env": "^10.1.0",
"eslint-config-prettier": "^10.1.5", "eslint": "^9.36.0",
"eslint-plugin-prettier": "^5.4.0", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-tailwindcss": "^3.18.0", "eslint-plugin-prettier": "^5.5.4",
"globals": "^16.1.0", "eslint-plugin-tailwindcss": "^3.18.2",
"globals": "^16.4.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^16.0.0", "lint-staged": "^16.2.3",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.5.3", "postcss": "^8.5.6",
"postcss-rem-to-responsive-pixel": "^6.0.2", "postcss-rem-to-responsive-pixel": "^6.1.0",
"prettier": "^3.5.3", "prettier": "^3.6.2",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"semantic-release": "^24.2.4", "semantic-release": "^24.2.9",
"tailwindcss": "^4.1.7", "tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.0", "tw-animate-css": "^1.4.0",
"typescript": "^5.8.3", "typescript": "^5.9.2",
"typescript-eslint": "^8.32.1", "typescript-eslint": "^8.45.0",
"vite-plugin-svgr": "^4.3.0", "vite-plugin-svgr": "^4.5.0",
"webext-bridge": "^6.0.1", "webext-bridge": "^6.0.1",
"wxt": "^0.20.6" "wxt": "^0.20.11"
}, },
"lint-staged": { "lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix --cache" "*.{js,jsx,ts,tsx}": "eslint --fix --cache"

4910
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,8 @@ export default defineConfig({
imports: false, imports: false,
entrypointsDir: 'app', entrypointsDir: 'app',
webExt: { webExt: {
startUrls: ['https://www.example.com/'] startUrls: ['https://www.google.com/'],
openDevtools: true
}, },
manifest: ({ browser }) => { manifest: ({ browser }) => {
const common = { const common = {
@@ -45,7 +46,11 @@ export default defineConfig({
__NAME__: JSON.stringify(name) __NAME__: JSON.stringify(name)
}, },
plugins: [ plugins: [
react(), react({
babel: {
plugins: ['babel-plugin-react-compiler']
}
}),
tailwindcss(), tailwindcss(),
svgr({ svgr({
include: '**/*.svg' include: '**/*.svg'