Skip to content

Commit

Permalink
chore(deps): update dependency graphql to v16.9.0 (kamilkisiela#2789)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent e0d668e commit 022abf4
Show file tree
Hide file tree
Showing 13 changed files with 181 additions and 139 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@zeit/ncc": "0.22.3",
"bob-the-bundler": "7.0.1",
"eslint": "8.57.0",
"graphql": "16.8.1",
"graphql": "16.9.0",
"graphql-config": "5.0.3",
"jsesc": "3.0.2",
"lint-staged": "15.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "7.24.6",
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "7.24.6",
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"devDependencies": {
"@babel/core": "7.24.6",
"@types/node": "20.12.13",
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@babel/core": "7.24.6",
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@types/node": "20.12.13",
"graphql": "16.8.1"
"graphql": "16.9.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
Loading

0 comments on commit 022abf4

Please sign in to comment.