Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
build(pkg): support node 19 (#8324)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 19, 2022
1 parent ba3a118 commit ea7890c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,6 +78,6 @@
},
"packageManager": "pnpm@7.13.5",
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/kit/package.json
Expand Up @@ -38,6 +38,6 @@
"unbuild": "latest"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/nuxi/package.json
Expand Up @@ -51,6 +51,6 @@
"fsevents": "~2.3.2"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Expand Up @@ -85,6 +85,6 @@
"vue-meta": "next"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/schema/package.json
Expand Up @@ -37,6 +37,6 @@
"untyped": "^0.5.0"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Expand Up @@ -31,6 +31,6 @@
"vue": "^3.2.41"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -57,6 +57,6 @@
"vue": "^3.2.41"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -71,6 +71,6 @@
"vue": "^3.2.41"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}

0 comments on commit ea7890c

Please sign in to comment.