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
+9 -9
View File
@@ -10,14 +10,14 @@
"postinstall": "wxt prepare"
},
"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-label": "^2.1.10",
"@radix-ui/react-separator": "^1.1.10",
"@radix-ui/react-label": "^2.1.11",
"@radix-ui/react-separator": "^1.1.11",
"@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",
"@types/chrome": "^0.2.0",
"@types/chrome": "^0.2.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@wxt-dev/module-react": "^1.2.2",
@@ -25,15 +25,15 @@
"clsx": "^2.1.1",
"idb": "^8.0.3",
"lucide-react": "^1.22.0",
"motion": "^12.42.0",
"motion": "^12.42.2",
"next-themes": "^0.4.6",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"rough-notation": "^0.5.1",
"simple-icons": "^16.24.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"wxt": "^0.20.27"
},