Skip to content

Commit aa375c2

Browse files
committed
v1.3.10-beta.1
1 parent aa64c12 commit aa375c2

File tree

5 files changed

+39
-28
lines changed

5 files changed

+39
-28
lines changed

packages/graphql-playground-html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-html",
3-
"version": "1.3.8-beta.1",
3+
"version": "1.3.10-beta.3",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -35,6 +35,6 @@
3535
"dependencies": {
3636
"dotenv": "^4.0.0",
3737
"graphql-config": "^1.0.9",
38-
"graphql-config-extension-graphcool": "0.1.4"
38+
"graphql-config-extension-graphcool": "^0.1.5"
3939
}
4040
}

packages/graphql-playground-html/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ graphcool-json-schema@^1.0.1-beta.5:
133133
version "1.0.1-beta.6"
134134
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.0.1-beta.6.tgz#95c3442c84d6c7596c2e2e50db185529a18c501e"
135135

136-
graphcool-yml@^0.0.21:
137-
version "0.0.21"
138-
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.0.21.tgz#9e944a76e582844ffa9b930d17c46fc14e07c2ea"
136+
graphcool-yml@^0.0.22:
137+
version "0.0.22"
138+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.0.22.tgz#8b227e1ec36d6b6f31eb1f67879e6f8b9332ca8f"
139139
dependencies:
140140
ajv "^5.5.1"
141141
bluebird "^3.5.1"
@@ -152,11 +152,11 @@ graphcool-yml@^0.0.21:
152152
scuid "^1.0.2"
153153
yaml-ast-parser "^0.0.40"
154154

155-
156-
version "0.1.4"
157-
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.1.4.tgz#bbfe32261a91f37bb71e65f6fc6fd365ec773930"
155+
graphql-config-extension-graphcool@^0.1.5:
156+
version "0.1.5"
157+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.1.5.tgz#66d408c25653c09b815956dc3786e08dd742e73e"
158158
dependencies:
159-
graphcool-yml "^0.0.21"
159+
graphcool-yml "^0.0.22"
160160
graphql-config "^1.1.0"
161161

162162
graphql-config@^1.0.9:

packages/graphql-playground-middleware-express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-express",
3-
"version": "1.3.8",
3+
"version": "1.3.10-beta.3",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -14,7 +14,7 @@
1414
"files": [
1515
"dist"
1616
],
17-
"playgroundVersion": "1.3.8-beta.2",
17+
"playgroundVersion": "1.3.10-beta.1",
1818
"scripts": {
1919
"build": "tsc",
2020
"prepublishOnly": "npm run build"
@@ -33,7 +33,7 @@
3333
"typescript": "^2.6.1"
3434
},
3535
"dependencies": {
36-
"graphql-playground-html": "^1.3.8-beta.1",
36+
"graphql-playground-html": "^1.3.10-beta.3",
3737
"graphql-playground-middleware": "^1.2.1-beta.6"
3838
},
3939
"typings": "dist/index.d.ts",

packages/graphql-playground-middleware-express/yarn.lock

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -135,33 +135,34 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6:
135135
version "4.1.11"
136136
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
137137

138-
graphcool-json-schema@^1.0.1-alpha.2:
139-
version "1.0.1-alpha.2"
140-
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.0.1-alpha.2.tgz#14dd7c880d9df9045b8e658896948522c89f4f49"
138+
graphcool-json-schema@^1.0.1-beta.5:
139+
version "1.0.1-beta.6"
140+
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.0.1-beta.6.tgz#95c3442c84d6c7596c2e2e50db185529a18c501e"
141141

142-
graphcool-yml@^0.0.6:
143-
version "0.0.6"
144-
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.0.6.tgz#09d772ffc985b818925ca76d6d93eca29a6fe1d9"
142+
graphcool-yml@^0.0.22:
143+
version "0.0.22"
144+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.0.22.tgz#8b227e1ec36d6b6f31eb1f67879e6f8b9332ca8f"
145145
dependencies:
146146
ajv "^5.5.1"
147147
bluebird "^3.5.1"
148148
debug "^3.1.0"
149149
dotenv "^4.0.0"
150150
fs-extra "^4.0.3"
151-
graphcool-json-schema "^1.0.1-alpha.2"
151+
graphcool-json-schema "^1.0.1-beta.5"
152152
isomorphic-fetch "^2.2.1"
153153
js-yaml "^3.10.0"
154+
json-stable-stringify "^1.0.1"
154155
jsonwebtoken "^8.1.0"
155156
lodash "^4.17.4"
156157
replaceall "^0.1.6"
157158
scuid "^1.0.2"
158159
yaml-ast-parser "^0.0.40"
159160

160-
graphql-config-extension-graphcool@^0.0.4:
161-
version "0.0.4"
162-
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.0.4.tgz#ee6febf942fb7baafb1f03af65b0f160ac47127c"
161+
graphql-config-extension-graphcool@^0.1.5:
162+
version "0.1.5"
163+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.1.5.tgz#66d408c25653c09b815956dc3786e08dd742e73e"
163164
dependencies:
164-
graphcool-yml "^0.0.6"
165+
graphcool-yml "^0.0.22"
165166
graphql-config "^1.1.0"
166167

167168
graphql-config@^1.0.9, graphql-config@^1.1.0:
@@ -184,13 +185,13 @@ graphql-import@^0.1.5:
184185
graphql "^0.11.7"
185186
lodash "^4.17.4"
186187

187-
graphql-playground-html@^1.3.8-beta.1:
188-
version "1.3.8-beta.1"
189-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.3.8-beta.1.tgz#35a4e0fd993f6b498ecf0496116f61f8e3107b3e"
188+
graphql-playground-html@^1.3.10-beta.3:
189+
version "1.3.10-beta.3"
190+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.3.10-beta.3.tgz#27acc8b34d8314d143e1858d0aa393d09c4de63b"
190191
dependencies:
191192
dotenv "^4.0.0"
192193
graphql-config "^1.0.9"
193-
graphql-config-extension-graphcool "^0.0.4"
194+
graphql-config-extension-graphcool "^0.1.5"
194195

195196
graphql-playground-middleware@^1.2.1-beta.6:
196197
version "1.2.1-beta.6"
@@ -251,12 +252,22 @@ json-schema-traverse@^0.3.0:
251252
version "0.3.1"
252253
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
253254

255+
json-stable-stringify@^1.0.1:
256+
version "1.0.1"
257+
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
258+
dependencies:
259+
jsonify "~0.0.0"
260+
254261
jsonfile@^4.0.0:
255262
version "4.0.0"
256263
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
257264
optionalDependencies:
258265
graceful-fs "^4.1.6"
259266

267+
jsonify@~0.0.0:
268+
version "0.0.0"
269+
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
270+
260271
jsonwebtoken@^8.1.0:
261272
version "8.1.0"
262273
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.1.0.tgz#c6397cd2e5fd583d65c007a83dc7bb78e6982b83"

packages/graphql-playground/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",
3-
"version": "1.3.8",
3+
"version": "1.3.10-beta.1",
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)