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

Commit

Permalink
chore: downgrade node v16 minor
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 27, 2022
1 parent 2e080c2 commit ae0567b
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 @@ -73,6 +73,6 @@
},
"packageManager": "yarn@3.2.3",
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.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.11.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/nuxi/package.json
Expand Up @@ -50,6 +50,6 @@
"fsevents": "~2.3.2"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Expand Up @@ -84,6 +84,6 @@
"vue-meta": "next"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/schema/package.json
Expand Up @@ -34,6 +34,6 @@
"unimport": "^0.6.7"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Expand Up @@ -31,6 +31,6 @@
"vue": "^3.2.39"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -57,6 +57,6 @@
"vue": "^3.2.39"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -71,6 +71,6 @@
"vue": "^3.2.39"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
}
}

0 comments on commit ae0567b

Please sign in to comment.