Skip to content

Commit 6e5eb66

Browse files
committed
Merge main and resolve dependency conflicts
2 parents 9a451bc + b56ae0c commit 6e5eb66

3 files changed

Lines changed: 2205 additions & 1427 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graphql-codegen-typescript-validation-schema",
33
"type": "module",
44
"version": "0.18.1",
5-
"packageManager": "pnpm@10.17.1",
5+
"packageManager": "pnpm@10.33.2",
66
"description": "GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema",
77
"respository": {
88
"type": "git",
@@ -80,28 +80,28 @@
8080
},
8181
"dependencies": {
8282
"@graphql-codegen/plugin-helpers": "^6.0.0",
83-
"@graphql-codegen/schema-ast": "5.0.0",
83+
"@graphql-codegen/schema-ast": "5.0.2",
8484
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
85-
"@graphql-tools/utils": "^10.0.0",
85+
"@graphql-tools/utils": "^11.0.0",
8686
"graphlib": "^2.1.8",
8787
"graphql": "^16.6.0"
8888
},
8989
"devDependencies": {
90-
"@antfu/eslint-config": "^5.0.0",
91-
"@graphql-codegen/cli": "6.0.0",
90+
"@antfu/eslint-config": "^8.0.0",
91+
"@graphql-codegen/cli": "6.3.1",
9292
"@graphql-codegen/typescript": "^5.0.0",
93-
"@tsconfig/recommended": "1.0.10",
93+
"@tsconfig/recommended": "1.0.13",
9494
"@types/graphlib": "^2.1.8",
95-
"@types/node": "^22.0.0",
96-
"eslint": "9.36.0",
97-
"jest": "30.1.3",
95+
"@types/node": "^24.0.0",
96+
"eslint": "10.2.1",
97+
"jest": "30.3.0",
9898
"myzod": "1.12.1",
9999
"npm-run-all2": "8.0.4",
100100
"ts-dedent": "^2.2.0",
101-
"ts-jest": "29.4.4",
102-
"typescript": "5.9.2",
101+
"ts-jest": "29.4.9",
102+
"typescript": "6.0.3",
103103
"valibot": "1.3.1",
104-
"vitest": "^3.0.0",
104+
"vitest": "^3.2.4",
105105
"yup": "1.7.1",
106106
"zod": "4.3.6"
107107
}

0 commit comments

Comments
 (0)