diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-02 16:42:59 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-02 16:42:59 +0200 |
commit | 2d8e55fd49a7aca6ce46726a216aeb22089f142d (patch) | |
tree | b0c2fc07cf037562bfe426f36d31b6840d6cf9ab | |
parent | 6a99bf48f8f46f6d50e93286ee158c5bf9112819 (diff) |
Fix package version
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 442b266..068452a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-dom": "18.2.0", "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", - "react-native-maps": "^1.18.0", + "react-native-maps": "^1.14.0", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.31.1", diff --git a/package.json b/package.json index 313993c..ad0ba5a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-dom": "18.2.0", "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", - "react-native-maps": "^1.18.0", + "react-native-maps": "^1.14.0", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.31.1", |