From 4d00d5ab6a3c4b0058c7c0854aa72cd23840fadc Mon Sep 17 00:00:00 2001 From: Jose Buitron Date: Mon, 19 Feb 2024 09:51:53 -0500 Subject: [PATCH] fix: Updated backend version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d77440f7b..cc19ba29b 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#f5170e6a4399a4b9ee7a1453ded5285a28881e8e", + "terraso-backend": "github:techmatters/terraso-backend#e0f0896", "uuid": "^9.0.1" }, "devDependencies": { diff --git a/package.json b/package.json index 1c236a236..d05328e14 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#f5170e6a4399a4b9ee7a1453ded5285a28881e8e", + "terraso-backend": "github:techmatters/terraso-backend#e0f0896", "uuid": "^9.0.1" }, "scripts": {