chore: upgrade deps

This commit is contained in:
Simon
2026-05-28 16:06:15 +08:00
parent ebc785d1fe
commit ebd8ec5ae7
5 changed files with 999 additions and 829 deletions

1778
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -42,31 +42,31 @@
"prepare": "husky || true" "prepare": "husky || true"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^20.5.3", "@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^20.5.3", "@commitlint/config-conventional": "^21.0.1",
"@eslint-react/eslint-plugin": "^4.2.3", "@eslint-react/eslint-plugin": "^5.8.6",
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
"@microsoft/api-extractor": "^7.58.7", "@microsoft/api-extractor": "^7.58.7",
"@tailwindcss/vite": "^4.3.0", "@tailwindcss/vite": "^4.3.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.2", "@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^25.6.0", "@types/node": "^25.9.1",
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^6.0.2",
"chalk": "^5.6.2", "chalk": "^5.6.2",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"dotenv": "^17.4.2", "dotenv": "^17.4.2",
"eslint": "^10.2.0", "eslint": "^10.4.0",
"globals": "^17.5.0", "globals": "^17.6.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^16.4.0", "lint-staged": "^17.0.5",
"prettier": "^3.8.2", "prettier": "^3.8.3",
"typescript": "^6.0.2", "typescript": "^6.0.3",
"typescript-eslint": "^8.59.2", "typescript-eslint": "^8.60.0",
"unplugin-dts": "^1.0.0", "unplugin-dts": "^1.0.1",
"vite": "^8.0.12", "vite": "^8.0.14",
"vite-plugin-css-injected-by-js": "^5.0.1" "vite-plugin-css-injected-by-js": "^5.0.1"
}, },
"overrides": { "overrides": {
"typescript": "^6.0.2" "typescript": "^6.0.3"
}, },
"lint-staged": { "lint-staged": {
"*.{js,ts,cjs,cts,mjs,mts}": [ "*.{js,ts,cjs,cts,mjs,mts}": [

View File

@@ -18,24 +18,24 @@
"@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-switch": "^1.2.6",
"@tailwindcss/vite": "^4.3.0", "@tailwindcss/vite": "^4.3.0",
"@types/chrome": "^0.1.42", "@types/chrome": "^0.1.42",
"@types/react": "^19.2.14", "@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@wxt-dev/module-react": "^1.2.2", "@wxt-dev/module-react": "^1.2.2",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"idb": "^8.0.3", "idb": "^8.0.3",
"lucide-react": "^1.14.0", "lucide-react": "^1.16.0",
"motion": "^12.38.0", "motion": "^12.40.0",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.2.6", "react": "^19.2.6",
"react-dom": "^19.2.6", "react-dom": "^19.2.6",
"rough-notation": "^0.5.1", "rough-notation": "^0.5.1",
"simple-icons": "^16.19.0", "simple-icons": "^16.21.0",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.6.0", "tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0", "tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"wxt": "^0.20.25" "wxt": "^0.20.26"
}, },
"dependencies": { "dependencies": {
"@page-agent/core": "1.8.2", "@page-agent/core": "1.8.2",

View File

@@ -29,7 +29,7 @@
}, },
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0", "@modelcontextprotocol/sdk": "^1.29.0",
"ws": "^8.20.0", "ws": "^8.21.0",
"zod": "^4.4.3" "zod": "^4.4.3"
} }
} }

View File

@@ -14,21 +14,21 @@
"@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-tooltip": "^1.2.8",
"@types/react": "^19.2.14", "@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"lucide-react": "^1.14.0", "lucide-react": "^1.16.0",
"motion": "^12.38.0", "motion": "^12.40.0",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.2.6", "react": "^19.2.6",
"react-dom": "^19.2.6", "react-dom": "^19.2.6",
"rough-notation": "^0.5.1", "rough-notation": "^0.5.1",
"simple-icons": "^16.19.0", "simple-icons": "^16.21.0",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.6.0", "tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0", "tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"wouter": "^3.9.0" "wouter": "^3.10.0"
} }
} }