diff --git a/test/fixtures/three.graphql/package-lock.json b/test/fixtures/three.graphql/package-lock.json index 93807625c81638..13ba8de7426f49 100644 --- a/test/fixtures/three.graphql/package-lock.json +++ b/test/fixtures/three.graphql/package-lock.json @@ -1,6 +1,6 @@ { "name": "three.graphql", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2072,11 +2072,6 @@ "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", "dev": true }, - "graph": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/graph/-/graph-0.2.0.tgz", - "integrity": "sha1-q2CdgzDWoopPICL1hV46j7ZmsA0=" - }, "graph.ql": { "version": "github:chetabahana/graph.ql#b1a0f277f8c3a48feaa559e25869883e977777b7", "from": "github:chetabahana/graph.ql#workflows", diff --git a/test/fixtures/three.graphql/package.json b/test/fixtures/three.graphql/package.json index 516aa80ff4471e..006787def57c1d 100644 --- a/test/fixtures/three.graphql/package.json +++ b/test/fixtures/three.graphql/package.json @@ -1,6 +1,6 @@ { "name": "three.graphql", - "version": "0.1.3", + "version": "0.1.4", "description": "Create & Query THREE objects with GraphQL", "author": "Chetabahana ", "developer": "Joseph Werle ", @@ -16,7 +16,6 @@ "debug": "^4.1.1", "domready": "^1.0.8", "glob": "^7.1.6", - "graph": "^0.2.0", "graph.ql": "chetabahana/graph.ql#workflows", "three": "^0.110.0" }, diff --git a/test/fixtures/three.graphql/scripts/audit.sh b/test/fixtures/three.graphql/scripts/audit.sh index c85d934118f0eb..ff17e43b00e16b 100644 --- a/test/fixtures/three.graphql/scripts/audit.sh +++ b/test/fixtures/three.graphql/scripts/audit.sh @@ -5,8 +5,8 @@ npm audit fix echo -e "\n$hr\nRESOLVE VERSION\n$hr" # Resolving: Cannot use GraphQLSchema "[object Object]" from another module or realm. -# https://github.com/matthewmueller/graph.ql/blob/master/package.json # https://github.com/apollographql/react-apollo/issues/742#issuecomment-338366662 +# https://github.com/matthewmueller/graph.ql/blob/master/package.json # https://stackoverflow.com/a/56515445/4058484 echo Resolving a duplicate version of graphql and use one version only: find node_modules -name graphql