|
1 | 1 | { |
2 | 2 | "name": "app", |
3 | | - "version": "0.31.0", |
| 3 | + "version": "0.31.2", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
|
25 | 25 | "@sveltejs/adapter-static": "^3.0.8", |
26 | 26 | "@sveltejs/kit": "^2.20.7", |
27 | 27 | "@sveltejs/vite-plugin-svelte": "^5.0.3", |
28 | | - "@tauri-apps/cli": "^2.4.1", |
| 28 | + "@tauri-apps/cli": "^2.5.0", |
29 | 29 | "@types/better-sqlite3": "^7.6.13", |
30 | 30 | "@types/eslint-config-prettier": "^6.11.3", |
31 | | - "@types/node": "^22.14.1", |
| 31 | + "@types/node": "^22.15.2", |
32 | 32 | "autoprefixer": "^10.4.21", |
33 | 33 | "daisyui": "^4.12.24", |
34 | | - "drizzle-kit": "^0.30.6", |
| 34 | + "drizzle-kit": "^0.31.0", |
35 | 35 | "eslint": "^9.24.0", |
36 | 36 | "eslint-config-prettier": "^10.1.2", |
37 | 37 | "eslint-plugin-svelte": "^3.5.1", |
38 | 38 | "fuse.js": "^7.1.0", |
39 | 39 | "globals": "^16.0.0", |
40 | | - "marked": "^15.0.8", |
| 40 | + "marked": "^15.0.11", |
41 | 41 | "prettier": "^3.5.3", |
42 | 42 | "prettier-plugin-svelte": "^3.3.3", |
43 | 43 | "prettier-plugin-tailwindcss": "^0.6.11", |
44 | 44 | "semantic-release": "^24.2.3", |
45 | | - "svelte": "^5.25.7", |
| 45 | + "svelte": "^5.28.2", |
46 | 46 | "svelte-check": "^4.1.6", |
47 | 47 | "tailwindcss": "^3.4.17", |
48 | 48 | "typescript": "^5.8.3", |
49 | | - "typescript-eslint": "^8.30.1", |
| 49 | + "typescript-eslint": "^8.31.0", |
50 | 50 | "vite": "^6.2.3" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | | - "@tauri-apps/api": "^2.4.1", |
| 53 | + "@tauri-apps/api": "^2.5.0", |
54 | 54 | "@tauri-apps/plugin-dialog": "^2.2.1", |
55 | 55 | "@tauri-apps/plugin-fs": "^2.2.1", |
56 | 56 | "@tauri-apps/plugin-log": "^2.3.1", |
|
0 commit comments