Commit a126b02
committed
chore(e2e): align vite 7 peer deps in react-vite and vue-vite templates
vite 7 declares peerOptional @types/node "^20.19.0 || >=22.12.0", which
the react-vite template's ^18.19.33 pin fails under npm's strict resolution
(pkglab uses npm internally). Bumps that template's @types/node to ^22.12.0.
vue-vite was on @vitejs/plugin-vue ^5.1.4, which only supports vite 5/6.
Bumps it to ^6.0.0 for vite 7 support.1 parent 4818414 commit a126b02
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments