From 290f0c31a7f6c95fccc423504d48b3bc1e9f0d36 Mon Sep 17 00:00:00 2001 From: Jose Buitron Date: Mon, 11 Sep 2023 14:15:00 -0500 Subject: [PATCH] chore: Upgrade 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 20fc96ac..d04ba2a6 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.2", - "terraso-backend": "github:techmatters/terraso-backend#8813449c8b2f4eb4b70b4add87007d2a93d25baa", + "terraso-backend": "github:techmatters/terraso-backend#d87539e", "uuid": "^9.0.0" }, "devDependencies": { diff --git a/package.json b/package.json index f169b984..8007c232 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lodash": "^4.17.21", "react": "^18.2.0", "react-redux": "^8.1.2", - "terraso-backend": "github:techmatters/terraso-backend#8813449c8b2f4eb4b70b4add87007d2a93d25baa", + "terraso-backend": "github:techmatters/terraso-backend#d87539e", "uuid": "^9.0.0" }, "scripts": {