Skip to content

Commit

Permalink
chore: release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 22, 2020
1 parent 2327a94 commit 58c3ad9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/zeit-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"trailingComma": "all"
},
"dependencies": {
"@nexus/schema": "0.15.0",
"@nexus/schema": "0.16.0-next.2",
"graphql": "^14.5.8"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/zeit-typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@nexus/schema@0.15.0":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.15.0.tgz#4f444417a1163a09d732e5b3b203f22780f4ae63"
integrity sha512-Q3JYHlxvQ24z5vGfDbEOT7Q+zIFYvnuPv14jNdQ/KCRk6YQODPD/nSQilfFJW+9CBIhZhWZACjbeALRKFLCwjg==
"@nexus/schema@0.16.0-next.2":
version "0.16.0-next.2"
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.16.0-next.2.tgz#bccc76d908e453bb446e0b3d5171fe2393836b39"
integrity sha512-BK0vUhpyvTYqTRVusVtN8kuteKMw4tEXTfdXB4drKsGShRZmKczDwDl5SGKAgxabxY+JEoRz0xuBaOVAXnTXMw==
dependencies:
iterall "^1.2.2"
tslib "^1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"write-translations": "docusaurus-write-translations"
},
"dependencies": {
"@nexus/schema": "0.14.0",
"@nexus/schema": "0.16.0-next.2",
"dedent": "^0.7.0",
"graphql": "^14.5.8",
"monaco-editor": "^0.18.1",
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -766,10 +766,10 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@nexus/schema@0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.14.0.tgz#3242f4d02ec9458914deb638b434bcfbd5888d2e"
integrity sha512-niJFcOm1F2s3kwj+j3ips4sIIJaTNh5Auq+zcHwOsRBqSYsFJnA/8QUKMb1wjVIEqS+Jl71Sj4xFdg3/njlm9A==
"@nexus/schema@0.16.0-next.2":
version "0.16.0-next.2"
resolved "https://registry.yarnpkg.com/@nexus/schema/-/schema-0.16.0-next.2.tgz#bccc76d908e453bb446e0b3d5171fe2393836b39"
integrity sha512-BK0vUhpyvTYqTRVusVtN8kuteKMw4tEXTfdXB4drKsGShRZmKczDwDl5SGKAgxabxY+JEoRz0xuBaOVAXnTXMw==
dependencies:
iterall "^1.2.2"
tslib "^1.9.3"
Expand Down

0 comments on commit 58c3ad9

Please sign in to comment.