mirror of
https://github.com/lukaszraczylo/git-velocity.git
synced 2026-06-05 22:43:56 +00:00
21a58922c7
- bump all minor/patch versions via pnpm update (vue 3.5, vite 7.3, tailwindcss 4.3, @playwright/test 1.60, eslint 9.39.4, etc.) - add vue-eslint-parser ^10.4.0 to satisfy eslint-plugin-vue 10.9 peer dep (lint regressed without it: .vue parse errors) - remove stale package-lock.json; pnpm-lock.yaml is canonical Held back major bumps: eslint 10, vite 8, vue-router 5, @eslint/js 10. Verified: pnpm run lint clean, pnpm run build succeeds.