Skip to content

Commit

Permalink
chore(deps): update dependency graphql to ^16.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 7ffaebf commit 0f7d914
Show file tree
Hide file tree
Showing 8 changed files with 264 additions and 251 deletions.
2 changes: 1 addition & 1 deletion examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@gqty/react": "workspace:^",
"@nhost/nextjs": "^2.1.16",
"gqty": "workspace:^",
"graphql": "^16.8.1",
"graphql": "^16.8.2",
"graphql-ws": "^5.16.0",
"next": "14.2.4",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"fastify": "^4.27.0",
"framer-motion": "^11.2.10",
"gqty": "workspace:^",
"graphql": "^16.8.1",
"graphql": "^16.8.2",
"graphql-ez": "^0.16.1",
"graphql-upload": "^13.0.0",
"ms": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/jest": "^29.5.12",
"cross-env": "^7.0.3",
"fastify": "^4.27.0",
"graphql": "^16.8.1",
"graphql": "^16.8.2",
"graphql-ez": "^0.16.1",
"jest": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"cross-fetch": "^4.0.0",
"fast-glob": "^3.3.2",
"gqty": "workspace:^",
"graphql": "^16.8.1",
"graphql": "^16.8.2",
"lodash-es": "^4.17.21",
"micromatch": "^4.0.7",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/gqty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.21.5",
"graphql": "^16.8.1",
"graphql": "^16.8.2",
"graphql-sse": "^2.5.3",
"graphql-ws": "^5.16.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"eslint": "^9.4.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"gqty": "workspace:^",
"graphql": "^16.8.1",
"graphql": "^16.8.2",
"graphql-sse": "^2.5.3",
"graphql-ws": "^5.16.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"bob-esbuild-cli": "^4.0.0",
"esbuild": "^0.21.5",
"gqty": "workspace:^",
"graphql": "^16.8.1",
"graphql": "^16.8.2",
"test-utils": "workspace:^",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
Expand Down
Loading

0 comments on commit 0f7d914

Please sign in to comment.