Skip to content

Commit

Permalink
fix(electron): update graphql-config-extension-prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Apr 24, 2018
1 parent c191bbf commit 8fd45a1
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/graphql-playground-electron/package.json
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.3",
"version": "1.5.5",
"author": {
"name": "Graphcool",
"email": "hello@graph.cool",
Expand Down Expand Up @@ -96,7 +96,7 @@
"graphql": "^0.13.2",
"graphql-config": "^2.0.1",
"graphql-config-extension-graphcool": "1.0.8",
"graphql-config-extension-prisma": "0.0.9",
"graphql-config-extension-prisma": "0.0.10",
"graphql-playground-react": "1.6.2",
"immutable": "4.0.0-rc.9",
"js-yaml": "^3.10.0",
Expand Down
Expand Up @@ -5,6 +5,7 @@
<meta charset=utf-8 />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
<title>GraphQL Playground</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Source+Code+Pro:400,500,700" rel="stylesheet">

</head>

Expand Down
@@ -1,7 +1,7 @@
import * as React from 'react'
import * as ReactDOM from 'react-dom'
import Root from './components/Root'
import 'graphql-playground/playground.css'
import 'graphql-playground-react/playground.css'
import 'graphcool-styles/dist/styles.css'
import './index.css'

Expand Down
61 changes: 46 additions & 15 deletions packages/graphql-playground-electron/yarn.lock
Expand Up @@ -115,6 +115,12 @@ acorn@^5.0.0, acorn@^5.1.1:
version "5.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.3.0.tgz#7446d39459c54fb49a80e6ee6478149b940ec822"

agent-base@4, agent-base@^4.1.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.0.tgz#9838b5c3392b962bad031e6a4c5e1024abec45ce"
dependencies:
es6-promisify "^5.0.0"

ajv-keywords@^2.0.0, ajv-keywords@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
Expand Down Expand Up @@ -1842,7 +1848,7 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, "codemirror-graphql@github:timsuchanek/codemirror-graphql#details-fix":
codemirror-graphql@^0.6.11, codemirror-graphql@^0.6.12, codemirror-graphql@timsuchanek/codemirror-graphql#details-fix:
version "0.6.12"
resolved "https://codeload.github.com/timsuchanek/codemirror-graphql/tar.gz/801ec32683c38d6dc0f8f7bc19014a111edc9ebd"
dependencies:
Expand Down Expand Up @@ -2338,7 +2344,7 @@ debug@2.6.9, debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.6, debug@^2.6.
dependencies:
ms "2.0.0"

debug@^3.0.0, debug@^3.1.0:
debug@3.1.0, debug@^3.0.0, debug@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
Expand Down Expand Up @@ -2865,10 +2871,20 @@ es6-map@^0.1.3:
es6-symbol "~3.1.1"
event-emitter "~0.3.5"

es6-promise@^4.0.3:
version "4.2.4"
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.4.tgz#dc4221c2b16518760bd8c39a52d8f356fc00ed29"

es6-promise@^4.0.5:
version "4.2.2"
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.2.tgz#f722d7769af88bd33bc13ec6605e1f92966b82d9"

es6-promisify@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
dependencies:
es6-promise "^4.0.3"

es6-set@~0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/es6-set/-/es6-set-0.1.5.tgz#d2b3ec5d4d800ced818db538d28974db0a73ccb1"
Expand Down Expand Up @@ -3616,12 +3632,12 @@ graphql-config-extension-graphcool@1.0.8:
graphcool-yml "0.4.15"
graphql-config "^2.0.1"

graphql-config-extension-prisma@0.0.9:
version "0.0.9"
resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.0.9.tgz#239aaa9e1fec5a98573b635bc2c41aeff914d16c"
graphql-config-extension-prisma@0.0.10:
version "0.0.10"
resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.0.10.tgz#cb7ef8c7102b57bc10b10d9f2848c821441cf466"
dependencies:
graphql-config "^2.0.1"
prisma-yml "1.0.28"
prisma-yml "1.0.47"

graphql-config@1.1.4:
version "1.1.4"
Expand Down Expand Up @@ -4111,6 +4127,13 @@ http-parser-js@>=0.4.0:
version "0.4.9"
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.9.tgz#ea1a04fb64adff0242e9974f297dd4c3cad271e1"

http-proxy-agent@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz#e4821beef5b2142a2026bd73926fe537631c5405"
dependencies:
agent-base "4"
debug "3.1.0"

http-proxy-middleware@~0.17.1, http-proxy-middleware@~0.17.4:
version "0.17.4"
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz#642e8848851d66f09d4f124912846dbaeb41b833"
Expand Down Expand Up @@ -4147,6 +4170,13 @@ https-browserify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"

https-proxy-agent@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
dependencies:
agent-base "^4.1.0"
debug "^3.1.0"

iconv-lite@0.4.19, iconv-lite@^0.4.17, iconv-lite@^0.4.19, iconv-lite@~0.4.13:
version "0.4.19"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
Expand Down Expand Up @@ -6340,13 +6370,13 @@ pretty-format@^21.2.1:
ansi-regex "^3.0.0"
ansi-styles "^3.2.0"

prisma-json-schema@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.1.tgz#0802e156a293faefdf21e5e41beb8d3681f45cb1"
prisma-json-schema@0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.4.tgz#4ecee29c351e382fb833dad83a38c62961380458"

prisma-yml@1.0.28:
version "1.0.28"
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.28.tgz#5dd9bb99353cf2fba5bb12880b25faaaf72b9f5e"
prisma-yml@1.0.47:
version "1.0.47"
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.47.tgz#e7ae47eaf6c53a690471eec4d1edabea63386c06"
dependencies:
ajv "5"
bluebird "^3.5.1"
Expand All @@ -6355,12 +6385,14 @@ prisma-yml@1.0.28:
dotenv "^4.0.0"
fs-extra "^5.0.0"
graphql-request "^1.5.0"
http-proxy-agent "^2.1.0"
https-proxy-agent "^2.2.1"
isomorphic-fetch "^2.2.1"
js-yaml "^3.10.0"
json-stable-stringify "^1.0.1"
jsonwebtoken "^8.1.0"
lodash "^4.17.4"
prisma-json-schema "^0.0.1"
prisma-json-schema "0.0.4"
replaceall "^0.1.6"
scuid "^1.0.2"
yaml-ast-parser "^0.0.40"
Expand Down Expand Up @@ -7766,9 +7798,8 @@ styled-components@^3.1.6:
postcss-load-plugins "^2.2.0"
styled-jsx "^0.5.7"

"styled-jsx-postcss@github:timsuchanek/styled-jsx-postcss#build3":
styled-jsx-postcss@timsuchanek/styled-jsx-postcss#build3:
version "0.2.0"
uid "677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
resolved "https://codeload.github.com/timsuchanek/styled-jsx-postcss/tar.gz/677ee0fb7f9138047a00e03c8c3e44adbb33cf2a"
dependencies:
babel-traverse "^6.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-playground-react/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-react",
"version": "1.6.2",
"version": "1.6.3",
"main": "./lib/lib.js",
"typings": "./lib/lib.d.ts",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
Expand Down
Expand Up @@ -594,7 +594,9 @@ div.CodeMirror-lint-message-warning {
.docs-graphiql .CodeMirror {
/* Set height, width, borders, and global font properties here */
color: black;
font-family: monospace;
font-family: 'Source Code Pro', 'Consolas', 'Inconsolata', 'Droid Sans Mono',
'Monaco', monospace;
font-weight: 500;
height: auto;
}

Expand Down

0 comments on commit 8fd45a1

Please sign in to comment.