From 4f8c6500d96778772bf28cb1719630366405928c Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Thu, 23 Jul 2026 18:10:43 +0200 Subject: [PATCH] chore: update mendix-native with new release --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90d30f64..345a3451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@react-native-vector-icons/material-icons": "12.4.1", "@react-navigation/native": "7.2.4", "@shopify/flash-list": "2.3.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz", "react-native": "0.84.1", "react-native-blob-util": "0.24.7", "react-native-bootsplash": "6.3.12", @@ -6273,9 +6273,9 @@ "license": "MIT" }, "node_modules/mendix-native": { - "version": "0.5.1", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", - "integrity": "sha512-0La6Ux9XkOR3iYOSfI6RU2t1lT312LlxEbG/OCqtkA+ii1l31bNhMzIUanOCpD+OKXkyVwVDadVbSJ/Dmo949w==", + "version": "0.5.2", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz", + "integrity": "sha512-CqGEqSy+c+zoYHmphVg5CXR9JdAr7wZkkjgPgO41Pfar9KESIKcE7frfk+MHlpnhZH254xuH19XkIBQGpuFNeA==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 99ea4019..e1286a64 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.13.0", "@gorhom/bottom-sheet": "5.2.14", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz", "@op-engineering/op-sqlite": "15.2.5", "@shopify/flash-list": "2.3.1", "@react-native-async-storage/async-storage": "2.2.0",