From 976e5118b11bb664b5f9c66305beb9a75ab2848a Mon Sep 17 00:00:00 2001 From: Jose Buitron Date: Tue, 17 Oct 2023 17:35:28 -0500 Subject: [PATCH] chore: Update backend version --- 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 02eec25b7..41fcd2e7a 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#dc15c3a", + "terraso-backend": "github:techmatters/terraso-backend#2a351b303913cff208982ba8b6c6f2c157834d42", "uuid": "^9.0.1" }, "devDependencies": { @@ -13094,7 +13094,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#2a351b303913cff208982ba8b6c6f2c157834d42", + "integrity": "sha512-LLf/sDir8NkZaiC34DNE/DOc3gFsSEsGxBzmomDEKtvI4ZtqokxVQ6GsopsjPMVtT/ftJO2QJ40NrXOWWIT/+Q==" }, "node_modules/test-exclude": { "version": "6.0.0", diff --git a/package.json b/package.json index e63b6eec3..1d26658b5 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#dc15c3a", + "terraso-backend": "github:techmatters/terraso-backend#2a351b303913cff208982ba8b6c6f2c157834d42", "uuid": "^9.0.1" }, "scripts": {