Skip to content

Commit

Permalink
update: ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Googlefan256 committed Nov 11, 2024
1 parent 16f1b82 commit 3318ecb
Show file tree
Hide file tree
Showing 5 changed files with 1,123 additions and 942 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
"format": "biome format --write ."
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@tauri-apps/api": "^1",
"@radix-ui/react-toast": "^1.2.2",
"@tauri-apps/api": "^1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.439.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@tauri-apps/cli": "^1",
"@types/node": "^22.5.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"@biomejs/biome": "^1.9.4",
"@tauri-apps/cli": "^1.6.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.2.2",
"vite": "^5.3.1"
"postcss": "^8.4.48",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}
Loading

0 comments on commit 3318ecb

Please sign in to comment.