Skip to content

Commit 2feb0d7

Browse files
committed
Update package.json
1 parent 41a76ec commit 2feb0d7

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

MyApp.Client/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@
2525
"@vueuse/core": "^14.1.0",
2626
"pinia": "^3.0.4",
2727
"vue": "^3.5.25",
28-
"vue-router": "^4.6.3"
28+
"vue-router": "^4.6.4"
2929
},
3030
"devDependencies": {
3131
"@iconify/vue": "^5.0.0",
3232
"@rushstack/eslint-patch": "^1.15.0",
3333
"@tailwindcss/forms": "^0.5.10",
34-
"@tailwindcss/postcss": "^4.1.17",
34+
"@tailwindcss/postcss": "^4.1.18",
3535
"@tailwindcss/typography": "^0.5.19",
36-
"@tailwindcss/vite": "^4.1.17",
36+
"@tailwindcss/vite": "^4.1.18",
3737
"@tsconfig/node20": "^20.1.8",
38-
"@types/markdown-it-container": "^2.0.10",
39-
"@types/node": "^24.10.1",
38+
"@types/markdown-it-container": "^2.0.11",
39+
"@types/node": "^25.0.1",
4040
"@types/prismjs": "^1.26.5",
41-
"@vitejs/plugin-vue": "^6.0.2",
41+
"@vitejs/plugin-vue": "^6.0.3",
4242
"@vitest/ui": "^4.0.15",
4343
"@vue/eslint-config-typescript": "^14.6.0",
4444
"@vue/test-utils": "^2.4.6",
4545
"@vue/tsconfig": "^0.8.1",
4646
"autoprefixer": "^10.4.22",
47-
"eslint": "^9.39.1",
47+
"eslint": "^9.39.2",
4848
"eslint-plugin-vue": "^10.6.2",
4949
"happy-dom": "^20.0.11",
5050
"markdown-it": "^14.1.0",
@@ -53,16 +53,16 @@
5353
"markdown-it-prism": "^3.0.1",
5454
"npm-run-all2": "^8.0.4",
5555
"postcss": "^8.5.6",
56-
"tailwindcss": "^4.1.17",
56+
"tailwindcss": "^4.1.18",
5757
"typescript": "5.9.3",
5858
"unplugin-vue-components": "^30.0.0",
5959
"unplugin-vue-markdown": "^29.2.0",
6060
"unplugin-vue-router": "^0.19.0",
61-
"vite": "^7.2.6",
61+
"vite": "^7.2.7",
6262
"vite-plugin-press": "^1.0.10",
6363
"vite-plugin-vue-layouts-next": "^1.3.0",
6464
"vite-svg-loader": "^5.1.0",
6565
"vitest": "^4.0.15",
66-
"vue-tsc": "^3.1.6"
66+
"vue-tsc": "^3.1.8"
6767
}
6868
}

0 commit comments

Comments
 (0)