File tree Expand file tree Collapse file tree 6 files changed +0
-31
lines changed
Expand file tree Collapse file tree 6 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 1111
1212## Legacy
1313
14- - remove ` engines ` field from ` package.json ` files. affected apps:
15-
16- - ` button-component `
17- - ` input-component `
18- - ` country-quiz `
19- - ` todo-app `
20- - ` windbnb `
21-
22- ` pnpm ` version is set in ` packageManager ` of root ` package.json ` and
23- ` node ` version is set in root ` .nvmrc ` .
24-
2514- update ` tsconfig.*.json ` files to match [ create-vite@8.2.0] [ create-vite@8.2.0 ]
2615- update ` eslint ` to ` v9 ` and config files to match [ create-vite@8.2.0] [ create-vite@8.2.0 ]
2716- migrate content-only apps to ` astro ` . pre-render content to static HTML.
Original file line number Diff line number Diff line change 3131 "sass" : " catalog:vite7" ,
3232 "typescript" : " catalog:vite7" ,
3333 "vite" : " catalog:vite7"
34- },
35- "engines" : {
36- "node" : " >=18" ,
37- "pnpm" : " >=8"
3834 }
3935}
Original file line number Diff line number Diff line change 3434 "vite" : " catalog:vite7" ,
3535 "vitest" : " catalog:vite7" ,
3636 "vite-plugin-hrc-import" : " catalog:"
37- },
38- "engines" : {
39- "node" : " >=18" ,
40- "pnpm" : " >=8"
4137 }
4238}
Original file line number Diff line number Diff line change 3131 "sass" : " catalog:vite7" ,
3232 "typescript" : " catalog:vite7" ,
3333 "vite" : " catalog:vite7"
34- },
35- "engines" : {
36- "node" : " >=18" ,
37- "pnpm" : " >=8"
3834 }
3935}
Original file line number Diff line number Diff line change 3232 "typescript" : " catalog:vite7" ,
3333 "vite" : " catalog:vite7" ,
3434 "vite-plugin-hrc-import" : " catalog:"
35- },
36- "engines" : {
37- "node" : " >=18" ,
38- "pnpm" : " >=8"
3935 }
4036}
Original file line number Diff line number Diff line change 3434 "sass" : " catalog:vite7" ,
3535 "typescript" : " catalog:vite7" ,
3636 "vite" : " catalog:vite7"
37- },
38- "engines" : {
39- "node" : " >=18" ,
40- "pnpm" : " >=8"
4137 }
4238}
You can’t perform that action at this time.
0 commit comments