Skip to content

Commit 3318ecb

Browse files
committed
update: ui
1 parent 16f1b82 commit 3318ecb

File tree

5 files changed

+1123
-942
lines changed

5 files changed

+1123
-942
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@
1111
"format": "biome format --write ."
1212
},
1313
"dependencies": {
14-
"@radix-ui/react-icons": "^1.3.0",
14+
"@radix-ui/react-icons": "^1.3.1",
1515
"@radix-ui/react-label": "^2.1.0",
16-
"@radix-ui/react-select": "^2.1.1",
17-
"@radix-ui/react-slider": "^1.2.0",
16+
"@radix-ui/react-select": "^2.1.2",
17+
"@radix-ui/react-slider": "^1.2.1",
1818
"@radix-ui/react-slot": "^1.1.0",
19-
"@radix-ui/react-toast": "^1.2.1",
20-
"@tauri-apps/api": "^1",
19+
"@radix-ui/react-toast": "^1.2.2",
20+
"@tauri-apps/api": "^1.6.0",
2121
"class-variance-authority": "^0.7.0",
2222
"clsx": "^2.1.1",
2323
"lucide-react": "^0.439.0",
24-
"react": "^18.2.0",
25-
"react-dom": "^18.2.0",
26-
"tailwind-merge": "^2.5.2",
24+
"react": "^18.3.1",
25+
"react-dom": "^18.3.1",
26+
"tailwind-merge": "^2.5.4",
2727
"tailwindcss-animate": "^1.0.7"
2828
},
2929
"devDependencies": {
30-
"@biomejs/biome": "^1.8.3",
31-
"@tauri-apps/cli": "^1",
32-
"@types/node": "^22.5.4",
33-
"@types/react": "^18.2.15",
34-
"@types/react-dom": "^18.2.7",
35-
"@vitejs/plugin-react": "^4.2.1",
30+
"@biomejs/biome": "^1.9.4",
31+
"@tauri-apps/cli": "^1.6.3",
32+
"@types/node": "^22.9.0",
33+
"@types/react": "^18.3.12",
34+
"@types/react-dom": "^18.3.1",
35+
"@vitejs/plugin-react": "^4.3.3",
3636
"autoprefixer": "^10.4.20",
37-
"postcss": "^8.4.45",
38-
"tailwindcss": "^3.4.10",
39-
"typescript": "^5.2.2",
40-
"vite": "^5.3.1"
37+
"postcss": "^8.4.48",
38+
"tailwindcss": "^3.4.14",
39+
"typescript": "^5.6.3",
40+
"vite": "^5.4.10"
4141
}
4242
}

0 commit comments

Comments
 (0)