From ef914328dabc407aed7da4fd4b897b2f5191f4a4 Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Thu, 27 Feb 2025 18:06:09 +0100 Subject: [PATCH] fix: fix lottie version for expo compatibility --- apps/mobile/package.json | 2 +- terraform/environments/scripts/create-or-update-env.sh | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 39f77baeeb..dc11a19b85 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -54,7 +54,7 @@ "lodash.groupby": "^4.6.0", "lodash.partition": "^4.6.0", "lodash.shuffle": "^4.2.0", - "lottie-ios": "4.5.1", + "lottie-ios": "4.5.0", "lottie-react-native": "7.0.0", "posthog-react-native": "^3.3.9", "react": "18.2.0", diff --git a/terraform/environments/scripts/create-or-update-env.sh b/terraform/environments/scripts/create-or-update-env.sh index a2ea21cea3..9eaa2b3ce3 100755 --- a/terraform/environments/scripts/create-or-update-env.sh +++ b/terraform/environments/scripts/create-or-update-env.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh # exit when any command fails -set -ex +set -e # enable full debug output in terraform, which is only written to logfiles export TF_LOG=TRACE diff --git a/yarn.lock b/yarn.lock index 4fa1a8a05c..29b120103e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5681,7 +5681,7 @@ __metadata: lodash.groupby: "npm:^4.6.0" lodash.partition: "npm:^4.6.0" lodash.shuffle: "npm:^4.2.0" - lottie-ios: "npm:4.5.1" + lottie-ios: "npm:4.5.0" lottie-react-native: "npm:7.0.0" posthog-react-native: "npm:^3.3.9" react: "npm:18.2.0" @@ -24685,10 +24685,10 @@ __metadata: languageName: node linkType: hard -"lottie-ios@npm:4.5.1": - version: 4.5.1 - resolution: "lottie-ios@npm:4.5.1" - checksum: 10c0/c5308e7cf26e2d7c610fdc9bda4fa1894eea986080f99cf11422f62d79db1c1962349ee8954243d219666a6441cb130888d68f0110237ae46d1b50608cde3fc2 +"lottie-ios@npm:4.5.0": + version: 4.5.0 + resolution: "lottie-ios@npm:4.5.0" + checksum: 10c0/5952324ea68303500dd9e79e04c25284f372a226b85a5bea09f96df0c136453c22ed0c3fa04a2ac9bce24dea125b69ec9328f75d7e79ea7dbe38652c230f1c23 languageName: node linkType: hard -- GitLab