From 4642a8abec6b526a51325bfb9e72d0cf2a57cdc9 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Wed, 1 Aug 2018 11:23:15 +0200 Subject: [PATCH] Added missing dpeencency (apollo-cache-inmemory), changed proxy to work within the local network. --- rpdata-ui/package-lock.json | 81 ++++++++++++++++++++++++++++++++++--- rpdata-ui/package.json | 3 +- 2 files changed, 77 insertions(+), 7 deletions(-) diff --git a/rpdata-ui/package-lock.json b/rpdata-ui/package-lock.json index 4f44fa7..63a92ea 100644 --- a/rpdata-ui/package-lock.json +++ b/rpdata-ui/package-lock.json @@ -331,6 +331,44 @@ "apollo-link-http": "^1.3.1", "apollo-link-state": "^0.4.0", "graphql-tag": "^2.4.2" + }, + "dependencies": { + "apollo-cache-inmemory": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.6.tgz", + "integrity": "sha512-Hz4VMfOz0iVtqAHQQWbkhBkVEDxrIPkc77poEfW1/Xq2snloAYD0o78yRQS+PrLuq2irlnL3Q/aVgrKC0uUcgA==", + "requires": { + "apollo-cache": "^1.1.13", + "apollo-utilities": "^1.0.17", + "graphql-anywhere": "^4.1.15" + }, + "dependencies": { + "apollo-cache": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/apollo-cache/-/apollo-cache-1.1.13.tgz", + "integrity": "sha512-hkQESJLYFH7p6m3IfBV3JAPBtKcQjN+6ophh02qu5eKW7GuBFQpJbeVKTBTDc0FKulHsUw78HptqvVJxFtJOig==", + "requires": { + "apollo-utilities": "^1.0.17" + } + } + } + }, + "apollo-utilities": { + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.17.tgz", + "integrity": "sha512-Mm8pS48QVV/CUbcUFN5TmbkdjIJtYw99qVqbBHnIwL8x0H2RW0NpzASpC+5+qSxD1sKNLUl9pA6F5Et/0bbaVg==", + "requires": { + "fast-json-stable-stringify": "^2.0.0" + } + }, + "graphql-anywhere": { + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/graphql-anywhere/-/graphql-anywhere-4.1.15.tgz", + "integrity": "sha512-yeGrsMQaGEz7VZTH5gA/easEkDmFkmqudYltYyYdvIXXlsYy5XAUBwaIlahJMKaBaXTfkPUY6Y+0RaPP+P0zvQ==", + "requires": { + "apollo-utilities": "^1.0.17" + } + } } }, "apollo-cache": { @@ -342,13 +380,31 @@ } }, "apollo-cache-inmemory": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.5.tgz", - "integrity": "sha512-D9KIT4bq7ORm0BVXjSIxU09SvTUunWKxM63Lvr81hR83I7B7RRM3uFBDUV9VG8rlIGkD+1obBNlW2ycerFV8wQ==", + "version": "1.3.0-beta.6", + "resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.0-beta.6.tgz", + "integrity": "sha512-mKKn5iugSmqooPObAkikgwi56R/oK0Ik9gmyE1+GjyANbcMWiL1XHNNePpaAauW3w/XQmZDNdhGbG9j+juXx8g==", "requires": { - "apollo-cache": "^1.1.12", - "apollo-utilities": "^1.0.16", - "graphql-anywhere": "^4.1.14" + "apollo-cache": "^1.1.13", + "apollo-utilities": "^1.0.17", + "optimism": "^0.6.5" + }, + "dependencies": { + "apollo-cache": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/apollo-cache/-/apollo-cache-1.1.13.tgz", + "integrity": "sha512-hkQESJLYFH7p6m3IfBV3JAPBtKcQjN+6ophh02qu5eKW7GuBFQpJbeVKTBTDc0FKulHsUw78HptqvVJxFtJOig==", + "requires": { + "apollo-utilities": "^1.0.17" + } + }, + "apollo-utilities": { + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.17.tgz", + "integrity": "sha512-Mm8pS48QVV/CUbcUFN5TmbkdjIJtYw99qVqbBHnIwL8x0H2RW0NpzASpC+5+qSxD1sKNLUl9pA6F5Et/0bbaVg==", + "requires": { + "fast-json-stable-stringify": "^2.0.0" + } + } } }, "apollo-client": { @@ -5488,6 +5544,11 @@ "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==" }, + "immutable-tuple": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/immutable-tuple/-/immutable-tuple-0.4.4.tgz", + "integrity": "sha512-nJQ1HbFPgCLHMsO3Y9f55hV9z7RSloQF3PkkmKF70OxvgPT6Tz+EgY+4k64LusutkmOOlM9FGDwz2ow3CDvZCA==" + }, "import-lazy": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", @@ -7617,6 +7678,14 @@ "is-wsl": "^1.1.0" } }, + "optimism": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/optimism/-/optimism-0.6.5.tgz", + "integrity": "sha512-14W9x4Wg5MWGLuZBexivSTimBHNym5b7OQW01qG/Uj+BJObCCRRPDkodVQ9/1LJaceqe9GJjTxwNnEa1VSDJJg==", + "requires": { + "immutable-tuple": "^0.4.4" + } + }, "optimist": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", diff --git a/rpdata-ui/package.json b/rpdata-ui/package.json index 553e26a..c23c849 100644 --- a/rpdata-ui/package.json +++ b/rpdata-ui/package.json @@ -5,6 +5,7 @@ "dependencies": { "ajv": "^6.5.2", "apollo-boost": "^0.1.10", + "apollo-cache-inmemory": "^1.3.0-beta.6", "graphql": "^0.13.2", "graphql-tag": "^2.9.2", "pluralize": "^7.0.0", @@ -26,7 +27,7 @@ }, "proxy": { "/graphql": { - "target": "http://127.0.0.1:17000" + "target": "http://10.32.7.1:17000" } } }