Skip to content

Commit 3392869

Browse files
committed
chore(legacy): remove engine files from package.json
1 parent 134650e commit 3392869

File tree

6 files changed

+0
-31
lines changed

6 files changed

+0
-31
lines changed

TODO.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@
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.

legacy/button-component/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,5 @@
3131
"sass": "catalog:vite7",
3232
"typescript": "catalog:vite7",
3333
"vite": "catalog:vite7"
34-
},
35-
"engines": {
36-
"node": ">=18",
37-
"pnpm": ">=8"
3834
}
3935
}

legacy/country-quiz/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,5 @@
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
}

legacy/input-component/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,5 @@
3131
"sass": "catalog:vite7",
3232
"typescript": "catalog:vite7",
3333
"vite": "catalog:vite7"
34-
},
35-
"engines": {
36-
"node": ">=18",
37-
"pnpm": ">=8"
3834
}
3935
}

legacy/todo-app/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,5 @@
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
}

legacy/windbnb/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,5 @@
3434
"sass": "catalog:vite7",
3535
"typescript": "catalog:vite7",
3636
"vite": "catalog:vite7"
37-
},
38-
"engines": {
39-
"node": ">=18",
40-
"pnpm": ">=8"
4137
}
4238
}

0 commit comments

Comments
 (0)