Skip to content

Commit 4582025

Browse files
committed
chore: update dependencies in package.json and example/package.json to latest versions
1 parent 71d633a commit 4582025

File tree

3 files changed

+2416
-3967
lines changed

3 files changed

+2416
-3967
lines changed

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@expo/metro-runtime": "~6.1.2",
13-
"expo": "^54.0.0",
13+
"expo": "~54.0.32",
1414
"expo-status-bar": "~3.0.9",
1515
"react": "19.1.0",
1616
"react-dom": "19.1.0",
@@ -22,8 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.20.0",
25-
"react-native-builder-bob": "^0.40.13",
26-
"react-native-monorepo-config": "^0.1.9"
25+
"react-native-builder-bob": "^0.40.17",
26+
"react-native-monorepo-config": "^0.1.10"
2727
},
2828
"private": true
2929
}

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,29 @@
6666
"registry": "https://registry.npmjs.org/"
6767
},
6868
"devDependencies": {
69-
"@commitlint/config-conventional": "^19.6.0",
70-
"@eslint/compat": "^1.2.7",
71-
"@eslint/eslintrc": "^3.3.0",
72-
"@eslint/js": "^9.22.0",
73-
"@evilmartians/lefthook": "^1.5.0",
69+
"@commitlint/config-conventional": "^20.3.1",
70+
"@eslint/compat": "^2.0.1",
71+
"@eslint/eslintrc": "^3.3.3",
72+
"@eslint/js": "^9.39.2",
73+
"@evilmartians/lefthook": "^1.13.6",
7474
"@react-native/eslint-config": "^0.78.0",
75-
"@release-it/conventional-changelog": "^9.0.2",
76-
"@types/jest": "^29.5.5",
75+
"@release-it/conventional-changelog": "^10.0.4",
76+
"@types/jest": "^30.0.0",
7777
"@types/react": "^19.0.12",
78-
"commitlint": "^19.6.1",
78+
"commitlint": "^20.3.1",
7979
"del-cli": "^5.1.0",
80-
"eslint": "^9.22.0",
81-
"eslint-config-prettier": "^10.1.1",
82-
"eslint-plugin-prettier": "^5.2.3",
83-
"jest": "^29.7.0",
84-
"prettier": "^3.0.3",
85-
"react": "18.3.1",
86-
"react-native": "0.76.9",
87-
"react-native-builder-bob": "^0.40.6",
88-
"react-native-reanimated": "~3.16.1",
80+
"eslint": "^9.39.2",
81+
"eslint-config-prettier": "^10.1.8",
82+
"eslint-plugin-prettier": "^5.5.5",
83+
"jest": "^30.2.0",
84+
"prettier": "^3.8.1",
85+
"react": "19.1.0",
86+
"react-native": "0.81.5",
87+
"react-native-builder-bob": "^0.40.17",
88+
"react-native-reanimated": "~4.1.1",
8989
"react-native-svg": "15.8.0",
90-
"release-it": "^17.10.0",
91-
"typescript": "^5.2.2"
90+
"release-it": "^19.2.4",
91+
"typescript": "^5.9.3"
9292
},
9393
"peerDependencies": {
9494
"react": "*",

0 commit comments

Comments
 (0)