|
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "vite dev",
|
8 |
| - "build": "vite build", |
| 8 | + "build": "bun run check && vite build", |
9 | 9 | "preview": "vite preview",
|
10 | 10 | "deploy": "bun run build && bunx wrangler pages deploy",
|
11 | 11 | "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
20 | 20 | "@fontsource-variable/m-plus-2": "^5.1.0",
|
21 | 21 | "@l4ph/web-novel-parser": "npm:@jsr/l4ph__web-novel-parser",
|
22 | 22 | "@macfja/svelte-persistent-store": "^2.4.1",
|
23 |
| - "@tauri-apps/api": "^2.0.0-rc.5", |
24 |
| - "@tauri-apps/cli": "^2.0.0-rc.16", |
| 23 | + "@tauri-apps/api": "^2.0.0-rc.6", |
| 24 | + "@tauri-apps/cli": "^2.0.0-rc.17", |
25 | 25 | "@tauri-apps/plugin-dialog": "github:tauri-apps/tauri-plugin-dialog#v2",
|
26 | 26 | "@tauri-apps/plugin-fs": "github:tauri-apps/tauri-plugin-fs#v2",
|
27 | 27 | "bits-ui": "^0.21.15",
|
|
39 | 39 | "@biomejs/biome": "1.9.2",
|
40 | 40 | "@svelte-put/shortcut": "^3.1.1",
|
41 | 41 | "@sveltejs/adapter-static": "^3.0.5",
|
42 |
| - "@sveltejs/kit": "^2.5.28", |
| 42 | + "@sveltejs/kit": "^2.6.1", |
43 | 43 | "@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
|
44 | 44 | "@tailwindcss/typography": "^0.5.15",
|
45 | 45 | "@tailwindcss/vite": "^4.0.0-alpha.25",
|
46 | 46 | "@types/bun": "latest",
|
47 |
| - "@types/node": "^22.7.0", |
| 47 | + "@types/node": "^22.7.4", |
48 | 48 | "autoprefixer": "^10.4.20",
|
49 |
| - "eslint-plugin-svelte": "^2.44.0", |
50 |
| - "svelte": "^5.0.0-next.259", |
51 |
| - "svelte-check": "^4.0.2", |
| 49 | + "eslint-plugin-svelte": "^2.44.1", |
| 50 | + "svelte": "^5.0.0-next.260", |
| 51 | + "svelte-check": "^4.0.4", |
52 | 52 | "tailwindcss": "^4.0.0-alpha.25",
|
53 | 53 | "tslib": "^2.7.0",
|
54 | 54 | "typescript": "^5.6.2",
|
|
0 commit comments