Skip to content

Commit

Permalink
chore(version): update graphql-playground-react version
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jan 13, 2018
1 parent 6c038af commit d347e20
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-playground-electron/package.json
Expand Up @@ -96,7 +96,7 @@
"graphql-config": "^1.1.2",
"graphql-config-extension-graphcool": "1.0.4",
"graphql-config-extension-prisma": "0.0.3",
"graphql-playground-react": "1.3.22",
"graphql-playground-react": "1.3.24",
"js-yaml": "^3.10.0",
"lodash.merge": "^4.6.0",
"minimist": "^1.2.0",
Expand Down
38 changes: 34 additions & 4 deletions packages/graphql-playground-electron/yarn.lock
Expand Up @@ -3442,6 +3442,16 @@ graphcool-styles@0.2.4:
react-dom "^15.3.2"
webpack-dev-server "^1.16.2"

graphcool-styles@0.2.7:
version "0.2.7"
resolved "https://registry.yarnpkg.com/graphcool-styles/-/graphcool-styles-0.2.7.tgz#60e0a561d45012c17617ecd0453486a1833af96c"
dependencies:
html-webpack-plugin "^2.24.1"
interactive "^0.1.9"
isomorphic-fetch "^2.2.1"
object-assign "^4.1.0"
webpack-dev-server "^1.16.2"

graphcool-styles@^0.1.31:
version "0.1.43"
resolved "https://registry.yarnpkg.com/graphcool-styles/-/graphcool-styles-0.1.43.tgz#da6b72118c890923ef5c4a964405aa3e4541dc82"
Expand Down Expand Up @@ -3471,6 +3481,13 @@ graphcool-tmp-ui@^0.0.11:
graphcool-styles "^0.1.31"
react-modal "^1.6.5"

graphcool-ui@0.0.14:
version "0.0.14"
resolved "https://registry.yarnpkg.com/graphcool-ui/-/graphcool-ui-0.0.14.tgz#f3c83f4fef2c862ee899618cb6654af2c8f638b6"
dependencies:
classnames "^2.2.5"
react-modal "^1.6.5"

graphcool-ui@^0.0.13:
version "0.0.13"
resolved "https://registry.yarnpkg.com/graphcool-ui/-/graphcool-ui-0.0.13.tgz#087b3da14c18746f05e840a6621ff14dadf198c7"
Expand Down Expand Up @@ -3632,17 +3649,18 @@ graphql-language-service-utils@^1.0.18:
graphql-config "1.1.4"
graphql-language-service-types "^1.0.18"

graphql-playground-react@1.3.22:
version "1.3.22"
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.3.22.tgz#b3a9acae19434507e3fbaef806fdaaa4aa7fceef"
graphql-playground-react@1.3.24:
version "1.3.24"
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.3.24.tgz#5b71da7e9ce562ae68dd8c14ac9b92e181551b80"
dependencies:
calculate-size "^1.1.1"
classnames "^2.2.5"
codemirror "^5.27.4"
codemirror-graphql "0.6.11"
cuid "^1.3.8"
graphcool-styles "0.2.4"
graphcool-styles "0.2.7"
graphcool-tmp-ui "^0.0.11"
graphcool-ui "0.0.14"
graphiql "^0.11.2"
graphql "^0.10.5"
isomorphic-fetch "^2.2.1"
Expand Down Expand Up @@ -7452,6 +7470,18 @@ styled-components@^2.4.0:
postcss-load-plugins "^2.2.0"
styled-jsx "^0.5.7"

"styled-jsx-postcss@git+https://github.com/timsuchanek/styled-jsx-postcss.git#build3":
version "0.2.0"
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
resolved "git+https://github.com/timsuchanek/styled-jsx-postcss.git#677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
dependencies:
babel-traverse "^6.21.0"
babylon "^6.14.1"
deasync "^0.1.9"
postcss "^5.2.8"
postcss-load-plugins "^2.2.0"
styled-jsx "^0.5.7"

styled-jsx@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-0.5.2.tgz#59740216c3db371636f9beec02149f9da5ea02e5"
Expand Down

0 comments on commit d347e20

Please sign in to comment.