Skip to content

Commit 022abf4

Browse files
chore(deps): update dependency graphql to v16.9.0 (#2789)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0d668e commit 022abf4

File tree

13 files changed

+181
-139
lines changed

13 files changed

+181
-139
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@zeit/ncc": "0.22.3",
8282
"bob-the-bundler": "7.0.1",
8383
"eslint": "8.57.0",
84-
"graphql": "16.8.1",
84+
"graphql": "16.9.0",
8585
"graphql-config": "5.0.3",
8686
"jsesc": "3.0.2",
8787
"lint-staged": "15.2.8",

packages/commands/audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"tslib": "2.6.2"
7373
},
7474
"devDependencies": {
75-
"graphql": "16.8.1"
75+
"graphql": "16.9.0"
7676
},
7777
"publishConfig": {
7878
"directory": "dist",

packages/commands/coverage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"tslib": "2.6.2"
7272
},
7373
"devDependencies": {
74-
"graphql": "16.8.1"
74+
"graphql": "16.9.0"
7575
},
7676
"publishConfig": {
7777
"directory": "dist",

packages/commands/serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"tslib": "2.6.2"
7272
},
7373
"devDependencies": {
74-
"graphql": "16.8.1"
74+
"graphql": "16.9.0"
7575
},
7676
"publishConfig": {
7777
"directory": "dist",

packages/commands/validate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"tslib": "2.6.2"
7272
},
7373
"devDependencies": {
74-
"graphql": "16.8.1"
74+
"graphql": "16.9.0"
7575
},
7676
"publishConfig": {
7777
"directory": "dist",

packages/loaders/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"devDependencies": {
7171
"@babel/core": "7.24.6",
72-
"graphql": "16.8.1"
72+
"graphql": "16.9.0"
7373
},
7474
"publishConfig": {
7575
"directory": "dist",

packages/loaders/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"devDependencies": {
7171
"@babel/core": "7.24.6",
72-
"graphql": "16.8.1"
72+
"graphql": "16.9.0"
7373
},
7474
"publishConfig": {
7575
"directory": "dist",

packages/loaders/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"devDependencies": {
7171
"@babel/core": "7.24.6",
7272
"@types/node": "20.12.13",
73-
"graphql": "16.8.1"
73+
"graphql": "16.9.0"
7474
},
7575
"publishConfig": {
7676
"directory": "dist",

packages/loaders/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"tslib": "2.6.2"
6969
},
7070
"devDependencies": {
71-
"graphql": "16.8.1"
71+
"graphql": "16.9.0"
7272
},
7373
"publishConfig": {
7474
"directory": "dist",

packages/loaders/json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"tslib": "2.6.2"
6969
},
7070
"devDependencies": {
71-
"graphql": "16.8.1"
71+
"graphql": "16.9.0"
7272
},
7373
"publishConfig": {
7474
"directory": "dist",

0 commit comments

Comments
 (0)