diff --git a/.yarn/patches/graphql-npm-16.10.0-bc1b088de1.patch b/.yarn/patches/graphql-npm-16.10.0-bc1b088de1.patch new file mode 100644 index 0000000000..7805f4e0bf --- /dev/null +++ b/.yarn/patches/graphql-npm-16.10.0-bc1b088de1.patch @@ -0,0 +1,206 @@ +diff --git a/package.json b/package.json +index 2c4d734674ce9bf1f58515fa782f93c97e807ee8..6080e53ce16efe879ff205e96e448c1c8313eda4 100644 +--- a/package.json ++++ b/package.json +@@ -3,8 +3,200 @@ + "version": "16.10.0", + "description": "A Query Language and Runtime which can target any service.", + "license": "MIT", +- "main": "index", ++ "main": "index.js", + "module": "index.mjs", ++ "exports": { ++ ".": { ++ "import": { ++ "types": "./index.d.ts", ++ "default": "./index.mjs" ++ }, ++ "require": { ++ "types": "./index.d.ts", ++ "default": "./index.js" ++ } ++ }, ++ "./graphql": { ++ "import": { ++ "types": "./graphql.d.ts", ++ "default": "./graphql.mjs" ++ }, ++ "require": { ++ "types": "./graphql.d.ts", ++ "default": "./graphql.js" ++ } ++ }, ++ "./version": { ++ "import": { ++ "types": "./version.d.ts", ++ "default": "./version.mjs" ++ }, ++ "require": { ++ "types": "./version.d.ts", ++ "default": "./version.js" ++ } ++ }, ++ "./error": { ++ "import": { ++ "types": "./error/index.d.ts", ++ "default": "./error/index.mjs" ++ }, ++ "require": { ++ "types": "./error/index.d.ts", ++ "default": "./error/index.js" ++ } ++ }, ++ "./error/*": { ++ "import": { ++ "types": "./error/*.d.ts", ++ "default": "./error/*.mjs" ++ }, ++ "require": { ++ "types": "./error/*.d.ts", ++ "default": "./error/*.js" ++ } ++ }, ++ "./execution": { ++ "import": { ++ "types": "./execution/index.d.ts", ++ "default": "./execution/index.mjs" ++ }, ++ "require": { ++ "types": "./execution/index.d.ts", ++ "default": "./execution/index.js" ++ } ++ }, ++ "./execution/*": { ++ "import": { ++ "types": "./execution/*.d.ts", ++ "default": "./execution/*.mjs" ++ }, ++ "require": { ++ "types": "./execution/*.d.ts", ++ "default": "./execution/*.js" ++ } ++ }, ++ "./jsutils": { ++ "import": { ++ "types": "./jsutils/index.d.ts", ++ "default": "./jsutils/index.mjs" ++ }, ++ "require": { ++ "types": "./jsutils/index.d.ts", ++ "default": "./jsutils/index.js" ++ } ++ }, ++ "./jsutils/*": { ++ "import": { ++ "types": "./jsutils/*.d.ts", ++ "default": "./jsutils/*.mjs" ++ }, ++ "require": { ++ "types": "./jsutils/*.d.ts", ++ "default": "./jsutils/*.js" ++ } ++ }, ++ "./language": { ++ "import": { ++ "types": "./language/index.d.ts", ++ "default": "./language/index.mjs" ++ }, ++ "require": { ++ "types": "./language/index.d.ts", ++ "default": "./language/index.js" ++ } ++ }, ++ "./language/*": { ++ "import": { ++ "types": "./language/*.d.ts", ++ "default": "./language/*.mjs" ++ }, ++ "require": { ++ "types": "./language/*.d.ts", ++ "default": "./language/*.js" ++ } ++ }, ++ "./subscription": { ++ "import": { ++ "types": "./subscription/index.d.ts", ++ "default": "./subscription/index.mjs" ++ }, ++ "require": { ++ "types": "./subscription/index.d.ts", ++ "default": "./subscription/index.js" ++ } ++ }, ++ "./subscription/*": { ++ "import": { ++ "types": "./subscription/*.d.ts", ++ "default": "./subscription/*.mjs" ++ }, ++ "require": { ++ "types": "./subscription/*.d.ts", ++ "default": "./subscription/*.js" ++ } ++ }, ++ "./type": { ++ "import": { ++ "types": "./type/index.d.ts", ++ "default": "./type/index.mjs" ++ }, ++ "require": { ++ "types": "./type/index.d.ts", ++ "default": "./type/index.js" ++ } ++ }, ++ "./type/*": { ++ "import": { ++ "types": "./type/*.d.ts", ++ "default": "./type/*.mjs" ++ }, ++ "require": { ++ "types": "./type/*.d.ts", ++ "default": "./type/*.js" ++ } ++ }, ++ "./utilities": { ++ "import": { ++ "types": "./utilities/index.d.ts", ++ "default": "./utilities/index.mjs" ++ }, ++ "require": { ++ "types": "./utilities/index.d.ts", ++ "default": "./utilities/index.js" ++ } ++ }, ++ "./utilities/*": { ++ "import": { ++ "types": "./utilities/*.d.ts", ++ "default": "./utilities/*.mjs" ++ }, ++ "require": { ++ "types": "./utilities/*.d.ts", ++ "default": "./utilities/*.js" ++ } ++ }, ++ "./validation": { ++ "import": { ++ "types": "./validation/index.d.ts", ++ "default": "./validation/index.mjs" ++ }, ++ "require": { ++ "types": "./validation/index.d.ts", ++ "default": "./validation/index.js" ++ } ++ }, ++ "./validation/*": { ++ "import": { ++ "types": "./validation/*.d.ts", ++ "default": "./validation/*.mjs" ++ }, ++ "require": { ++ "types": "./validation/*.d.ts", ++ "default": "./validation/*.js" ++ } ++ } ++ }, + "typesVersions": { + ">=4.1.0": { + "*": [ diff --git a/package.json b/package.json index b586741a18..dc1b873c86 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,8 @@ "minimist": "^1.2.8", "graphql@npm:^16.9.0": "patch:graphql@npm%3A16.9.0#~/.yarn/patches/graphql-npm-16.9.0-a36f71845f.patch", "@graphql-tools/merge@npm:^9.0.0": "patch:@graphql-tools/merge@npm%3A9.0.4#~/.yarn/patches/@graphql-tools-merge-npm-9.0.4-169df8c300.patch", - "@graphql-tools/merge@npm:^9.0.3": "patch:@graphql-tools/merge@npm%3A9.0.4#~/.yarn/patches/@graphql-tools-merge-npm-9.0.4-169df8c300.patch" + "@graphql-tools/merge@npm:^9.0.3": "patch:@graphql-tools/merge@npm%3A9.0.4#~/.yarn/patches/@graphql-tools-merge-npm-9.0.4-169df8c300.patch", + "graphql@npm:16.9.0": "patch:graphql@npm%3A16.10.0#~/.yarn/patches/graphql-npm-16.10.0-bc1b088de1.patch" }, "files": [ "dist/", diff --git a/yarn.lock b/yarn.lock index cf8f834eb9..c5443da522 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6574,17 +6574,17 @@ __metadata: languageName: node linkType: hard -"graphql@npm:16.9.0": - version: 16.9.0 - resolution: "graphql@npm:16.9.0" - checksum: 10/5833f82bb6c31bec120bbf9cd400eda873e1bb7ef5c17974fa262cd82dc68728fda5d4cb859dc8aaa4c4fe4f6fe1103a9c47efc01a12c02ae5cb581d8e4029e2 +"graphql@npm:16.10.0, graphql@npm:^16.10.0": + version: 16.10.0 + resolution: "graphql@npm:16.10.0" + checksum: 10/d42cf81ddcf3a61dfb213217576bf33c326f15b02c4cee369b373dc74100cbdcdc4479b3b797e79b654dabd8fddf50ef65ff75420e9ce5596c02e21f24c9126a languageName: node linkType: hard -"graphql@npm:^16.10.0": +"graphql@patch:graphql@npm%3A16.10.0#~/.yarn/patches/graphql-npm-16.10.0-bc1b088de1.patch": version: 16.10.0 - resolution: "graphql@npm:16.10.0" - checksum: 10/d42cf81ddcf3a61dfb213217576bf33c326f15b02c4cee369b373dc74100cbdcdc4479b3b797e79b654dabd8fddf50ef65ff75420e9ce5596c02e21f24c9126a + resolution: "graphql@patch:graphql@npm%3A16.10.0#~/.yarn/patches/graphql-npm-16.10.0-bc1b088de1.patch::version=16.10.0&hash=f5700f" + checksum: 10/1ad6d2eb62a2d013972e0f1101216a2159ac019aaca50d47ae6d9b129b2da6dad87b98471f6d5a27582e88f99fc330ee1b32929df482a8484810b58243e4e215 languageName: node linkType: hard