diff --git a/package-lock.json b/package-lock.json index 808c08f..0a7b143 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "react": "18.3.1", "react-native": "0.76.0", "react-native-gesture-handler": "^2.21.0", - "react-native-mmkv": "^3.0.0", + "react-native-mmkv": "^4.3.1", "react-native-reanimated": "^3.16.0", "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^4.0.0", @@ -8221,13 +8221,14 @@ } }, "node_modules/react-native-mmkv": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/react-native-mmkv/-/react-native-mmkv-3.3.3.tgz", - "integrity": "sha512-GMsfOmNzx0p5+CtrCFRVtpOOMYNJXuksBVARSQrCFaZwjUyHJdQzcN900GGaFFNTxw2fs8s5Xje//RDKj9+PZA==", - "license": "(MIT AND BSD-3-Clause)", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/react-native-mmkv/-/react-native-mmkv-4.3.1.tgz", + "integrity": "sha512-APyGGaaHtayVgT18dBM8QGGZKr9pGfSTiBwbbPNzhGGfJQSU7awLGRGq879OqYl31HmVks9hOBLCs+qfgacRZg==", + "license": "MIT", "peerDependencies": { "react": "*", - "react-native": "*" + "react-native": "*", + "react-native-nitro-modules": "*" } }, "node_modules/react-native-reanimated": { diff --git a/package.json b/package.json index 090a3e8..798694b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-native-gesture-handler": "^2.21.0", "react-native-reanimated": "^3.16.0", "zustand": "^5.0.0", - "react-native-mmkv": "^3.0.0", + "react-native-mmkv": "^4.3.1", "nativewind": "^4.0.0", "tailwindcss": "^3.4.0" },