Skip to content

Commit 1f6e9a3

Browse files
committed
Update to latest versions
1 parent 3fae055 commit 1f6e9a3

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

MyApp.Client/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,46 +16,46 @@
1616
"module.d.ts"
1717
],
1818
"dependencies": {
19-
"@servicestack/client": "^2.1.11",
20-
"@servicestack/vue": "^3.0.126",
21-
"@unhead/vue": "^2.0.8",
22-
"@vueuse/core": "^13.1.0",
23-
"pinia": "^3.0.2",
24-
"vue": "^3.5.13",
25-
"vue-router": "^4.5.1"
19+
"@servicestack/client": "^2.1.13",
20+
"@servicestack/vue": "^3.0.132",
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"
2626
},
2727
"devDependencies": {
2828
"@iconify/vue": "^5.0.0",
29-
"@rushstack/eslint-patch": "^1.11.0",
29+
"@rushstack/eslint-patch": "^1.14.0",
3030
"@tailwindcss/forms": "^0.5.10",
31-
"@tailwindcss/postcss": "^4.1.6",
32-
"@tailwindcss/typography": "^0.5.16",
33-
"@tailwindcss/vite": "^4.1.6",
34-
"@tsconfig/node20": "^20.1.5",
31+
"@tailwindcss/postcss": "^4.1.14",
32+
"@tailwindcss/typography": "^0.5.19",
33+
"@tailwindcss/vite": "^4.1.14",
34+
"@tsconfig/node20": "^20.1.6",
3535
"@types/markdown-it-container": "^2.0.10",
36-
"@types/node": "^22.15.17",
36+
"@types/node": "^24.7.2",
3737
"@types/prismjs": "^1.26.5",
38-
"@vitejs/plugin-vue": "^5.2.4",
39-
"@vue/eslint-config-typescript": "^14.5.0",
40-
"@vue/tsconfig": "^0.7.0",
38+
"@vitejs/plugin-vue": "^6.0.1",
39+
"@vue/eslint-config-typescript": "^14.6.0",
40+
"@vue/tsconfig": "^0.8.1",
4141
"autoprefixer": "^10.4.21",
42-
"eslint": "^9.26.0",
43-
"eslint-plugin-vue": "^10.1.0",
42+
"eslint": "^9.37.0",
43+
"eslint-plugin-vue": "^10.5.0",
4444
"markdown-it": "^14.1.0",
4545
"markdown-it-anchor": "^9.2.0",
4646
"markdown-it-container": "^4.0.0",
4747
"markdown-it-prism": "^3.0.0",
48-
"npm-run-all2": "^8.0.1",
49-
"postcss": "^8.5.3",
50-
"tailwindcss": "^4.1.6",
51-
"typescript": "5.8.3",
52-
"unplugin-vue-components": "^28.5.0",
53-
"unplugin-vue-markdown": "^28.3.1",
54-
"unplugin-vue-router": "^0.12.0",
55-
"vite": "^6.3.5",
48+
"npm-run-all2": "^8.0.4",
49+
"postcss": "^8.5.6",
50+
"tailwindcss": "^4.1.14",
51+
"typescript": "5.9.3",
52+
"unplugin-vue-components": "^29.1.0",
53+
"unplugin-vue-markdown": "^29.2.0",
54+
"unplugin-vue-router": "^0.16.0",
55+
"vite": "^7.1.10",
5656
"vite-plugin-press": "^1.0.10",
57-
"vite-plugin-vue-layouts-next": "^0.1.1",
57+
"vite-plugin-vue-layouts-next": "^1.0.0",
5858
"vite-svg-loader": "^5.1.0",
59-
"vue-tsc": "^2.2.10"
59+
"vue-tsc": "^3.1.1"
6060
}
6161
}

0 commit comments

Comments
 (0)