Skip to content

Commit ba3edf5

Browse files
committed
chore: bump versions
1 parent bf5a722 commit ba3edf5

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"graphcool-ui": "^0.0.13",
9696
"graphql-config": "^1.1.2",
9797
"graphql-config-extension-graphcool": "1.0.0",
98-
"graphql-playground-react": "1.3.18",
98+
"graphql-playground-react": "1.3.20",
9999
"js-yaml": "^3.10.0",
100100
"lodash.merge": "^4.6.0",
101101
"minimist": "^1.2.0",

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.3.18",
3+
"version": "1.3.20",
44
"main": "./lib/lib.js",
55
"typings": "./lib/lib.d.ts",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",

yarn.lock

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4198,6 +4198,50 @@ graphql-playground-middleware@^1.2.1-beta.6:
41984198
dependencies:
41994199
find-up "^2.1.0"
42004200

4201+
4202+
version "1.3.18"
4203+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.3.18.tgz#491d4a5f24cbbda09c83aafbd8e5d5896f25bcd3"
4204+
dependencies:
4205+
calculate-size "^1.1.1"
4206+
classnames "^2.2.5"
4207+
codemirror "^5.27.4"
4208+
codemirror-graphql "^0.6.12"
4209+
cuid "^1.3.8"
4210+
graphcool-styles "0.2.4"
4211+
graphcool-tmp-ui "^0.0.11"
4212+
graphiql "^0.11.2"
4213+
graphql "^0.10.5"
4214+
isomorphic-fetch "^2.2.1"
4215+
js-yaml "^3.10.0"
4216+
json-stable-stringify "^1.0.1"
4217+
keycode "^2.1.9"
4218+
lodash "^4.17.4"
4219+
lodash.debounce "^4.0.8"
4220+
marked "^0.3.9"
4221+
polished "^1.9.0"
4222+
postcss-modules "^0.6.4"
4223+
prop-types "^15.6.0"
4224+
react "^16.2.0"
4225+
react-addons-shallow-compare "^15.6.2"
4226+
react-codemirror "^1.0.0"
4227+
react-copy-to-clipboard "^5.0.1"
4228+
react-dom "^16.2.0"
4229+
react-helmet "^5.2.0"
4230+
react-modal "^3.1.10"
4231+
react-redux "^5.0.6"
4232+
react-router-dom "^4.2.2"
4233+
react-transition-group "^1.1.3"
4234+
react-virtualized "^9.12.0"
4235+
redux "^3.7.2"
4236+
redux-localstorage rc
4237+
redux-localstorage-filter "^0.1.1"
4238+
rxjs "^5.0.3"
4239+
seamless-immutable "^7.0.1"
4240+
styled-components "^2.4.0"
4241+
styled-jsx-postcss "git+https://github.com/timsuchanek/styled-jsx-postcss#build3"
4242+
styled-theming "^2.2.0"
4243+
subscriptions-transport-ws "^0.8.1"
4244+
42014245
graphql-playground@^1.3.17:
42024246
version "1.3.17"
42034247
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.3.17.tgz#1584bbcc948a7f9bac9399b9c269439da3086791"
@@ -9062,6 +9106,18 @@ styled-components@^2.4.0:
90629106
postcss-load-plugins "^2.2.0"
90639107
styled-jsx "^0.5.7"
90649108

9109+
"styled-jsx-postcss@git+https://github.com/timsuchanek/styled-jsx-postcss.git#build3":
9110+
version "0.2.0"
9111+
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
9112+
resolved "git+https://github.com/timsuchanek/styled-jsx-postcss.git#677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
9113+
dependencies:
9114+
babel-traverse "^6.21.0"
9115+
babylon "^6.14.1"
9116+
deasync "^0.1.9"
9117+
postcss "^5.2.8"
9118+
postcss-load-plugins "^2.2.0"
9119+
styled-jsx "^0.5.7"
9120+
90659121
90669122
version "0.5.2"
90679123
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-0.5.2.tgz#59740216c3db371636f9beec02149f9da5ea02e5"

0 commit comments

Comments
 (0)