1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 10:54:38 +00:00

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-26 01:09:36 +00:00
committed by GitHub
parent e439970948
commit 6b7afc976c
2 changed files with 51 additions and 311 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.26.1",
"packageManager": "pnpm@10.26.2",
"scripts": {
"dev": "vite",
"build": "vite build",
@@ -22,7 +22,7 @@
"vue-router": "^4.6.4"
},
"devDependencies": {
"@antfu/eslint-config": "^6.7.1",
"@antfu/eslint-config": "^6.7.3",
"@robonen/tsconfig": "^0.0.2",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.4",
@@ -33,6 +33,6 @@
"jsdom": "^27.3.0",
"vite": "^7.3.0",
"vitest": "^4.0.16",
"vue-tsc": "^3.1.8"
"vue-tsc": "^3.2.1"
}
}