Update supported Node.js versions.

This commit is contained in:
Jayden Seric 2023-10-23 23:39:48 +11:00
parent a5da903448
commit f53d1a2cfd
4 changed files with 9 additions and 9 deletions

2
api/package-lock.json generated
View File

@ -29,7 +29,7 @@
"typescript": "^4.9.4"
},
"engines": {
"node": ">= 18.11.0",
"node": "^18.15.0 || >=20.4.0",
"npm": ">=7"
},
"funding": {

View File

@ -16,7 +16,7 @@
"bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues",
"funding": "https://github.com/sponsors/jaydenseric",
"engines": {
"node": ">= 18.11.0",
"node": "^18.15.0 || >=20.4.0",
"npm": ">=7"
},
"dependencies": {

2
app/package-lock.json generated
View File

@ -31,7 +31,7 @@
"typescript": "^4.9.4"
},
"engines": {
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0",
"node": "^18.15.0 || >=20.4.0",
"npm": ">=7"
},
"funding": {

View File

@ -16,10 +16,10 @@
"bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues",
"funding": "https://github.com/sponsors/jaydenseric",
"engines": {
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0",
"node": "^18.15.0 || >=20.4.0",
"npm": ">=7"
},
"browserslist": "Node 14.17 - 15 and Node < 15, Node 16 - 17 and Node < 17, Node >= 18, > 0.5%, not OperaMini all, not dead",
"browserslist": "Node 18.15 - 19 and Node < 19, Node >= 20.4, > 0.5%, not OperaMini all, not IE > 0, not dead",
"dependencies": {
"@apollo/client": "^3.7.4",
"apollo-upload-client": "^17.0.0",