Skip to content

Commit d56f2d0

Browse files
committed
Update dependencies for graphql-apollo preset
1 parent 0762376 commit d56f2d0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

packages/plugins/typescript/graphql-apollo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"graphql-tag": "^2.0.0"
4242
},
4343
"dependencies": {
44-
"@graphql-codegen/plugin-helpers": "^3.0.0",
45-
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
46-
"auto-bind": "~4.0.0",
44+
"@graphql-codegen/plugin-helpers": "^5.1.1",
45+
"@graphql-codegen/visitor-plugin-common": "^5.8.0",
46+
"auto-bind": "~5.0.1",
4747
"change-case-all": "1.0.15",
4848
"tslib": "^2.8.1"
4949
},

packages/presets/near-operation-file/tests/near-operation-file.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ describe('near-operation-file preset', () => {
406406
});
407407

408408
expect(result[0].content).toMatchInlineSnapshot(`
409-
"import * as Types from '../../../../../out1.ts/types';
409+
"import * as Types from '../../../../plugins/typescript/graphql-apollo/out1.ts/types';
410410
411411
export type AQueryVariables = Types.Exact<{ [key: string]: never; }>;
412412

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@
16061606
auto-bind "~4.0.0"
16071607
tslib "~2.6.0"
16081608

1609-
"@graphql-codegen/visitor-plugin-common@2.13.8", "@graphql-codegen/visitor-plugin-common@^2.12.1":
1609+
"@graphql-codegen/visitor-plugin-common@2.13.8":
16101610
version "2.13.8"
16111611
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz#09bc6317b227e5a278f394f4cef0d6c2d1910597"
16121612
integrity sha512-IQWu99YV4wt8hGxIbBQPtqRuaWZhkQRG2IZKbMoSvh0vGeWb3dB0n0hSgKaOOxDY+tljtOf9MTcUYvJslQucMQ==
@@ -3275,6 +3275,11 @@ auto-bind@~4.0.0:
32753275
resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-4.0.0.tgz#e3589fc6c2da8f7ca43ba9f84fa52a744fc997fb"
32763276
integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==
32773277

3278+
auto-bind@~5.0.1:
3279+
version "5.0.1"
3280+
resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-5.0.1.tgz#50d8e63ea5a1dddcb5e5e36451c1a8266ffbb2ae"
3281+
integrity sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==
3282+
32783283
available-typed-arrays@^1.0.7:
32793284
version "1.0.7"
32803285
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#a5cc375d6a03c2efc87a553f3e0b1522def14846"

0 commit comments

Comments
 (0)