|
1 | 1 | {
|
2 | 2 | "name": "tauri-app",
|
3 | 3 | "private": true,
|
4 |
| - "version": "2.3.0", |
| 4 | + "version": "2.6.0", |
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "concurrently --kill-others \"pnpm vite:dev\" \"pnpm devtools\"",
|
|
16 | 16 | "check": "cargo check --manifest-path src-tauri/Cargo.toml"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@tauri-apps/api": "^2.3.0", |
20 |
| - "@tauri-apps/plugin-shell": "^2.2.0", |
21 |
| - "@vue/devtools": "^7.7.2", |
22 |
| - "pinia": "^3.0.1", |
23 |
| - "vue": "^3.5.13" |
| 19 | + "@tauri-apps/api": "^2.6.0", |
| 20 | + "@tauri-apps/plugin-shell": "^2.2.2", |
| 21 | + "@vue/devtools": "^7.7.7", |
| 22 | + "pinia": "^3.0.3", |
| 23 | + "vue": "^3.5.17" |
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 | 26 | "@egoist/tailwindcss-icons": "^1.9.0",
|
27 | 27 | "@iconify-json/mdi": "^1.2.3",
|
28 | 28 | "@iconify/types": "^2.0.0",
|
29 |
| - "@pinia/testing": "^1.0.0", |
30 |
| - "@tailwindcss/vite": "^4.0.14", |
31 |
| - "@tauri-apps/cli": "^2.3.1", |
32 |
| - "@tsconfig/node22": "^22.0.0", |
| 29 | + "@pinia/testing": "^1.0.2", |
| 30 | + "@tailwindcss/vite": "^4.1.10", |
| 31 | + "@tauri-apps/cli": "^2.6.0", |
| 32 | + "@tsconfig/node22": "^22.0.2", |
33 | 33 | "@types/lodash-es": "^4.17.12",
|
34 |
| - "@types/node": "^22.13.10", |
35 |
| - "@typescript-eslint/eslint-plugin": "^8.27.0", |
36 |
| - "@vitejs/plugin-vue": "^5.2.3", |
| 34 | + "@types/node": "^24.0.4", |
| 35 | + "@typescript-eslint/eslint-plugin": "^8.35.0", |
| 36 | + "@vitejs/plugin-vue": "^6.0.0", |
37 | 37 | "@vue/eslint-config-prettier": "^10.2.0",
|
38 | 38 | "@vue/test-utils": "^2.4.6",
|
39 | 39 | "@vue/tsconfig": "^0.7.0",
|
40 |
| - "concurrently": "^9.1.2", |
| 40 | + "concurrently": "^9.2.0", |
41 | 41 | "cross-env": "^7.0.3",
|
42 |
| - "eslint": "^9.22.0", |
| 42 | + "eslint": "^9.29.0", |
43 | 43 | "eslint-plugin-security": "^3.0.1",
|
44 |
| - "eslint-plugin-vue": "^10.0.0", |
| 44 | + "eslint-plugin-vue": "^10.2.0", |
45 | 45 | "lodash-es": "^4.17.21",
|
46 |
| - "prettier": "^3.5.3", |
47 |
| - "tailwindcss": "^4.0.14", |
48 |
| - "typescript": "^5.8.2", |
49 |
| - "unplugin-auto-import": "^19.1.1", |
50 |
| - "unplugin-vue-components": "^28.4.1", |
51 |
| - "vite": "^6.2.2", |
| 46 | + "prettier": "^3.6.0", |
| 47 | + "tailwindcss": "^4.1.10", |
| 48 | + "typescript": "^5.8.3", |
| 49 | + "unplugin-auto-import": "^19.3.0", |
| 50 | + "unplugin-vue-components": "^28.7.0", |
| 51 | + "vite": "^7.0.0", |
52 | 52 | "vite-plugin-node-polyfills": "^0.23.0",
|
53 | 53 | "vite-plugin-top-level-await": "^1.5.0",
|
54 |
| - "vite-plugin-vue-devtools": "^7.7.2", |
55 |
| - "vitest": "^3.0.9", |
56 |
| - "vue-tsc": "^2.2.8" |
| 54 | + "vite-plugin-vue-devtools": "^7.7.7", |
| 55 | + "vitest": "^3.2.4", |
| 56 | + "vue-tsc": "^2.2.10" |
57 | 57 | },
|
58 | 58 | "pnpm": {
|
59 | 59 | "onlyBuiltDependencies": [
|
60 | 60 | "@swc/core",
|
| 61 | + "@tailwindcss/oxide", |
61 | 62 | "electron",
|
62 | 63 | "esbuild",
|
63 | 64 | "vue-demi"
|
|
0 commit comments