From c455c5264b79902a6504ede5996d4aeec7185d78 Mon Sep 17 00:00:00 2001 From: David Code Howard Date: Wed, 4 Oct 2023 16:41:46 -0400 Subject: [PATCH] build: Bump backend version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 448e3b95..d20447e9 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#9e7b2eb", + "terraso-backend": "github:techmatters/terraso-backend#4929e5f", "uuid": "^9.0.0" }, "devDependencies": { @@ -12995,7 +12995,7 @@ }, "node_modules/terraso-backend": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/techmatters/terraso-backend.git#9e7b2eb34182075792f9a163b472b5e2c958c9e6" + "resolved": "git+ssh://git@github.com/techmatters/terraso-backend.git#4929e5f4599cebc2f107873dd0075885c4df5e46" }, "node_modules/test-exclude": { "version": "6.0.0", diff --git a/package.json b/package.json index cb3681af..d9d50443 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#9e7b2eb", + "terraso-backend": "github:techmatters/terraso-backend#4929e5f", "uuid": "^9.0.0" }, "scripts": {