diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 4020ac9d..e17be57e 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2207,6 +2207,6 @@ SPEC CHECKSUMS: SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea Yoga: 7d51419602153919f32aec72812e324d495ee49d -PODFILE CHECKSUM: 3a8acfa5ed60e25f017b7a2eeb4be9c332572cf6 +PODFILE CHECKSUM: db7be98fae80b54b4f99987282d8e88ba12b8124 COCOAPODS: 1.16.2 diff --git a/package-lock.json b/package-lock.json index 325a4385..11bbb5df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.11.1", "@gorhom/bottom-sheet": "^5.1.1", - "@mendix/native": "./mendix-native-10.2.2.tgz", + "@mendix/native": "10.3.0", "@notifee/react-native": "9.1.8", "@op-engineering/op-sqlite": "12.0.2", "@react-native-async-storage/async-storage": "2.0.0", @@ -26,7 +26,7 @@ "react-native-blob-util": "0.21.2", "react-native-bootsplash": "6.3.10", "react-native-device-info": "14.0.4", - "react-native-edge-to-edge": "^1.7.0", + "react-native-edge-to-edge": "1.7.0", "react-native-gesture-handler": "2.23.1", "react-native-image-picker": "7.2.3", "react-native-localize": "3.2.1", @@ -2009,9 +2009,9 @@ } }, "node_modules/@mendix/native": { - "version": "10.2.0", - "resolved": "file:mendix-native-10.2.2.tgz", - "integrity": "sha512-zZCY/FAM8YR5k9Ohl7t6uRhTuDhSTFGVzua/E5vQHhUnyZ2U5jSdZ9RWSkk5/BX3twOciPWsiqAoJSsiXvzpmw==" + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@mendix/native/-/native-10.3.0.tgz", + "integrity": "sha512-fGCVEHCM5opS12LTvOMjWnFz0P1pGd8jktyeWemVDJfdSyULfhUtilmx6ITYCk9cL5k4fzYLY4cQLTrTEP/2hw==" }, "node_modules/@mendix/native-mobile-toolkit": { "version": "1.0.127", diff --git a/package.json b/package.json index d21da921..0bc33b4e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.11.1", "@gorhom/bottom-sheet": "^5.1.1", - "@mendix/native": "./mendix-native-10.2.2.tgz", + "@mendix/native": "10.3.0", "@notifee/react-native": "9.1.8", "@op-engineering/op-sqlite": "12.0.2", "@react-native-async-storage/async-storage": "2.0.0",