Skip to content

Commit 0fa95a8

Browse files
chore(deps-dev): bump graphql from 15.9.0 to 16.10.0
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.9.0 to 16.10.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v15.9.0...v16.10.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f86c5c3 commit 0fa95a8

File tree

3 files changed

+285
-269
lines changed

3 files changed

+285
-269
lines changed

examples/gatsby/package.json

+1-1
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

+1-1
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)