Skip to content

Commit

Permalink
feat!: bump minimum node version to 18 and match Vite 5 requirement (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 24, 2023
1 parent 9995edb commit 263b716
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"*.mjs"
],
"engines": {
"node": ">=v14.18.0"
"node": "^18.0.0 || >=20.0.0"
},
"scripts": {
"build": "rimraf dist && rollup -c",
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"*.cjs"
],
"engines": {
"node": ">=v14.18.0"
"node": "^18.0.0 || >=20.0.0"
},
"scripts": {
"build": "rimraf dist && rollup -c",
Expand All @@ -107,7 +107,7 @@
},
"peerDependencies": {
"@edge-runtime/vm": "*",
"@types/node": ">= 14",
"@types/node": "^18.0.0 || >=20.0.0",
"@vitest/browser": "*",
"@vitest/ui": "*",
"happy-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"*.mjs"
],
"engines": {
"node": ">=v14.18.0"
"node": "^18.0.0 || >=20.0.0"
},
"scripts": {
"build": "rimraf dist && rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 263b716

Please sign in to comment.