chore: examples update
This commit is contained in:
parent
63e9ea0fbf
commit
d74f9979d0
|
@ -31,10 +31,10 @@
|
|||
core-js "^2.5.7"
|
||||
regenerator-runtime "^0.12.0"
|
||||
|
||||
"@nexus/schema@^0.13.1":
|
||||
version "0.13.1"
|
||||
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.13.1.tgz#02dadf66b121b3c270659479f2410b7023fcc4a6"
|
||||
integrity sha512-V7fFhkPOcqQ7KwSaAkfSTAV/klY/NlL7aIHTuEZynAUNm2cG8S6QSU+TuVlbpj0L14B9tqgPrVeO+IOe0AV+yA==
|
||||
"@nexus/schema@0.14.0-next.1":
|
||||
version "0.14.0-next.1"
|
||||
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.14.0-next.1.tgz#ea822ce28fe914ff5167962d786bb803ee1e37e6"
|
||||
integrity sha512-J0gx1iyIYhOpQt7aorDqWilCkTNGVv/OMSloFAl3hwGxZpX6NqiFN34ZqO5szdX3qyHWbU9TeCK2RXvStzfPGA==
|
||||
dependencies:
|
||||
iterall "^1.2.2"
|
||||
tslib "^1.9.3"
|
||||
|
@ -341,20 +341,6 @@ apollo-server-express@2.2.6:
|
|||
version "2.2.6"
|
||||
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.2.6.tgz#2c0c5bdab6eccf63ab138ad4b6d6836aeb723540"
|
||||
integrity sha512-+zajJDcJLhWdkW8f0D5KQfDsaxgx7fQ3ULGDT1eZgL0UY5pazWBOnXqeRoVKRl+r1WcrwN1SMfBVnAKWv6CyVw==
|
||||
dependencies:
|
||||
"@apollographql/apollo-upload-server" "^5.0.3"
|
||||
"@apollographql/graphql-playground-html" "^1.6.6"
|
||||
"@types/accepts" "^1.3.5"
|
||||
"@types/body-parser" "1.17.0"
|
||||
"@types/cors" "^2.8.4"
|
||||
"@types/express" "4.16.0"
|
||||
accepts "^1.3.5"
|
||||
apollo-server-core "2.2.6"
|
||||
body-parser "^1.18.3"
|
||||
cors "^2.8.4"
|
||||
graphql-subscriptions "^1.0.0"
|
||||
graphql-tools "^4.0.0"
|
||||
type-is "^1.6.16"
|
||||
|
||||
apollo-server-plugin-base@0.1.6:
|
||||
version "0.1.6"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"trailingComma": "all"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nexus/schema": "^0.13.1",
|
||||
"@nexus/schema": "0.14.0-next.1",
|
||||
"graphql": "^14.5.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@nexus/schema@^0.13.1":
|
||||
version "0.13.1"
|
||||
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.13.1.tgz#02dadf66b121b3c270659479f2410b7023fcc4a6"
|
||||
integrity sha512-V7fFhkPOcqQ7KwSaAkfSTAV/klY/NlL7aIHTuEZynAUNm2cG8S6QSU+TuVlbpj0L14B9tqgPrVeO+IOe0AV+yA==
|
||||
"@nexus/schema@0.14.0-next.1":
|
||||
version "0.14.0-next.1"
|
||||
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.14.0-next.1.tgz#ea822ce28fe914ff5167962d786bb803ee1e37e6"
|
||||
integrity sha512-J0gx1iyIYhOpQt7aorDqWilCkTNGVv/OMSloFAl3hwGxZpX6NqiFN34ZqO5szdX3qyHWbU9TeCK2RXvStzfPGA==
|
||||
dependencies:
|
||||
iterall "^1.2.2"
|
||||
tslib "^1.9.3"
|
||||
|
|
Loading…
Reference in New Issue