Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Apr 30, 2019
1 parent 993c8b7 commit cca7d22
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/minimal-ejected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "echo linting disabled"
},
"dependencies": {
"yoga": "0.0.18"
"yoga": "0.0.20"
},
"devDependencies": {
"@types/graphql": "^14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "echo linting disabled"
},
"dependencies": {
"yoga": "0.0.18"
"yoga": "0.0.20"
},
"devDependencies": {
"@types/graphql": "^14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "echo linting disabled"
},
"dependencies": {
"yoga": "0.0.18"
"yoga": "0.0.20"
},
"devDependencies": {
"@types/graphql": "^14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-yoga/src/scaffold.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const PACKAGE_JSON = `\
"scaffold": "yoga scaffold"
},
"dependencies": {
"yoga": "0.0.18"
"yoga": "0.0.20"
},
"devDependencies": {
"@types/graphql": "^14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoga",
"version": "0.0.19",
"version": "0.0.20",
"main": "dist/index.js",
"repository": "https://github.com/prisma/yoga2.git",
"author": "Flavian DESVERNE <[email protected]>",
Expand Down

0 comments on commit cca7d22

Please sign in to comment.