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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-20 01:10:25 +00:00
committed by GitHub
parent b9eeee6983
commit 713483f837
2 changed files with 493 additions and 518 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.13.1",
"packageManager": "pnpm@10.15.0",
"scripts": {
"dev": "vite",
"build": "vite build",
@@ -15,24 +15,24 @@
},
"dependencies": {
"@robonen/stdlib": "^0.0.7",
"@robonen/vue": "^0.0.9",
"@tailwindcss/vite": "^4.1.11",
"tailwindcss": "^4.1.11",
"vue": "^3.5.17",
"@robonen/vue": "^0.0.11",
"@tailwindcss/vite": "^4.1.12",
"tailwindcss": "^4.1.12",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^5.2.1",
"@robonen/tsconfig": "^0.0.2",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.16.3",
"@vitejs/plugin-vue": "^6.0.0",
"@types/node": "^22.17.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.31.0",
"eslint": "^9.33.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^26.1.0",
"vite": "^7.0.4",
"vite": "^7.1.3",
"vitest": "^3.2.4",
"vue-tsc": "^3.0.1"
"vue-tsc": "^3.0.5"
}
}