Skip to content

Commit f514d91

Browse files
committed
fix(deps): update dependency graphiql to v1.9.11
1 parent fa1fe7c commit f514d91

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.10",
22+
"graphiql": "1.9.11",
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.4.3":
2222-
version "0.4.3"
2223-
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.4.3.tgz#29ca3125c7a349de5e9beb2aef660137fbcbde2e"
2224-
integrity sha512-MnH+7LqRqFnwo8YBDtgDfJOdeS5QqNTzH2gTvTbEYYWaNQW1+Vhbsyu2RKHnPSgKVQlfLzdjw6SAMtSb3q1Qog==
2221+
"@graphiql/react@^0.5.0":
2222+
version "0.5.0"
2223+
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.5.0.tgz#3bc00de581b09d962a9f391ed725d06f34a757d3"
2224+
integrity sha512-Tn0V4yTcRPBgBVq9SVkqGkmlUi7aqmOrn4+vmhwnlxSFJU7mnKak7DZRc9wPVFBTdcHc0pWNKBzY/demFHSxSw==
22252225
dependencies:
22262226
"@graphiql/toolkit" "^0.6.0"
22272227
codemirror "^5.65.3"
@@ -12934,12 +12934,12 @@ graphile-utils@^4.11.2:
1293412934
graphql ">=0.9 <0.14 || ^14.0.2 || ^15.4.0"
1293512935
tslib "^2.0.1"
1293612936

12937-
12938-
version "1.9.10"
12939-
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-1.9.10.tgz#ba7113ed8b1bc988d00d8d7cc51901b51b684bde"
12940-
integrity sha512-uYYK/zBTV9Y/IHw4uopGVRusbF2xmPnptx7OMFTnTHOTQOmzfIGRTn58WuPgevyEi+9zSLojM86lot9xvNA1/w==
12937+
12938+
version "1.9.11"
12939+
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-1.9.11.tgz#3ade0802a0459792d1533f71e95b39bedce9c3ac"
12940+
integrity sha512-/nIFi+y8PNpkC/fb/mmkWUDsX+nIS7DdemxrTPugKpGku/hqVLe0ppXFsJbPuT0UrleL1XASv0sZm+Axh4XGWA==
1294112941
dependencies:
12942-
"@graphiql/react" "^0.4.3"
12942+
"@graphiql/react" "^0.5.0"
1294312943
"@graphiql/toolkit" "^0.6.0"
1294412944
entities "^2.0.0"
1294512945
graphql-language-service "^5.0.6"

0 commit comments

Comments
 (0)