This commit is contained in:
2026-06-16 08:18:10 -06:00
parent 19cc1ffdfa
commit 660039b3cf
9 changed files with 639 additions and 103 deletions

View File

@@ -18,21 +18,21 @@
"hono": "^4.12.25",
"jszip": "^3.10.1",
"markdown-it": "^14.2.0",
"vue": "^3.5.34"
"vue": "^3.5.38"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@types/bun": "^1.3.14",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.12.3",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/coverage-v8": "^4.1.8",
"@types/node": "^25.9.3",
"@vitejs/plugin-vue": "^6.0.7",
"@vitest/coverage-v8": "^4.1.9",
"@vue/test-utils": "^2.4.11",
"@vue/tsconfig": "^0.9.1",
"jsdom": "^29.1.1",
"typescript": "~6.0.2",
"vite": "^8.0.12",
"vitest": "^4.1.8",
"vue-tsc": "^3.2.8"
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vitest": "^4.1.9",
"vue-tsc": "^3.3.5"
}
}