downgrade mmkv

This commit is contained in:
Violet Caulfield
2025-01-31 22:49:25 -06:00
parent d8a4a678f1
commit 5befbc4215
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"react-native-file-access": "^3.1.1",
"react-native-gesture-handler": "^2.20.0",
"react-native-haptic-feedback": "^2.3.3",
"react-native-mmkv": "3.2.0",
"react-native-mmkv": "^2.12.2",
"react-native-outside-press": "^1.2.2",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^5.1.0",
@@ -12007,13 +12007,13 @@
}
},
"node_modules/react-native-mmkv": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/react-native-mmkv/-/react-native-mmkv-3.2.0.tgz",
"integrity": "sha512-9y7K//1MaU46TFrXkyU0wT5VGk9Y2FDLFV6NPl+z3jTbm2G7SC1UIxneF6CfhSmBX5CfKze9SO7kwDuRx7flpQ==",
"version": "2.12.2",
"resolved": "https://registry.npmjs.org/react-native-mmkv/-/react-native-mmkv-2.12.2.tgz",
"integrity": "sha512-6058Aq0p57chPrUutLGe9fYoiDVDNMU2PKV+lLFUJ3GhoHvUrLdsS1PDSCLr00yqzL4WJQ7TTzH+V8cpyrNcfg==",
"license": "(MIT AND BSD-3-Clause)",
"peerDependencies": {
"react": "*",
"react-native": "*"
"react-native": ">=0.71.0"
}
},
"node_modules/react-native-outside-press": {

View File

@@ -40,7 +40,7 @@
"react-native-file-access": "^3.1.1",
"react-native-gesture-handler": "^2.20.0",
"react-native-haptic-feedback": "^2.3.3",
"react-native-mmkv": "3.2.0",
"react-native-mmkv": "^2.12.2",
"react-native-outside-press": "^1.2.2",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^5.1.0",