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

4
api/package-lock.json generated
View File

@ -29,8 +29,8 @@
"typescript": "^4.9.4" "typescript": "^4.9.4"
}, },
"engines": { "engines": {
"node": ">= 18.11.0", "node": "^18.15.0 || >=20.4.0",
"npm": ">= 7" "npm": ">=7"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/jaydenseric" "url": "https://github.com/sponsors/jaydenseric"

View File

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

4
app/package-lock.json generated
View File

@ -31,8 +31,8 @@
"typescript": "^4.9.4" "typescript": "^4.9.4"
}, },
"engines": { "engines": {
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0", "node": "^18.15.0 || >=20.4.0",
"npm": ">= 7" "npm": ">=7"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/jaydenseric" "url": "https://github.com/sponsors/jaydenseric"

View File

@ -16,10 +16,10 @@
"bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues", "bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues",
"funding": "https://github.com/sponsors/jaydenseric", "funding": "https://github.com/sponsors/jaydenseric",
"engines": { "engines": {
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0", "node": "^18.15.0 || >=20.4.0",
"npm": ">= 7" "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": { "dependencies": {
"@apollo/client": "^3.7.4", "@apollo/client": "^3.7.4",
"apollo-upload-client": "^17.0.0", "apollo-upload-client": "^17.0.0",