Skip to content

Commit f06ae6f

Browse files
committed
chore: update dependencies
1 parent 417fd45 commit f06ae6f

File tree

3 files changed

+251
-217
lines changed

3 files changed

+251
-217
lines changed

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@react-navigation/native-stack": "7.9.0",
1616
"@react-navigation/stack": "7.6.13",
1717
"react": "19.2.3",
18-
"react-hook-form": "7.70.0",
18+
"react-hook-form": "7.71.0",
1919
"react-native": "0.83.1",
2020
"react-native-clusterer": "5.0.2",
2121
"react-native-gesture-handler": "2.30.0",
@@ -31,13 +31,13 @@
3131
"@babel/core": "7.28.5",
3232
"@babel/preset-env": "7.28.5",
3333
"@babel/runtime": "7.28.4",
34-
"@react-native-community/cli": "20.0.2",
35-
"@react-native-community/cli-platform-android": "20.0.2",
36-
"@react-native-community/cli-platform-ios": "20.0.2",
34+
"@react-native-community/cli": "20.1.0",
35+
"@react-native-community/cli-platform-android": "20.1.0",
36+
"@react-native-community/cli-platform-ios": "20.1.0",
3737
"@react-native/babel-preset": "0.83.1",
3838
"@react-native/metro-config": "0.83.1",
3939
"@react-native/typescript-config": "0.83.1",
40-
"@types/react": "19.2.7",
40+
"@types/react": "19.2.8",
4141
"babel-plugin-module-resolver": "5.0.2",
4242
"react-native-builder-bob": "0.40.17",
4343
"react-native-monorepo-config": "0.3.2"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
"provenance": true
7777
},
7878
"devDependencies": {
79-
"@commitlint/cli": "20.3.0",
80-
"@commitlint/config-conventional": "20.3.0",
81-
"@eslint/compat": "2.0.0",
79+
"@commitlint/cli": "20.3.1",
80+
"@commitlint/config-conventional": "20.3.1",
81+
"@eslint/compat": "2.0.1",
8282
"@eslint/eslintrc": "3.3.3",
8383
"@eslint/js": "9.39.2",
8484
"@expo/config-plugins": "54.0.4",
@@ -89,14 +89,14 @@
8989
"@semantic-release/git": "10.0.1",
9090
"@semantic-release/npm": "13.1.3",
9191
"@types/jest": "30.0.0",
92-
"@types/react": "19.2.7",
92+
"@types/react": "19.2.8",
9393
"conventional-changelog-conventionalcommits": "9.1.0",
9494
"del-cli": "7.0.0",
9595
"eslint": "9.39.2",
9696
"eslint-config-prettier": "10.1.8",
9797
"eslint-import-resolver-typescript": "4.4.4",
9898
"eslint-plugin-import": "2.32.0",
99-
"eslint-plugin-jsdoc": "61.5.0",
99+
"eslint-plugin-jsdoc": "62.0.0",
100100
"eslint-plugin-prettier": "5.5.4",
101101
"eslint-plugin-tsdoc": "0.5.0",
102102
"eslint-plugin-unused-imports": "4.3.0",
@@ -109,7 +109,7 @@
109109
"react-native-builder-bob": "0.40.17",
110110
"react-native-nitro-modules": "0.32.0",
111111
"semantic-release": "25.0.2",
112-
"typedoc": "0.28.15",
112+
"typedoc": "0.28.16",
113113
"typescript": "5.9.3"
114114
},
115115
"peerDependencies": {

0 commit comments

Comments
 (0)