Skip to content

Commit 72e1d99

Browse files
chore(release): update monorepo packages versions (#10364)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e324382 commit 72e1d99

File tree

30 files changed

+55
-44
lines changed

30 files changed

+55
-44
lines changed

.changeset/big-kiwis-move.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tidy-cows-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-eyes-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/persisted-documents-string-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-typed-document-node/core": "3.2.0",
1111
"jest": "28.1.3",
1212
"babel-jest": "29.7.0",
13-
"@graphql-codegen/cli": "5.0.6",
13+
"@graphql-codegen/cli": "5.0.7",
1414
"@babel/core": "7.25.2",
1515
"@babel/preset-env": "7.25.3",
1616
"@babel/preset-typescript": "7.26.0"

examples/persisted-documents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-typed-document-node/core": "3.2.0",
1111
"jest": "28.1.3",
1212
"babel-jest": "29.7.0",
13-
"@graphql-codegen/cli": "5.0.6",
13+
"@graphql-codegen/cli": "5.0.7",
1414
"@babel/core": "7.25.2",
1515
"@babel/preset-env": "7.25.3",
1616
"@babel/preset-typescript": "7.26.0"

examples/programmatic-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@graphql-codegen/core": "4.0.2",
14-
"@graphql-codegen/plugin-helpers": "5.1.0",
14+
"@graphql-codegen/plugin-helpers": "5.1.1",
1515
"@graphql-codegen/typed-document-node": "5.1.1",
1616
"@graphql-codegen/typescript": "4.1.6",
1717
"@graphql-codegen/typescript-operations": "4.6.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql-yoga": "5.7.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-codegen/cli": "^5.0.6",
14+
"@graphql-codegen/cli": "^5.0.7",
1515
"@types/jest": "^27.5.2",
1616
"@types/node": "^22.0.0",
1717
"@types/react": "^18.0.15",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
12-
"@graphql-codegen/cli": "^5.0.6",
12+
"@graphql-codegen/cli": "^5.0.7",
1313
"@vitejs/plugin-react-swc": "^3.3.0",
1414
"@types/react": "18.3.3",
1515
"@types/react-dom": "18.3.0",

examples/react/apollo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react-dom": "^18.2.0"
1010
},
1111
"devDependencies": {
12-
"@graphql-codegen/cli": "^5.0.6",
12+
"@graphql-codegen/cli": "^5.0.7",
1313
"@vitejs/plugin-react": "^4.0.0",
1414
"@types/jest": "^27.5.2",
1515
"@types/node": "^22.0.0",

examples/react/http-executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react-dom": "^18.2.0"
99
},
1010
"devDependencies": {
11-
"@graphql-codegen/cli": "^5.0.6",
11+
"@graphql-codegen/cli": "^5.0.7",
1212
"@vitejs/plugin-react": "^4.0.0",
1313
"@types/jest": "^27.5.2",
1414
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)