Skip to content

Commit

Permalink
Unify graphql dependency version (#669)
Browse files Browse the repository at this point in the history
* 📦 IMPROVE: version

* 🚸 UPDATE: to graphql 15.8.0
  • Loading branch information
jycouet authored Nov 1, 2022
1 parent 5cb1e89 commit 3b44a6e
Show file tree
Hide file tree
Showing 15 changed files with 8,137 additions and 11,120 deletions.
2 changes: 1 addition & 1 deletion e2e/_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@graphql-yoga/node": "^2.13.13",
"@kitql/helper": "^0.5.0",
"graphql": "^15.5.0",
"graphql": "^15.8.0",
"graphql-relay": "^0.10.0",
"graphql-ws": "^5.8.2",
"ws": "^8.8.1"
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@kitql/vite-plugin-watch-and-run": "^0.4.0",
"@sveltejs/kit": "1.0.0-next.510",
"concurrently": "^6.2.1",
"graphql": "15.5.0",
"graphql": "^15.8.0",
"houdini": "workspace:^",
"houdini-svelte": "workspace:^",
"svelte": "^3.50.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@theguild/eslint-config": "^0.1.0",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"graphql": "*",
"graphql": "^15.8.0",
"prettier": "^2.7.0",
"turbo": "^1.5.4",
"vite": "^3.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/parser": "^7.19.3",
"estraverse": "^5.3.0",
"estree-walker": "^3.0.1",
"graphql": "^16.6.0",
"graphql": "^15.8.0",
"houdini": "workspace:^",
"recast": "^0.21.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sveltejs/kit": "1.0.0-next.505",
"ast-types": "^0.15.1",
"estree-walker": "^3.0.1",
"graphql": "^16.6.0",
"graphql": "^15.8.0",
"houdini": "workspace:^",
"minimatch": "^5.1.0",
"recast": "^0.21.5",
Expand All @@ -25,7 +25,7 @@
"vitest": "^0.23.4"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0"
"graphql": "^14.0.0 || ^15.0.0"
},
"exports": {
"./package.json": "./package.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"estree-walker": "^3.0.1",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"graphql": "^16.6.0",
"graphql": "^15.8.0",
"memfs": "^3.4.7",
"micromatch": "^4.0.5",
"minimatch": "^5.1.0",
Expand Down
Loading

2 comments on commit 3b44a6e

@vercel
Copy link

@vercel vercel bot commented on 3b44a6e Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-next – ./site

docs-next-kohl.vercel.app
docs-next-git-main-houdinigraphql.vercel.app
docs-next-houdinigraphql.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3b44a6e Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.