Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed May 24, 2018
1 parent 9aecc6c commit a195cdd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/graphql-playground-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down Expand Up @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions packages/graphql-playground-electron/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-playground-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-react",
"version": "1.6.6",
"version": "1.6.7",
"main": "./lib/lib.js",
"typings": "./lib/lib.d.ts",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
Expand Down

0 comments on commit a195cdd

Please sign in to comment.