|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "dev": "vite --open", |
8 | | - "dtos": "x ts", |
| 7 | + "dev": "vite", |
| 8 | + "dtos": "npx get-dtos ts", |
9 | 9 | "build": "run-p type-check \"build-only {@}\" --", |
10 | 10 | "preview": "vite preview", |
11 | 11 | "build-only": "vite build", |
|
17 | 17 | ], |
18 | 18 | "dependencies": { |
19 | 19 | "@servicestack/client": "^2.1.13", |
20 | | - "@servicestack/vue": "^3.0.132", |
| 20 | + "@servicestack/vue": "^3.1.2", |
21 | 21 | "@unhead/vue": "^2.0.19", |
22 | | - "@vueuse/core": "^13.9.0", |
23 | | - "pinia": "^3.0.3", |
24 | | - "vue": "^3.5.22", |
25 | | - "vue-router": "^4.6.0" |
| 22 | + "@vueuse/core": "^14.1.0", |
| 23 | + "pinia": "^3.0.4", |
| 24 | + "vue": "^3.5.25", |
| 25 | + "vue-router": "^4.6.3" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | 28 | "@iconify/vue": "^5.0.0", |
29 | | - "@rushstack/eslint-patch": "^1.14.0", |
| 29 | + "@rushstack/eslint-patch": "^1.15.0", |
30 | 30 | "@tailwindcss/forms": "^0.5.10", |
31 | | - "@tailwindcss/postcss": "^4.1.14", |
| 31 | + "@tailwindcss/postcss": "^4.1.17", |
32 | 32 | "@tailwindcss/typography": "^0.5.19", |
33 | | - "@tailwindcss/vite": "^4.1.14", |
34 | | - "@tsconfig/node20": "^20.1.6", |
| 33 | + "@tailwindcss/vite": "^4.1.17", |
| 34 | + "@tsconfig/node20": "^20.1.8", |
35 | 35 | "@types/markdown-it-container": "^2.0.10", |
36 | | - "@types/node": "^24.7.2", |
| 36 | + "@types/node": "^24.10.1", |
37 | 37 | "@types/prismjs": "^1.26.5", |
38 | | - "@vitejs/plugin-vue": "^6.0.1", |
| 38 | + "@vitejs/plugin-vue": "^6.0.2", |
39 | 39 | "@vue/eslint-config-typescript": "^14.6.0", |
40 | 40 | "@vue/tsconfig": "^0.8.1", |
41 | | - "autoprefixer": "^10.4.21", |
42 | | - "eslint": "^9.37.0", |
43 | | - "eslint-plugin-vue": "^10.5.0", |
| 41 | + "autoprefixer": "^10.4.22", |
| 42 | + "eslint": "^9.39.1", |
| 43 | + "eslint-plugin-vue": "^10.6.2", |
44 | 44 | "markdown-it": "^14.1.0", |
45 | 45 | "markdown-it-anchor": "^9.2.0", |
46 | 46 | "markdown-it-container": "^4.0.0", |
47 | | - "markdown-it-prism": "^3.0.0", |
| 47 | + "markdown-it-prism": "^3.0.1", |
48 | 48 | "npm-run-all2": "^8.0.4", |
49 | 49 | "postcss": "^8.5.6", |
50 | | - "tailwindcss": "^4.1.14", |
| 50 | + "tailwindcss": "^4.1.17", |
51 | 51 | "typescript": "5.9.3", |
52 | | - "unplugin-vue-components": "^29.1.0", |
| 52 | + "unplugin-vue-components": "^30.0.0", |
53 | 53 | "unplugin-vue-markdown": "^29.2.0", |
54 | | - "unplugin-vue-router": "^0.16.0", |
55 | | - "vite": "^7.1.10", |
| 54 | + "unplugin-vue-router": "^0.19.0", |
| 55 | + "vite": "^7.2.6", |
56 | 56 | "vite-plugin-press": "^1.0.10", |
57 | | - "vite-plugin-vue-layouts-next": "^1.0.0", |
| 57 | + "vite-plugin-vue-layouts-next": "^1.3.0", |
58 | 58 | "vite-svg-loader": "^5.1.0", |
59 | | - "vue-tsc": "^3.1.1" |
| 59 | + "vue-tsc": "^3.1.6" |
60 | 60 | } |
61 | 61 | } |
0 commit comments