Skip to content

Commit 5a3e486

Browse files
committed
chore: update dependencies
1 parent 4ec58a4 commit 5a3e486

File tree

5 files changed

+134
-112
lines changed

5 files changed

+134
-112
lines changed

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PODS:
4646
- hermes-engine (0.82.1):
4747
- hermes-engine/Pre-built (= 0.82.1)
4848
- hermes-engine/Pre-built (0.82.1)
49-
- NitroModules (0.31.6):
49+
- NitroModules (0.31.10):
5050
- boost
5151
- DoubleConversion
5252
- fast_float
@@ -2504,7 +2504,7 @@ PODS:
25042504
- ReactCommon/turbomodule/core
25052505
- SocketRocket
25062506
- Yoga
2507-
- RNGoogleMapsPlus (1.10.0):
2507+
- RNGoogleMapsPlus (1.10.1):
25082508
- boost
25092509
- DoubleConversion
25102510
- fast_float
@@ -3052,7 +3052,7 @@ SPEC CHECKSUMS:
30523052
Google-Maps-iOS-Utils: bed22fa703c919259b3901449434d60d994fae20
30533053
GoogleMaps: a40d3b1f511f0fa2036e7b08c920c33279b1d5fd
30543054
hermes-engine: 273e30e7fb618279934b0b95ffab60ecedb7acf5
3055-
NitroModules: edf2d33c02fd8cbb0021e031d380d286b17f527b
3055+
NitroModules: cf8804dafa637b6535c73fd113c3202b11307bfd
30563056
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
30573057
RCTDeprecation: f17e2ebc07876ca9ab8eb6e4b0a4e4647497ae3a
30583058
RCTRequired: e2c574c1b45231f7efb0834936bd609d75072b63
@@ -3120,7 +3120,7 @@ SPEC CHECKSUMS:
31203120
ReactCodegen: 0bce2d209e2e802589f4c5ff76d21618200e74cb
31213121
ReactCommon: 801eff8cb9c940c04d3a89ce399c343ee3eff654
31223122
RNGestureHandler: 67501c6d447027581aa1d8e5a7a3ea5a7f0a89ff
3123-
RNGoogleMapsPlus: 9561d3fa02c06f374b38dd95c2321b27c71b55c6
3123+
RNGoogleMapsPlus: 86ba03df25878d125da670854ba6d4da6a3be09d
31243124
RNReanimated: 05c5a85c3ee54ac68d60c8a9b42dbc441e3326ca
31253125
RNScreens: 98771ad898d1c0528fc8139606bbacf5a2e9d237
31263126
RNWorklets: ab618bf7d1c7fd2cb793b9f0f39c3e29274b3ebf

example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"build:ios": "react-native build-ios --mode Debug --extra-params 'CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO'"
1212
},
1313
"dependencies": {
14-
"@react-navigation/native": "7.1.20",
15-
"@react-navigation/native-stack": "7.6.3",
16-
"@react-navigation/stack": "7.6.4",
14+
"@react-navigation/native": "7.1.22",
15+
"@react-navigation/native-stack": "7.8.2",
16+
"@react-navigation/stack": "7.6.8",
1717
"react": "19.1.1",
18-
"react-hook-form": "7.66.0",
18+
"react-hook-form": "7.67.0",
1919
"react-native": "0.82.1",
2020
"react-native-clusterer": "5.0.2",
2121
"react-native-gesture-handler": "2.29.1",
2222
"react-native-google-maps-plus": "workspace:*",
23-
"react-native-nitro-modules": "0.31.6",
23+
"react-native-nitro-modules": "0.31.10",
2424
"react-native-reanimated": "4.1.5",
2525
"react-native-safe-area-context": "5.6.2",
2626
"react-native-screens": "4.18.0",
@@ -39,7 +39,7 @@
3939
"@react-native/typescript-config": "0.82.1",
4040
"@types/react": "19.1.1",
4141
"babel-plugin-module-resolver": "5.0.2",
42-
"react-native-builder-bob": "0.40.15",
42+
"react-native-builder-bob": "0.40.16",
4343
"react-native-monorepo-config": "0.3.0"
4444
},
4545
"engines": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"devDependencies": {
7878
"@commitlint/cli": "20.1.0",
7979
"@commitlint/config-conventional": "20.0.0",
80-
"@eslint/compat": "1.4.1",
81-
"@eslint/eslintrc": "3.3.1",
80+
"@eslint/compat": "2.0.0",
81+
"@eslint/eslintrc": "3.3.3",
8282
"@eslint/js": "9.39.1",
8383
"@expo/config-plugins": "54.0.2",
8484
"@react-native/babel-preset": "0.82.1",
@@ -99,12 +99,12 @@
9999
"eslint-plugin-unused-imports": "4.3.0",
100100
"jest": "30.2.0",
101101
"lefthook": "2.0.4",
102-
"nitrogen": "0.31.6",
103-
"prettier": "3.6.2",
102+
"nitrogen": "0.31.10",
103+
"prettier": "3.7.3",
104104
"react": "19.1.1",
105105
"react-native": "0.82.1",
106-
"react-native-builder-bob": "0.40.15",
107-
"react-native-nitro-modules": "0.31.6",
106+
"react-native-builder-bob": "0.40.16",
107+
"react-native-nitro-modules": "0.31.10",
108108
"semantic-release": "25.0.2",
109109
"typescript": "5.9.3"
110110
},

src/RNGoogleMapsPlusModule.nitro.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ import { type HybridObject } from 'react-native-nitro-modules';
22

33
import type { RNLocationPermissionResult } from './types';
44

5-
export interface RNGoogleMapsPlusModule
6-
extends HybridObject<{ ios: 'swift'; android: 'kotlin' }> {
5+
export interface RNGoogleMapsPlusModule extends HybridObject<{
6+
ios: 'swift';
7+
android: 'kotlin';
8+
}> {
79
showLocationDialog(): void;
810

911
openLocationSettings(): void;

0 commit comments

Comments
 (0)