mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
Pin @types/node
to v8.x
range.
Follows-up on #2344 with the appropriate changes to the `package.json` as well.
This commit is contained in:
parent
cb43c3b98b
commit
0f75909e35
2 changed files with 11 additions and 4 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -1695,9 +1695,9 @@
|
|||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "10.12.26",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.26.tgz",
|
||||
"integrity": "sha512-nMRqS+mL1TOnIJrL6LKJcNZPB8V3eTfRo9FQA2b5gDvrHurC8XbSA86KNe0dShlEL7ReWJv/OU9NL7Z0dnqWTg=="
|
||||
"version": "8.10.40",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.40.tgz",
|
||||
"integrity": "sha512-RRSjdwz63kS4u7edIwJUn8NqKLLQ6LyqF/X4+4jp38MBT3Vwetewi2N4dgJEshLbDwNgOJXNYoOwzVZUSSLhkQ=="
|
||||
},
|
||||
"@types/node-fetch": {
|
||||
"version": "2.1.6",
|
||||
|
@ -13988,6 +13988,13 @@
|
|||
"@types/long": "^4.0.0",
|
||||
"@types/node": "^10.1.0",
|
||||
"long": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": {
|
||||
"version": "10.12.26",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.26.tgz",
|
||||
"integrity": "sha512-nMRqS+mL1TOnIJrL6LKJcNZPB8V3eTfRo9FQA2b5gDvrHurC8XbSA86KNe0dShlEL7ReWJv/OU9NL7Z0dnqWTg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"protocols": {
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"@types/memcached": "2.2.6",
|
||||
"@types/micro": "7.3.3",
|
||||
"@types/multer": "1.3.7",
|
||||
"@types/node": "10.12.26",
|
||||
"@types/node": "8.10.40",
|
||||
"@types/node-fetch": "2.1.6",
|
||||
"@types/redis": "2.8.10",
|
||||
"@types/request": "2.48.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue