Skip to content

Commit f3d2456

Browse files
chore(deps): Bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 17.0.2 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react) Updates `@types/react` from 17.0.44 to 19.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 584d381 commit f3d2456

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

examples/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphql-hooks-memcache": "^3.2.0",
1111
"json-graphql-server": "^3.0.1",
1212
"prop-types": "^15.7.2",
13-
"react": "^18.0.0",
13+
"react": "^19.0.0",
1414
"react-app-polyfill": "^2.0.0",
1515
"react-dom": "^18.0.0",
1616
"react-scripts": "^5.0.0"

examples/fastify-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"isomorphic-unfetch": "^4.0.2",
3434
"mercurius": "^14.0.0",
3535
"prop-types": "^15.7.2",
36-
"react": "^18.0.0",
36+
"react": "^19.0.0",
3737
"react-dom": "^18.0.0",
3838
"react-router-dom": "^6.0.2"
3939
},

examples/full-ws-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"graphql-hooks": "^8.1.0",
88
"graphql-ws": "^5.5.5",
99
"mercurius": "^14.0.0",
10-
"react": "^18.0.0",
10+
"react": "^19.0.0",
1111
"react-dom": "^18.0.0",
1212
"react-scripts": "^5.0.0"
1313
},

examples/persisted-queries/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"dependencies": {
66
"@types/jest": "^29.0.3",
77
"@types/node": "^22.10.5",
8-
"@types/react": "^18.0.0",
8+
"@types/react": "^19.0.3",
99
"@types/react-dom": "^18.0.0",
1010
"graphql-hooks": "^8.1.0",
1111
"graphql-hooks-memcache": "^3.2.0",
12-
"react": "^18.0.0",
12+
"react": "^19.0.0",
1313
"react-dom": "^18.0.0",
1414
"react-scripts": "^5.0.0",
1515
"typescript": "^4.1.2"

examples/subscription/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lowdb": "^7.0.1",
2626
"mercurius": "^14.0.0",
2727
"mqemitter-redis": "^5.0.0",
28-
"react": "^18.0.0",
28+
"react": "^19.0.0",
2929
"react-dom": "^18.0.0",
3030
"subscriptions-transport-ws": "^0.11.0"
3131
},

examples/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"dependencies": {
66
"@types/jest": "^29.0.3",
77
"@types/node": "^22.10.5",
8-
"@types/react": "^18.0.0",
8+
"@types/react": "^19.0.3",
99
"@types/react-dom": "^18.0.0",
1010
"graphql-hooks": "^8.1.0",
1111
"graphql-hooks-memcache": "^3.2.0",
12-
"react": "^18.0.0",
12+
"react": "^19.0.0",
1313
"react-dom": "^18.0.0",
1414
"react-scripts": "^5.0.0"
1515
},

packages/graphql-hooks-ssr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"author": "Brian Mullan <[email protected]>",
2222
"license": "Apache-2.0",
2323
"peerDependencies": {
24-
"react": "^18.0.0",
24+
"react": "^19.0.0",
2525
"react-dom": "^18.0.0"
2626
},
2727
"devDependencies": {
28-
"@types/react": "^18.0.0",
29-
"react": "^18.0.0",
28+
"@types/react": "^19.0.3",
29+
"react": "^19.0.0",
3030
"react-dom": "^18.0.0"
3131
},
3232
"repository": {

packages/graphql-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"graphql-tag": "^2.12.6",
5555
"graphql-ws": "^5.5.5",
5656
"jest-fetch-mock": "^3.0.0",
57-
"react": "^18.0.0",
57+
"react": "^19.0.0",
5858
"react-dom": "^18.0.0",
5959
"react-test-renderer": "^18.0.0",
6060
"subscriptions-transport-ws": "^0.11.0"

0 commit comments

Comments
 (0)