|
9 | 9 | "build": "bunx --bun vite build", |
10 | 10 | "build:desktop": "tauri build", |
11 | 11 | "build:desktop-macos-universal": "tauri build --target universal-apple-darwin", |
| 12 | + "build:desktop-macos-aarch64": "tauri build --target aarch64-apple-darwin", |
12 | 13 | "build:desktop-win64": "tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc", |
13 | 14 | "build:desktop-winaarch64": "tauri build --target universal-apple-darwin", |
14 | 15 | "build:desktop-linux": "tauri build --target x86_64-unknown-linux-gnu", |
|
19 | 20 | }, |
20 | 21 | "license": "MIT", |
21 | 22 | "dependencies": { |
22 | | - "@humanspeak/svelte-markdown": "^0.8.7", |
23 | | - "@sentry/sveltekit": "^9.24.0", |
| 23 | + "@sentry/sveltekit": "^9.28.1", |
24 | 24 | "@tauri-apps/api": "^2.5.0", |
25 | 25 | "@tauri-apps/plugin-autostart": "^2.3.0", |
26 | 26 | "@tauri-apps/plugin-clipboard-manager": "^2.2.2", |
27 | 27 | "@tauri-apps/plugin-dialog": "^2.2.1", |
28 | 28 | "@tauri-apps/plugin-os": "^2.2.1", |
29 | 29 | "@tauri-apps/plugin-shell": "^2.2.1", |
| 30 | + "@humanspeak/svelte-markdown": "^0.8.7", |
30 | 31 | "lucide-svelte": "^0.511.0", |
31 | 32 | "svelte-i18n": "^4.0.1" |
32 | 33 | }, |
33 | 34 | "devDependencies": { |
34 | 35 | "@skeletonlabs/skeleton": "^3.1.3", |
35 | | - "@skeletonlabs/skeleton-svelte": "^1.2.3", |
| 36 | + "@skeletonlabs/skeleton-svelte": "1.2.3", |
36 | 37 | "@sveltejs/adapter-static": "^3.0.8", |
37 | | - "@sveltejs/kit": "^2.21.2", |
| 38 | + "@sveltejs/kit": "^2.21.4", |
38 | 39 | "@sveltejs/vite-plugin-svelte": "^5.1.0", |
39 | 40 | "@tailwindcss/forms": "^0.5.10", |
40 | | - "@tailwindcss/vite": "^4.0.0", |
| 41 | + "@tailwindcss/vite": "^4.1.8", |
41 | 42 | "@tauri-apps/cli": "^2.5.0", |
42 | 43 | "@types/eslint": "^9.6.1", |
43 | 44 | "@types/node": "^22.10.3", |
44 | 45 | "autoprefixer": "^10.4.21", |
45 | | - "eslint": "^9.23.0", |
46 | | - "eslint-config-prettier": "^10.1.1", |
47 | | - "eslint-plugin-svelte": "^3.3.3", |
48 | | - "globals": "^16.0.0", |
| 46 | + "caniuse-lite": "^1.0.30001721", |
| 47 | + "eslint": "^9.28.0", |
| 48 | + "eslint-config-prettier": "^10.1.5", |
| 49 | + "eslint-plugin-svelte": "^3.9.1", |
| 50 | + "globals": "^16.2.0", |
49 | 51 | "prettier": "^3.5.3", |
50 | | - "prettier-plugin-svelte": "^3.3.3", |
51 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
52 | | - "svelte": "^5.33.14", |
| 52 | + "prettier-plugin-svelte": "^3.4.0", |
| 53 | + "prettier-plugin-tailwindcss": "^0.6.12", |
| 54 | + "svelte": "^5.33.19", |
53 | 55 | "svelte-check": "^4.2.1", |
54 | 56 | "tailwindcss": "^4.1.8", |
55 | 57 | "typescript": "^5.8.3", |
56 | 58 | "typescript-eslint": "^8.33.1", |
57 | | - "vite": "^6.2.5", |
58 | | - "caniuse-lite": "^1.0.30001721" |
| 59 | + "vite": "^6.3.5" |
59 | 60 | }, |
60 | 61 | "trustedDependencies": [ |
61 | 62 | "@parcel/watcher", |
|
0 commit comments