Skip to content

Commit 23a1f2e

Browse files
chore(deps-dev): bump graphql from 15.9.0 to 16.12.0
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.9.0 to 16.12.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v15.9.0...v16.12.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.12.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d9fc3b commit 23a1f2e

File tree

3 files changed

+115
-176
lines changed

3 files changed

+115
-176
lines changed

examples/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/react": "^18.2.12",
2727
"babel-eslint": "^10",
28-
"graphql": "^15",
28+
"graphql": "^16",
2929
"typescript": "^5"
3030
}
3131
}

examples/typography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react": "^18.2.12",
2929
"babel-eslint": "^10",
3030
"eslint": "^8.56.0",
31-
"graphql": "^15",
31+
"graphql": "^16",
3232
"typescript": "^5"
3333
}
3434
}

0 commit comments

Comments
 (0)