-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9aecc6c
commit a195cdd
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"homepage": "https://github.com/graphcool/graphql-playground", | ||
"repository": "graphcool/graphql-playground", | ||
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)", | ||
"version": "1.5.8", | ||
"version": "1.5.9", | ||
"author": { | ||
"name": "Graphcool", | ||
"email": "[email protected]", | ||
|
@@ -97,7 +97,7 @@ | |
"graphql-config": "^2.0.1", | ||
"graphql-config-extension-graphcool": "1.0.8", | ||
"graphql-config-extension-prisma": "^0.0.12", | ||
"graphql-playground-react": "1.6.6", | ||
"graphql-playground-react": "1.6.7", | ||
"immutable": "4.0.0-rc.9", | ||
"js-yaml": "^3.10.0", | ||
"lodash.merge": "^4.6.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1859,9 +1859,9 @@ codemirror@^5.18.2, codemirror@^5.26.0, codemirror@^5.27.4: | |
version "5.33.0" | ||
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.33.0.tgz#462ad9a6fe8d38b541a9536a3997e1ef93b40c6a" | ||
|
||
codemirror@^5.36.0: | ||
version "5.36.0" | ||
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.36.0.tgz#1172ad9dc298056c06e0b34e5ccd23825ca15b40" | ||
codemirror@^5.38.0: | ||
version "5.38.0" | ||
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.38.0.tgz#26a9551446e51dbdde36aabe60f72469724fd332" | ||
|
||
collection-visit@^1.0.0: | ||
version "1.0.0" | ||
|
@@ -3727,16 +3727,16 @@ [email protected]: | |
dependencies: | ||
graphql-config "2.0.0" | ||
|
||
[email protected].6: | ||
version "1.6.6" | ||
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.6.6.tgz#0336c92e53f9f89bde26682df2932bca275fa34a" | ||
[email protected].7: | ||
version "1.6.7" | ||
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.6.7.tgz#b4f60949a66ba3a3621739d74f159476d042c45d" | ||
dependencies: | ||
apollo-link "^1.0.7" | ||
apollo-link-http "^1.3.2" | ||
apollo-link-ws "1.0.4" | ||
calculate-size "^1.1.1" | ||
classnames "^2.2.5" | ||
codemirror "^5.36.0" | ||
codemirror "^5.38.0" | ||
codemirror-graphql timsuchanek/codemirror-graphql#details-fix | ||
copy-to-clipboard "^3.0.8" | ||
cuid "^1.3.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters