1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 02:44:39 +00:00

chore(deps): update all non-major dependencies (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-07 01:07:06 +00:00
committed by GitHub
parent f40e424f68
commit 30e6c49ddf
2 changed files with 204 additions and 196 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.17.1",
"packageManager": "pnpm@10.18.1",
"scripts": {
"dev": "vite",
"build": "vite build",
@@ -28,11 +28,11 @@
"@types/node": "^22.18.8",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.36.0",
"eslint": "^9.37.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^26.1.0",
"vite": "^7.1.7",
"vite": "^7.1.9",
"vitest": "^3.2.4",
"vue-tsc": "^3.1.0"
"vue-tsc": "^3.1.1"
}
}