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 (#24)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-01 01:31:25 +00:00
committed by GitHub
parent 3d6be09180
commit b97c02c720
2 changed files with 317 additions and 319 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.19.0",
"packageManager": "pnpm@10.20.0",
"scripts": {
"dev": "vite",
"build": "vite build",
@@ -22,17 +22,17 @@
"vue-router": "^4.6.3"
},
"devDependencies": {
"@antfu/eslint-config": "^6.1.0",
"@antfu/eslint-config": "^6.2.0",
"@robonen/tsconfig": "^0.0.2",
"@types/jsdom": "^27.0.0",
"@types/node": "^22.18.12",
"@types/node": "^22.18.13",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.38.0",
"eslint": "^9.39.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^27.0.1",
"jsdom": "^27.1.0",
"vite": "^7.1.12",
"vitest": "^4.0.3",
"vitest": "^4.0.6",
"vue-tsc": "^3.1.2"
}
}