Skip to content

Commit 07bfc7f

Browse files
committed
upgrade deps
1 parent 47d3f35 commit 07bfc7f

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

MyApp.Client/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"dev": "vite --open",
8-
"dtos": "x ts",
7+
"dev": "vite",
8+
"dtos": "npx get-dtos ts",
99
"build": "run-p type-check \"build-only {@}\" --",
1010
"preview": "vite preview",
1111
"build-only": "vite build",
@@ -17,45 +17,45 @@
1717
],
1818
"dependencies": {
1919
"@servicestack/client": "^2.1.13",
20-
"@servicestack/vue": "^3.0.132",
20+
"@servicestack/vue": "^3.1.2",
2121
"@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"
2626
},
2727
"devDependencies": {
2828
"@iconify/vue": "^5.0.0",
29-
"@rushstack/eslint-patch": "^1.14.0",
29+
"@rushstack/eslint-patch": "^1.15.0",
3030
"@tailwindcss/forms": "^0.5.10",
31-
"@tailwindcss/postcss": "^4.1.14",
31+
"@tailwindcss/postcss": "^4.1.17",
3232
"@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",
3535
"@types/markdown-it-container": "^2.0.10",
36-
"@types/node": "^24.7.2",
36+
"@types/node": "^24.10.1",
3737
"@types/prismjs": "^1.26.5",
38-
"@vitejs/plugin-vue": "^6.0.1",
38+
"@vitejs/plugin-vue": "^6.0.2",
3939
"@vue/eslint-config-typescript": "^14.6.0",
4040
"@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",
4444
"markdown-it": "^14.1.0",
4545
"markdown-it-anchor": "^9.2.0",
4646
"markdown-it-container": "^4.0.0",
47-
"markdown-it-prism": "^3.0.0",
47+
"markdown-it-prism": "^3.0.1",
4848
"npm-run-all2": "^8.0.4",
4949
"postcss": "^8.5.6",
50-
"tailwindcss": "^4.1.14",
50+
"tailwindcss": "^4.1.17",
5151
"typescript": "5.9.3",
52-
"unplugin-vue-components": "^29.1.0",
52+
"unplugin-vue-components": "^30.0.0",
5353
"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",
5656
"vite-plugin-press": "^1.0.10",
57-
"vite-plugin-vue-layouts-next": "^1.0.0",
57+
"vite-plugin-vue-layouts-next": "^1.3.0",
5858
"vite-svg-loader": "^5.1.0",
59-
"vue-tsc": "^3.1.1"
59+
"vue-tsc": "^3.1.6"
6060
}
6161
}

MyApp.Client/src/typed-router.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* prettier-ignore */
33
// @ts-nocheck
44
// noinspection ES6UnusedImports
5-
// Generated by unplugin-vue-router. ‼️ DO NOT MODIFY THIS FILE ‼️
5+
// Generated by unplugin-vue-router. !! DO NOT MODIFY THIS FILE !!
66
// It's recommended to commit this file.
77
// Make sure to add this file to your tsconfig.json file as an "includes" or "files" entry.
88

0 commit comments

Comments
 (0)