From 52ebcb74b70cd90d58b85c4984febf773bcf7970 Mon Sep 17 00:00:00 2001 From: Jose Buitron Date: Tue, 24 Oct 2023 14:16:08 -0500 Subject: [PATCH] refactor: Link landscapes directly to shared files, links and visualizations (#133) --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e07e155..70245bf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "lodash": "^4.17.21", "react": "^18.2.0", "react-redux": "^8.1.3", - "terraso-backend": "github:techmatters/terraso-backend#dc15c3a", + "terraso-backend": "github:techmatters/terraso-backend#3d323b5", "uuid": "^9.0.1" }, "devDependencies": { @@ -13095,7 +13095,8 @@ }, "node_modules/terraso-backend": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/techmatters/terraso-backend.git#dc15c3a948666ee25cdc43dae0ddfca3e7e6465b" + "resolved": "git+ssh://git@github.com/techmatters/terraso-backend.git#ed3430adbf10347f8ae687e5ebe4f8464f5b32eb", + "integrity": "sha512-awSy8YBN53+5FlZkEUPG0xPmoV6QMNVMzEVbKzD3hsoTD6XHwznxZqlfmRrIQVFFwaNKI7PxWkbmUfViOCxYrQ==" }, "node_modules/test-exclude": { "version": "6.0.0", diff --git a/package.json b/package.json index 8b0eb62c..270fb9c0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lodash": "^4.17.21", "react": "^18.2.0", "react-redux": "^8.1.3", - "terraso-backend": "github:techmatters/terraso-backend#dc15c3a", + "terraso-backend": "github:techmatters/terraso-backend#3d323b5", "uuid": "^9.0.1" }, "scripts": {