Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed May 25, 2018
1 parent a195cdd commit 7c14145
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions packages/graphql-playground-electron/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1848,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 @@ -7798,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
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-express",
"version": "1.6.2",
"version": "1.6.3",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand All @@ -14,7 +14,7 @@
"files": [
"dist"
],
"playgroundVersion": "1.6.6",
"playgroundVersion": "1.6.7",
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-hapi",
"version": "1.6.1",
"version": "1.6.2",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-hapi",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand All @@ -15,7 +15,7 @@
"files": [
"dist"
],
"playgroundVersion": "1.5.13",
"playgroundVersion": "1.6.7",
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-koa",
"version": "1.5.1",
"version": "1.6.0",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand All @@ -14,7 +14,7 @@
"files": [
"dist"
],
"playgroundVersion": "1.5.13",
"playgroundVersion": "1.6.7",
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-lambda",
"version": "1.6.0",
"version": "1.6.1",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambada",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand All @@ -14,7 +14,7 @@
"files": [
"dist"
],
"playgroundVersion": "1.6.6",
"playgroundVersion": "1.6.7",
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build"
Expand Down

0 comments on commit 7c14145

Please sign in to comment.