Skip to content

Commit df3d3e6

Browse files
fix(deps): update all non-major dependencies (#10702)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a66574 commit df3d3e6

File tree

17 files changed

+349
-345
lines changed

17 files changed

+349
-345
lines changed

examples/programmatic-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@graphql-codegen/typescript-operations": "5.0.9",
1818
"@graphql-codegen/typescript-resolvers": "5.1.7",
1919
"@graphql-tools/graphql-file-loader": "^8.1.12",
20-
"@graphql-tools/load": "8.1.8",
21-
"@graphql-tools/schema": "10.0.31",
20+
"@graphql-tools/load": "8.1.9",
21+
"@graphql-tools/schema": "10.0.32",
2222
"graphql": "16.13.2",
2323
"graphql-tag": "2.12.6",
2424
"prettier": "3.8.1"

examples/react/apollo-client-defer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react": "^19.0.0",
2626
"@types/react-dom": "^19.0.0",
2727
"@vitejs/plugin-react": "^6.0.0",
28-
"cypress": "15.13.0",
28+
"cypress": "15.13.1",
2929
"serve": "14.2.6",
3030
"start-server-and-test": "3.0.0",
3131
"typescript": "5.5.4",

examples/react/apollo-client-swc-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "^3.7.10",
14-
"react": "19.2.4",
15-
"react-dom": "19.2.4"
14+
"react": "19.2.5",
15+
"react-dom": "19.2.5"
1616
},
1717
"devDependencies": {
1818
"@graphql-codegen/cli": "^6.2.1",

examples/react/apollo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react": "^19.0.0",
2323
"@types/react-dom": "^19.0.0",
2424
"@vitejs/plugin-react": "^6.0.0",
25-
"cypress": "15.13.0",
25+
"cypress": "15.13.1",
2626
"serve": "14.2.6",
2727
"start-server-and-test": "3.0.0",
2828
"typescript": "5.5.4",

examples/react/http-executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.0.0",
2222
"@types/react-dom": "^19.0.0",
2323
"@vitejs/plugin-react": "^6.0.0",
24-
"cypress": "15.13.0",
24+
"cypress": "15.13.1",
2525
"serve": "14.2.6",
2626
"start-server-and-test": "3.0.0",
2727
"typescript": "5.5.4",

examples/react/tanstack-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.0.0",
2222
"@types/react-dom": "^19.0.0",
2323
"@vitejs/plugin-react": "^6.0.0",
24-
"cypress": "15.13.0",
24+
"cypress": "15.13.1",
2525
"serve": "14.2.6",
2626
"start-server-and-test": "3.0.0",
2727
"typescript": "5.5.4",

examples/react/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react": "^19.0.0",
2121
"@types/react-dom": "^19.0.0",
2222
"@vitejs/plugin-react": "^6.0.0",
23-
"cypress": "15.13.0",
23+
"cypress": "15.13.1",
2424
"serve": "14.2.6",
2525
"start-server-and-test": "3.0.0",
2626
"typescript": "5.5.4",

examples/vite/vite-react-cts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@graphql-codegen/cli": "6.2.1",
2525
"@types/react": "^19.0.0",
2626
"@types/react-dom": "^19.0.0",
27-
"cypress": "15.13.0",
27+
"cypress": "15.13.1",
2828
"start-server-and-test": "3.0.0",
2929
"typescript": "^5.0.0"
3030
},

examples/vite/vite-react-mts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@graphql-codegen/cli": "6.2.1",
2525
"@types/react": "^19.0.0",
2626
"@types/react-dom": "^19.0.0",
27-
"cypress": "15.13.0",
27+
"cypress": "15.13.1",
2828
"start-server-and-test": "3.0.0",
2929
"typescript": "^5.0.0"
3030
},

examples/vite/vite-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@graphql-codegen/cli": "6.2.1",
2525
"@types/react": "^19.0.0",
2626
"@types/react-dom": "^19.0.0",
27-
"cypress": "15.13.0",
27+
"cypress": "15.13.1",
2828
"start-server-and-test": "3.0.0",
2929
"typescript": "^5.0.0"
3030
},

0 commit comments

Comments
 (0)