From c608cb2da5c822222c54fcfa55770063d664c916 Mon Sep 17 00:00:00 2001 From: Jose Buitron Date: Tue, 24 Oct 2023 11:47:49 -0500 Subject: [PATCH] chore: Update backend version --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41fcd2e7a..537dfabe7 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#2a351b303913cff208982ba8b6c6f2c157834d42", + "terraso-backend": "github:techmatters/terraso-backend#ed3430adbf10347f8ae687e5ebe4f8464f5b32eb", "uuid": "^9.0.1" }, "devDependencies": { @@ -13094,8 +13094,8 @@ }, "node_modules/terraso-backend": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/techmatters/terraso-backend.git#2a351b303913cff208982ba8b6c6f2c157834d42", - "integrity": "sha512-LLf/sDir8NkZaiC34DNE/DOc3gFsSEsGxBzmomDEKtvI4ZtqokxVQ6GsopsjPMVtT/ftJO2QJ40NrXOWWIT/+Q==" + "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 1d26658b5..c28f0feb3 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#2a351b303913cff208982ba8b6c6f2c157834d42", + "terraso-backend": "github:techmatters/terraso-backend#ed3430adbf10347f8ae687e5ebe4f8464f5b32eb", "uuid": "^9.0.1" }, "scripts": {