Skip to content

Commit 56882d2

Browse files
chore(release): update monorepo packages versions (#9837)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e69568 commit 56882d2

File tree

56 files changed

+260
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+260
-112
lines changed

.changeset/tough-bananas-sing.md

Lines changed: 0 additions & 21 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.6.4",
13-
"@graphql-codegen/cli": "5.0.1",
13+
"@graphql-codegen/cli": "5.0.2",
1414
"@babel/core": "7.22.11",
1515
"@babel/preset-env": "7.22.10",
1616
"@babel/preset-typescript": "7.22.11"

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.6.4",
13-
"@graphql-codegen/cli": "5.0.1",
13+
"@graphql-codegen/cli": "5.0.2",
1414
"@babel/core": "7.22.11",
1515
"@babel/preset-env": "7.22.10",
1616
"@babel/preset-typescript": "7.22.11"

examples/programmatic-typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"test:end2end": "exit 0"
1111
},
1212
"dependencies": {
13-
"@graphql-codegen/core": "4.0.1",
14-
"@graphql-codegen/plugin-helpers": "5.0.2",
15-
"@graphql-codegen/typed-document-node": "5.0.3",
16-
"@graphql-codegen/typescript": "4.0.3",
17-
"@graphql-codegen/typescript-operations": "4.1.1",
18-
"@graphql-codegen/typescript-resolvers": "4.0.3",
13+
"@graphql-codegen/core": "4.0.2",
14+
"@graphql-codegen/plugin-helpers": "5.0.3",
15+
"@graphql-codegen/typed-document-node": "5.0.4",
16+
"@graphql-codegen/typescript": "4.0.4",
17+
"@graphql-codegen/typescript-operations": "4.1.2",
18+
"@graphql-codegen/typescript-resolvers": "4.0.4",
1919
"@graphql-tools/graphql-file-loader": "8.0.0",
2020
"@graphql-tools/load": "8.0.0",
2121
"@graphql-tools/schema": "10.0.0",

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": "4.0.4"
1212
},
1313
"devDependencies": {
14-
"@graphql-codegen/cli": "^5.0.1",
14+
"@graphql-codegen/cli": "^5.0.2",
1515
"@types/jest": "^27.5.2",
1616
"@types/node": "^18.11.18",
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.1",
12+
"@graphql-codegen/cli": "^5.0.2",
1313
"@vitejs/plugin-react-swc": "^3.3.0",
1414
"@types/react": "18.2.21",
1515
"@types/react-dom": "18.2.7",

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.1",
12+
"@graphql-codegen/cli": "^5.0.2",
1313
"@vitejs/plugin-react": "^3.1.0",
1414
"@types/jest": "^27.5.2",
1515
"@types/node": "^18.11.18",

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.1",
11+
"@graphql-codegen/cli": "^5.0.2",
1212
"@vitejs/plugin-react": "^3.1.0",
1313
"@types/jest": "^27.5.2",
1414
"@types/node": "^18.11.18",

examples/react/nextjs-swr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"swr": "^2.0.0"
2020
},
2121
"devDependencies": {
22-
"@graphql-codegen/cli": "^5.0.1",
23-
"@graphql-codegen/schema-ast": "4.0.1",
22+
"@graphql-codegen/cli": "^5.0.2",
23+
"@graphql-codegen/schema-ast": "4.0.2",
2424
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
2525
"@types/node": "^18.11.18",
2626
"@types/react": "^18.0.17",

examples/react/tanstack-react-query/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.1",
11+
"@graphql-codegen/cli": "^5.0.2",
1212
"@vitejs/plugin-react": "^3.1.0",
1313
"@types/jest": "^27.5.2",
1414
"@types/node": "^18.11.18",

0 commit comments

Comments
 (0)