Skip to content

Commit 6d15aa6

Browse files
committed
fix(deps): update dependency graphiql to v1.10.0
1 parent 06860a1 commit 6d15aa6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"codemirror": "5.65.6",
2020
"codemirror-graphql": "0.15.2",
2121
"date-fns": "2.23.0",
22-
"graphiql": "1.9.13",
22+
"graphiql": "1.10.0",
2323
"graphql": "15.8.0",
2424
"isomorphic-fetch": "3.0.0",
2525
"js-cookie": "3.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,10 +2218,10 @@
22182218
dependencies:
22192219
tslib "^2.0.1"
22202220

2221-
"@graphiql/react@^0.5.2":
2222-
version "0.5.2"
2223-
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.5.2.tgz#5beb7bab57103d72efbaaace57157b11efd4b2ce"
2224-
integrity sha512-8rfyrFOrZaG/fWHE4nX7XApuiNCd89XatvdJSO1ndXDUz94W3Ob0DHKufWpxXJ7RtJUNat25K+zrLYUP+C2iQw==
2221+
"@graphiql/react@^0.6.0":
2222+
version "0.6.0"
2223+
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.6.0.tgz#5def1c8f5f5ef7e65f6cf97c47ecc6bfc9fbff38"
2224+
integrity sha512-eC4K2Bzrih+NMOXcOGXxTcqJz9Hcowp/Hx9TSOWUczSifI309kVhBEuHVa/Fnqqw04WyvL6Wvn92gUlRak51Qg==
22252225
dependencies:
22262226
"@graphiql/toolkit" "^0.6.0"
22272227
codemirror "^5.65.3"
@@ -12983,12 +12983,12 @@ graphile-utils@^4.11.2:
1298312983
graphql ">=0.9 <0.14 || ^14.0.2 || ^15.4.0"
1298412984
tslib "^2.0.1"
1298512985

12986-
graphiql@1.9.13:
12987-
version "1.9.13"
12988-
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-1.9.13.tgz#f379425b407bad6eec4aa36a2e38d764a2c13b25"
12989-
integrity sha512-w/kFnK0N8ooN07vw5dKcDZ4CAmRfkjkTQbSj6LkEigJB/yTZ92r2QA/XROGlff0xn4r6aWfHjRp5AMrND4dLZg==
12986+
graphiql@1.10.0:
12987+
version "1.10.0"
12988+
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-1.10.0.tgz#2f869fe394fca76c7257444f80c5a2661d863ecc"
12989+
integrity sha512-OkhTLRzR8gwpePYLlosr0U3i9rPBmHQMHqm7pABjJ7gHfHi3UuokUAJ+tkKfv2cRHkJXB80Fp31ZAcCL6uG2tg==
1299012990
dependencies:
12991-
"@graphiql/react" "^0.5.2"
12991+
"@graphiql/react" "^0.6.0"
1299212992
"@graphiql/toolkit" "^0.6.0"
1299312993
entities "^2.0.0"
1299412994
graphql-language-service "^5.0.6"

0 commit comments

Comments
 (0)