diff --git a/tests/demo/package.json b/tests/demo/package.json index 7603c08..fcde5c8 100644 --- a/tests/demo/package.json +++ b/tests/demo/package.json @@ -15,7 +15,7 @@ "test": "yarn run lint --no-fix && yarn run test:e2e" }, "dependencies": { - "graphql-type-json": "^0.2.1", + "graphql-type-json": "^0.3.0", "marked": "^0.5.1", "shortid": "^2.2.8", "vue": "^2.5.16", diff --git a/tests/demo/yarn.lock b/tests/demo/yarn.lock index 03e5ac5..83ce8c1 100644 --- a/tests/demo/yarn.lock +++ b/tests/demo/yarn.lock @@ -5407,10 +5407,10 @@ graphql-tools@^4.0.0, graphql-tools@^4.0.5: iterall "^1.1.3" uuid "^3.1.0" -graphql-type-json@^0.2.1: - version "0.2.4" - resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.2.4.tgz#545af27903e40c061edd30840a272ea0a49992f9" - integrity sha512-/tq02ayMQjrG4oDFDRLLrPk0KvJXue0nVXoItBe7uAdbNXjQUu+HYCBdAmPLQoseVzUKKMzrhq2P/sfI76ON6w== +graphql-type-json@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.0.tgz#bb32e1b74bf52ebc690f9df12b4067bc061f818a" + integrity sha512-lnxg5HiB95yxy+/5cDKtP6pZo0zgntsOmqsjeCBXFGJ4YoMF3+1YaSEKWJntNTu+VsAm3zf6lPxFpp1kxzofLA== graphql-upload@^8.0.2: version "8.0.7"