chore(deps): update graphqlcodegenerator monorepo

This commit is contained in:
renovate[bot]
2023-11-02 11:46:33 +00:00
committed by Eli Bosley
parent 830718cd2c
commit 13f366472b
4 changed files with 3443 additions and 1393 deletions
+3412 -1376
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -59,7 +59,7 @@
"dependencies": {
"@apollo/client": "^3.7.12",
"@apollo/server": "^4.6.0",
"@graphql-codegen/client-preset": "^3.0.0",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-tools/load-files": "^6.6.1",
"@graphql-tools/merge": "^8.4.0",
"@graphql-tools/schema": "^9.0.17",
@@ -124,14 +124,14 @@
},
"devDependencies": {
"@babel/runtime": "^7.21.0",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/fragment-matcher": "^4.0.1",
"@graphql-codegen/import-types-preset": "^2.2.6",
"@graphql-codegen/typed-document-node": "^4.0.0",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-resolvers": "3.2.1",
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/typed-document-node": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@swc/core": "^1.3.81",
"@types/async-exit-hook": "^2.0.0",
+21 -7
View File
@@ -26,7 +26,7 @@
"wretch": "^2.6.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/introspection": "^4.0.0",
"@nuxt/devtools": "^0.8.0",
@@ -1936,16 +1936,16 @@
"dev": true
},
"node_modules/@graphql-codegen/cli": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-4.0.1.tgz",
"integrity": "sha512-/H4imnGOl3hoPXLKmIiGUnXpmBmeIClSZie/YHDzD5N59cZlGGJlIOOrUlOTDpJx5JNU1MTQcRjyTToOYM5IfA==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-5.0.0.tgz",
"integrity": "sha512-A7J7+be/a6e+/ul2KI5sfJlpoqeqwX8EzktaKCeduyVKgOLA6W5t+NUGf6QumBDXU8PEOqXk3o3F+RAwCWOiqA==",
"dev": true,
"dependencies": {
"@babel/generator": "^7.18.13",
"@babel/template": "^7.18.10",
"@babel/types": "^7.18.13",
"@graphql-codegen/core": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.1",
"@graphql-tools/apollo-engine-loader": "^8.0.0",
"@graphql-tools/code-file-loader": "^8.0.0",
"@graphql-tools/git-loader": "^8.0.0",
@@ -1956,7 +1956,6 @@
"@graphql-tools/prisma-loader": "^8.0.0",
"@graphql-tools/url-loader": "^8.0.0",
"@graphql-tools/utils": "^10.0.0",
"@parcel/watcher": "^2.1.0",
"@whatwg-node/fetch": "^0.8.0",
"chalk": "^4.1.0",
"cosmiconfig": "^8.1.3",
@@ -1974,7 +1973,7 @@
"string-env-interpolation": "^1.0.1",
"ts-log": "^2.2.3",
"tslib": "^2.4.0",
"yaml": "^1.10.0",
"yaml": "^2.3.1",
"yargs": "^17.0.0"
},
"bin": {
@@ -1984,7 +1983,22 @@
"graphql-codegen-esm": "esm/bin.js"
},
"peerDependencies": {
"@parcel/watcher": "^2.1.0",
"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"
},
"peerDependenciesMeta": {
"@parcel/watcher": {
"optional": true
}
}
},
"node_modules/@graphql-codegen/cli/node_modules/yaml": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.3.tgz",
"integrity": "sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==",
"dev": true,
"engines": {
"node": ">= 14"
}
},
"node_modules/@graphql-codegen/client-preset": {
+1 -1
View File
@@ -18,7 +18,7 @@
"type-check": "nuxi typecheck"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/introspection": "^4.0.0",
"@nuxt/devtools": "^0.8.0",