chore: update deps

This commit is contained in:
Simon
2026-07-01 17:09:57 +08:00
parent 04a397c19e
commit 585e7a4900
4 changed files with 796 additions and 816 deletions
+775 -789
View File
File diff suppressed because it is too large Load Diff
+5 -11
View File
@@ -43,8 +43,8 @@
"prepare": "husky || true" "prepare": "husky || true"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^21.1.0", "@commitlint/cli": "^21.2.0",
"@commitlint/config-conventional": "^21.0.1", "@commitlint/config-conventional": "^21.2.0",
"@eslint-react/eslint-plugin": "^5.10.0", "@eslint-react/eslint-plugin": "^5.10.0",
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
"@microsoft/api-extractor": "^7.58.9", "@microsoft/api-extractor": "^7.58.9",
@@ -60,22 +60,16 @@
"happy-dom": "^20.10.6", "happy-dom": "^20.10.6",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^17.0.8", "lint-staged": "^17.0.8",
"prettier": "^3.9.3", "prettier": "^3.9.4",
"typescript": "^6.0.3", "typescript": "^6.0.3",
"typescript-eslint": "^8.62.1", "typescript-eslint": "^8.62.1",
"unplugin-dts": "^1.0.3", "unplugin-dts": "^1.0.3",
"vite": "^8.1.0", "vite": "^8.1.2",
"vite-plugin-css-injected-by-js": "^5.0.1", "vite-plugin-css-injected-by-js": "^5.0.1",
"vitest": "^4.1.9" "vitest": "^4.1.9"
}, },
"overrides": { "overrides": {
"typescript": "^6.0.3", "typescript": "^6.0.3"
"node-notifier": {
"uuid": "11.1.1"
},
"web-ext-run": {
"tmp": "0.2.7"
}
}, },
"lint-staged": { "lint-staged": {
"*.{js,ts,cjs,cts,mjs,mts}": [ "*.{js,ts,cjs,cts,mjs,mts}": [
+9 -9
View File
@@ -10,14 +10,14 @@
"postinstall": "wxt prepare" "postinstall": "wxt prepare"
}, },
"devDependencies": { "devDependencies": {
"@radix-ui/react-hover-card": "^1.1.17", "@radix-ui/react-hover-card": "^1.1.18",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.10", "@radix-ui/react-label": "^2.1.11",
"@radix-ui/react-separator": "^1.1.10", "@radix-ui/react-separator": "^1.1.11",
"@radix-ui/react-slot": "^1.3.0", "@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.1", "@radix-ui/react-switch": "^1.3.2",
"@tailwindcss/vite": "^4.3.2", "@tailwindcss/vite": "^4.3.2",
"@types/chrome": "^0.2.0", "@types/chrome": "^0.2.1",
"@types/react": "^19.2.17", "@types/react": "^19.2.17",
"@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",
@@ -25,15 +25,15 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"idb": "^8.0.3", "idb": "^8.0.3",
"lucide-react": "^1.22.0", "lucide-react": "^1.22.0",
"motion": "^12.42.0", "motion": "^12.42.2",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.2.6", "react": "^19.2.7",
"react-dom": "^19.2.6", "react-dom": "^19.2.7",
"rough-notation": "^0.5.1", "rough-notation": "^0.5.1",
"simple-icons": "^16.24.1", "simple-icons": "^16.24.1",
"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.2",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"wxt": "^0.20.27" "wxt": "^0.20.27"
}, },
+7 -7
View File
@@ -10,24 +10,24 @@
}, },
"devDependencies": { "devDependencies": {
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-separator": "^1.1.10", "@radix-ui/react-separator": "^1.1.11",
"@radix-ui/react-slot": "^1.3.0", "@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.1", "@radix-ui/react-switch": "^1.3.2",
"@radix-ui/react-tooltip": "^1.2.10", "@radix-ui/react-tooltip": "^1.2.11",
"@types/react": "^19.2.17", "@types/react": "^19.2.17",
"@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.22.0", "lucide-react": "^1.22.0",
"motion": "^12.42.0", "motion": "^12.42.2",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.2.6", "react": "^19.2.7",
"react-dom": "^19.2.6", "react-dom": "^19.2.7",
"rough-notation": "^0.5.1", "rough-notation": "^0.5.1",
"simple-icons": "^16.24.1", "simple-icons": "^16.24.1",
"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.2",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"wouter": "^3.10.0" "wouter": "^3.10.0"
} }