1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 19:04:40 +00:00

chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2025-11-25 14:56:48 +00:00
committed by GitHub
parent 74f2483b5a
commit 47caa7bd35
2 changed files with 159 additions and 132 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.22.0",
"packageManager": "pnpm@10.23.0",
"scripts": {
"dev": "vite",
"build": "vite build",
@@ -18,7 +18,7 @@
"@robonen/vue": "^0.0.11",
"@tailwindcss/vite": "^4.1.17",
"tailwindcss": "^4.1.17",
"vue": "^3.5.24",
"vue": "^3.5.25",
"vue-router": "^4.6.3"
},
"devDependencies": {
@@ -31,8 +31,8 @@
"eslint": "^9.39.1",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^27.2.0",
"vite": "^7.2.2",
"vitest": "^4.0.10",
"vue-tsc": "^3.1.4"
"vite": "^7.2.4",
"vitest": "^4.0.14",
"vue-tsc": "^3.1.5"
}
}