Skip to content

Commit

Permalink
Merge pull request #177 from isacjunior/ij/fix/qs-dependencie
Browse files Browse the repository at this point in the history
Fix codesandbox examples - Added qs dependencie
  • Loading branch information
fbartho authored Nov 26, 2018
2 parents 48af562 + f17fa51 commit 2a3db30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"graphql": "0.x",
"graphql-anywhere": "4.x",
"graphql-tag": "2.x",
"qs": "^6.6.0",
"react": "16.x",
"react-apollo": "2.x",
"react-dom": "16.x",
Expand Down
1 change: 1 addition & 0 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"graphql": "0.x",
"graphql-anywhere": "4.x",
"graphql-tag": "2.x",
"qs": "^6.6.0",
"react": "16.x",
"react-apollo": "2.x",
"react-dom": "16.x",
Expand Down
1 change: 1 addition & 0 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"graphql": "0.x",
"graphql-anywhere": "4.x",
"graphql-tag": "2.x",
"qs": "^6.6.0",
"react": "16.x",
"react-apollo": "2.x",
"react-dom": "16.x",
Expand Down

0 comments on commit 2a3db30

Please sign in to comment.