Skip to content

Commit a195cdd

Browse files
committed
chore: bump version
1 parent 9aecc6c commit a195cdd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/graphcool/graphql-playground",
55
"repository": "graphcool/graphql-playground",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)",
7-
"version": "1.5.8",
7+
"version": "1.5.9",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -97,7 +97,7 @@
9797
"graphql-config": "^2.0.1",
9898
"graphql-config-extension-graphcool": "1.0.8",
9999
"graphql-config-extension-prisma": "^0.0.12",
100-
"graphql-playground-react": "1.6.6",
100+
"graphql-playground-react": "1.6.7",
101101
"immutable": "4.0.0-rc.9",
102102
"js-yaml": "^3.10.0",
103103
"lodash.merge": "^4.6.0",

packages/graphql-playground-electron/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,9 +1859,9 @@ codemirror@^5.18.2, codemirror@^5.26.0, codemirror@^5.27.4:
18591859
version "5.33.0"
18601860
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.33.0.tgz#462ad9a6fe8d38b541a9536a3997e1ef93b40c6a"
18611861

1862-
codemirror@^5.36.0:
1863-
version "5.36.0"
1864-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.36.0.tgz#1172ad9dc298056c06e0b34e5ccd23825ca15b40"
1862+
codemirror@^5.38.0:
1863+
version "5.38.0"
1864+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.38.0.tgz#26a9551446e51dbdde36aabe60f72469724fd332"
18651865

18661866
collection-visit@^1.0.0:
18671867
version "1.0.0"
@@ -3727,16 +3727,16 @@ [email protected]:
37273727
dependencies:
37283728
graphql-config "2.0.0"
37293729

3730-
3731-
version "1.6.6"
3732-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.6.6.tgz#0336c92e53f9f89bde26682df2932bca275fa34a"
3730+
3731+
version "1.6.7"
3732+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.6.7.tgz#b4f60949a66ba3a3621739d74f159476d042c45d"
37333733
dependencies:
37343734
apollo-link "^1.0.7"
37353735
apollo-link-http "^1.3.2"
37363736
apollo-link-ws "1.0.4"
37373737
calculate-size "^1.1.1"
37383738
classnames "^2.2.5"
3739-
codemirror "^5.36.0"
3739+
codemirror "^5.38.0"
37403740
codemirror-graphql timsuchanek/codemirror-graphql#details-fix
37413741
copy-to-clipboard "^3.0.8"
37423742
cuid "^1.3.8"

packages/graphql-playground-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-react",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"main": "./lib/lib.js",
55
"typings": "./lib/lib.d.ts",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",

0 commit comments

Comments
 (0)