From c32c64abc8932de40fe297eb5bc81f009acc0835 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sat, 24 May 2025 06:12:16 +0300 Subject: [PATCH] nextgraph-react --- .../package-lock.json | 15 +++++++++++++++ .../example-webapp-react-socialquery/package.json | 1 + 2 files changed, 16 insertions(+) diff --git a/ng-sdk-js/example-webapp-react-socialquery/package-lock.json b/ng-sdk-js/example-webapp-react-socialquery/package-lock.json index 211b49b..a38c7a1 100644 --- a/ng-sdk-js/example-webapp-react-socialquery/package-lock.json +++ b/ng-sdk-js/example-webapp-react-socialquery/package-lock.json @@ -14,6 +14,7 @@ "@ldo/react": "^1.0.0-alpha.15", "@rdfjs/data-model": "^1.2.0", "@rdfjs/types": "^1.0.1", + "nextgraph-react": "^0.1.1-alpha.1", "nextgraphweb": "^0.1.1-alpha.4", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -4410,6 +4411,20 @@ "dev": true, "license": "MIT" }, + "node_modules/nextgraph-react": { + "version": "0.1.1-alpha.1", + "resolved": "https://registry.npmjs.org/nextgraph-react/-/nextgraph-react-0.1.1-alpha.1.tgz", + "integrity": "sha512-YcN4II0Xs25DuUWxli5a70TcVjLNNfpgyUS3N+aGwontVjihg1E7Nxpq/6lLvrazuwJfbvt63NHIlrbZ+5LSRg==", + "license": "MIT/Apache-2.0", + "dependencies": { + "@ldo/connected": "^1.0.0-alpha.15", + "@ldo/connected-nextgraph": "^1.0.0-alpha.15", + "@ldo/react": "^1.0.0-alpha.15", + "@rdfjs/data-model": "^1.2.0", + "cross-fetch": "^3.1.6", + "nextgraphweb": "^0.1.1-alpha.4" + } + }, "node_modules/nextgraphweb": { "version": "0.1.1-alpha.4", "resolved": "https://registry.npmjs.org/nextgraphweb/-/nextgraphweb-0.1.1-alpha.4.tgz", diff --git a/ng-sdk-js/example-webapp-react-socialquery/package.json b/ng-sdk-js/example-webapp-react-socialquery/package.json index 1d6b488..b53883e 100644 --- a/ng-sdk-js/example-webapp-react-socialquery/package.json +++ b/ng-sdk-js/example-webapp-react-socialquery/package.json @@ -18,6 +18,7 @@ "@rdfjs/data-model": "^1.2.0", "@rdfjs/types": "^1.0.1", "nextgraphweb": "^0.1.1-alpha.4", + "nextgraph-react": "^0.1.1-alpha.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^7.6.0"