mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
Add @types/fast-json-stable-stringify.
This commit is contained in:
parent
9fbf1ea677
commit
9057287856
2 changed files with 7 additions and 0 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -1304,6 +1304,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@types/fast-json-stable-stringify": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
|
||||
"integrity": "sha512-mky/O83TXmGY39P1H9YbUpjV6l6voRYlufqfFCvel8l1phuy8HRjdWc1rrPuN53ITBJlbyMSV6z3niOySO5pgQ==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/fibers": {
|
||||
"version": "0.0.30",
|
||||
"resolved": "https://registry.npmjs.org/@types/fibers/-/fibers-0.0.30.tgz",
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
"@types/aws-lambda": "8.10.17",
|
||||
"@types/body-parser": "1.17.0",
|
||||
"@types/connect": "3.4.32",
|
||||
"@types/fast-json-stable-stringify": "^2.0.0",
|
||||
"@types/fibers": "0.0.30",
|
||||
"@types/graphql": "14.0.4",
|
||||
"@types/hapi": "17.8.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue