Skip to content

Commit e8c628f

Browse files
authored
App v1.0.2
1 parent 2515e7e commit e8c628f

46 files changed

Lines changed: 2523 additions & 2331 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "fileflow",
3+
"version": "1.0.2",
34
"private": true,
45
"type": "module",
56
"scripts": {
@@ -9,25 +10,26 @@
910
"tauri": "tauri"
1011
},
1112
"dependencies": {
12-
"@radix-ui/react-dialog": "^1.1.6",
13-
"@radix-ui/react-dropdown-menu": "^2.1.6",
13+
"@radix-ui/react-checkbox": "^1.1.5",
14+
"@radix-ui/react-dialog": "^1.1.7",
15+
"@radix-ui/react-dropdown-menu": "^2.1.7",
1416
"@radix-ui/react-icons": "^1.3.2",
15-
"@radix-ui/react-label": "^2.1.2",
16-
"@radix-ui/react-menubar": "^1.1.6",
17-
"@radix-ui/react-popover": "^1.1.6",
18-
"@radix-ui/react-radio-group": "^1.2.3",
19-
"@radix-ui/react-select": "^2.1.6",
20-
"@radix-ui/react-separator": "^1.1.2",
21-
"@radix-ui/react-slot": "^1.1.2",
22-
"@radix-ui/react-switch": "^1.1.3",
23-
"@radix-ui/react-tabs": "^1.1.3",
24-
"@radix-ui/react-tooltip": "^1.1.8",
25-
"@tauri-apps/api": "^2.3.0",
26-
"@tauri-apps/plugin-dialog": "~2.2.0",
17+
"@radix-ui/react-label": "^2.1.3",
18+
"@radix-ui/react-menubar": "^1.1.7",
19+
"@radix-ui/react-popover": "^1.1.7",
20+
"@radix-ui/react-radio-group": "^1.2.4",
21+
"@radix-ui/react-select": "^2.1.7",
22+
"@radix-ui/react-separator": "^1.1.3",
23+
"@radix-ui/react-slot": "^1.2.0",
24+
"@radix-ui/react-switch": "^1.1.4",
25+
"@radix-ui/react-tabs": "^1.1.4",
26+
"@radix-ui/react-tooltip": "^1.2.0",
27+
"@tauri-apps/api": "^2.4.1",
28+
"@tauri-apps/plugin-dialog": "~2.2.1",
2729
"class-variance-authority": "^0.7.1",
2830
"clsx": "^2.1.1",
2931
"cmdk": "1.0.0",
30-
"framer-motion": "^12.5.0",
32+
"framer-motion": "^12.6.5",
3133
"lucide-react": "^0.441.0",
3234
"next-themes": "^0.4.6",
3335
"react": "^18.3.1",
@@ -38,15 +40,15 @@
3840
"tailwindcss-animate": "^1.0.7"
3941
},
4042
"devDependencies": {
41-
"@tauri-apps/cli": "^2.3.1",
42-
"@types/node": "^22.13.10",
43-
"@types/react": "^18.3.18",
44-
"@types/react-dom": "^18.3.5",
43+
"@tauri-apps/cli": "^2.4.1",
44+
"@types/node": "^22.14.1",
45+
"@types/react": "^18.3.20",
46+
"@types/react-dom": "^18.3.6",
4547
"@vitejs/plugin-react": "^4.3.4",
4648
"autoprefixer": "^10.4.21",
4749
"postcss": "^8.5.3",
4850
"tailwindcss": "^3.4.17",
49-
"typescript": "^5.8.2",
50-
"vite": "^5.4.14"
51+
"typescript": "^5.8.3",
52+
"vite": "^5.4.18"
5153
}
5254
}

pnpm-lock.yaml

Lines changed: 792 additions & 741 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)