Skip to content

Commit 5bba2b4

Browse files
committed
fix update helpers package across monorepo
1 parent 307a5d3 commit 5bba2b4

File tree

19 files changed

+36
-24
lines changed

19 files changed

+36
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@babel/core": "7.19.0",
3535
"@babel/preset-env": "7.19.0",
3636
"@babel/preset-typescript": "7.18.6",
37-
"@changesets/cli": "2.24.4",
3837
"@changesets/changelog-github": "0.4.6",
38+
"@changesets/cli": "2.24.4",
3939
"@graphql-typed-document-node/core": "3.1.1",
4040
"@reduxjs/toolkit": "1.8.5",
4141
"@tanstack/react-query": "4.2.3",

packages/graphql-codegen-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
3838
},
3939
"dependencies": {
40-
"@graphql-codegen/plugin-helpers": "^3.0.0",
40+
"@graphql-codegen/plugin-helpers": "^3.1.0",
4141
"@graphql-tools/schema": "^9.0.0",
4242
"@graphql-tools/utils": "^9.1.1",
4343
"tslib": "~2.4.0"

packages/plugins/other/add/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint **/*.ts"
1313
},
1414
"dependencies": {
15-
"@graphql-codegen/plugin-helpers": "^3.0.0",
15+
"@graphql-codegen/plugin-helpers": "^3.1.0",
1616
"tslib": "~2.4.0"
1717
},
1818
"peerDependencies": {

packages/plugins/other/fragment-matcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^3.0.0",
16+
"@graphql-codegen/plugin-helpers": "^3.1.0",
1717
"tslib": "~2.4.0"
1818
},
1919
"peerDependencies": {

packages/plugins/other/introspection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^3.0.0",
16+
"@graphql-codegen/plugin-helpers": "^3.1.0",
1717
"@graphql-codegen/visitor-plugin-common": "^2.13.4",
1818
"tslib": "~2.4.0"
1919
},

packages/plugins/other/schema-ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^3.0.0",
16+
"@graphql-codegen/plugin-helpers": "^3.1.0",
1717
"@graphql-tools/utils": "^8.8.0",
1818
"tslib": "~2.4.0"
1919
},

packages/plugins/other/time/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint **/*.ts"
1313
},
1414
"dependencies": {
15-
"@graphql-codegen/plugin-helpers": "^3.0.0",
15+
"@graphql-codegen/plugin-helpers": "^3.1.0",
1616
"moment": "~2.29.1"
1717
},
1818
"devDependencies": {

packages/plugins/other/visitor-plugin-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@graphql-tools/optimize": "^1.3.0",
16-
"@graphql-codegen/plugin-helpers": "^3.0.0",
16+
"@graphql-codegen/plugin-helpers": "^3.1.0",
1717
"@graphql-tools/relay-operation-optimizer": "^6.5.0",
1818
"@graphql-tools/utils": "^8.8.0",
1919
"auto-bind": "~4.0.0",

packages/plugins/typescript/document-nodes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^3.0.0",
16+
"@graphql-codegen/plugin-helpers": "^3.1.0",
1717
"@graphql-codegen/visitor-plugin-common": "2.13.4",
1818
"auto-bind": "~4.0.0",
1919
"tslib": "~2.4.0"

packages/plugins/typescript/gql-tag-operations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@graphql-tools/utils": "^8.8.0",
20-
"@graphql-codegen/plugin-helpers": "^3.0.0",
20+
"@graphql-codegen/plugin-helpers": "^3.1.0",
2121
"@graphql-codegen/visitor-plugin-common": "2.13.4",
2222
"auto-bind": "~4.0.0",
2323
"tslib": "~2.4.0"

0 commit comments

Comments
 (0)