Update package.json

This commit is contained in:
Nathan Bierema 2023-06-04 14:49:06 -04:00 committed by GitHub
parent b7cb281572
commit 7e836149bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
}, },
"engines": { "engines": {
"node": "^14.13.1 || ^16.13.0 || >= 18.12.0" "node": "^16.13.0 || >= 18.12.0"
}, },
"dependencies": { "dependencies": {
"@apollo/server": "^4.7.1", "@apollo/server": "^4.7.1",