Skip to content

Commit d053e8c

Browse files
committed
feat: update to stable package version
1 parent 492825d commit d053e8c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/presets/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@graphql-codegen/plugin-helpers": "^3.1.2",
2828
"@graphql-codegen/visitor-plugin-common": "^2.13.7",
2929
"@graphql-typed-document-node/core": "3.1.1",
30-
"@graphql-tools/documents": "0.1.0-alpha-20230109070251-4be4b310",
30+
"@graphql-tools/documents": "^0.1.0",
3131
"@graphql-tools/utils": "^9.0.0",
3232
"tslib": "~2.4.0"
3333
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,10 +2128,10 @@
21282128
tslib "~2.4.0"
21292129
value-or-promise "1.0.11"
21302130

2131-
"@graphql-tools/documents@0.1.0-alpha-20230109070251-4be4b310":
2132-
version "0.1.0-alpha-20230109070251-4be4b310"
2133-
resolved "https://registry.yarnpkg.com/@graphql-tools/documents/-/documents-0.1.0-alpha-20230109070251-4be4b310.tgz#665fbab63aaaaa6929f68c0b4a6b3dff054e5d59"
2134-
integrity sha512-Shd7yrIYp1ox1SD1HjuhFbQxiAUoD0247wlGzA4Tc3fTEeg/Ok9mmuD/0tH5bwTTAZj7jyqrwatPf5CUZbRKww==
2131+
"@graphql-tools/documents@^0.1.0":
2132+
version "0.1.0"
2133+
resolved "https://registry.yarnpkg.com/@graphql-tools/documents/-/documents-0.1.0.tgz#9c27faea5a17ab271dbd99edd8d52eee0e43573e"
2134+
integrity sha512-1WQeovHv5S1M3xMzQxbSrG3yl6QOnsq2JUBnlg5/0aMM5R4GNMx6Ms+ROByez/dnuA81kstRuSK+2qpe+GaRIw==
21352135
dependencies:
21362136
lodash.sortby "^4.7.0"
21372137
tslib "^2.4.0"

0 commit comments

Comments
 (0)