Skip to content

Commit dfe646a

Browse files
committed
chore: app deps bump, attempting to fix assets in build (unsuccessful)
1 parent 9153294 commit dfe646a

File tree

7 files changed

+843
-706
lines changed

7 files changed

+843
-706
lines changed

app/bun.lockb

542 Bytes
Binary file not shown.

app/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/typography": "^0.5.15",
14-
"@tauri-apps/api": "^2.1.1",
13+
"@tailwindcss/typography": "^0.5.16",
14+
"@tauri-apps/api": "^2.4.0",
1515
"@tauri-apps/plugin-autostart": "2.2.0",
1616
"@tauri-apps/plugin-fs": "2.2.0",
17-
"@tauri-apps/plugin-os": "~2",
17+
"@tauri-apps/plugin-os": "~2.2.1",
1818
"@tauri-apps/plugin-shell": "2.2.0",
1919
"@tauri-apps/plugin-store": "2.2.0",
2020
"@tauri-apps/plugin-window-state": "2.2.0",
2121
"@uiw/react-markdown-preview": "^5.1.3",
22-
"autoprefixer": "^10.4.20",
23-
"daisyui": "^4.12.10",
24-
"postcss": "^8.4.47",
25-
"react": "^18.2.0",
26-
"react-dom": "^18.2.0",
27-
"react-hot-toast": "^2.4.1",
28-
"react-router-dom": "^6.26.2",
29-
"tailwindcss": "^3.4.13"
22+
"autoprefixer": "^10.4.21",
23+
"daisyui": "^4.12.24",
24+
"postcss": "^8.5.3",
25+
"react": "^18.3.1",
26+
"react-dom": "^18.3.1",
27+
"react-hot-toast": "^2.5.2",
28+
"react-router-dom": "^6.30.0",
29+
"tailwindcss": "^3.4.17"
3030
},
3131
"devDependencies": {
32-
"@types/react": "^18.2.15",
33-
"@types/react-dom": "^18.2.7",
34-
"@vitejs/plugin-react": "^4.2.1",
35-
"typescript": "^5.2.2",
36-
"vite": "^5.3.1",
37-
"@tauri-apps/cli": "^2.1.0"
32+
"@types/react": "^18.3.19",
33+
"@types/react-dom": "^18.3.5",
34+
"@vitejs/plugin-react": "^4.3.4",
35+
"typescript": "^5.8.2",
36+
"vite": "^5.4.14",
37+
"@tauri-apps/cli": "^2.4.0"
3838
}
3939
}

0 commit comments

Comments
 (0)