Skip to content

Commit a91fded

Browse files
committed
upgrade deps
1 parent 8b3d80e commit a91fded

6 files changed

Lines changed: 4617 additions & 2121 deletions

File tree

examples/kitchen-sink/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@
3232
]
3333
},
3434
"dependencies": {
35-
"expo": "^52.0.16",
36-
"expo-constants": "~17.0.2",
37-
"expo-linking": "~7.0.2",
38-
"expo-router": "^4.0.2",
39-
"expo-splash-screen": "~0.29.7",
35+
"expo": "^52.0.46",
36+
"expo-constants": "~17.0.8",
37+
"expo-linking": "~7.0.5",
38+
"expo-router": "^4.0.20",
39+
"expo-splash-screen": "~0.29.24",
40+
"expo-status-bar": "~2.0.1",
41+
"react": "19.1.0",
42+
"react-dom": "19.1.0",
43+
"react-native": "0.79.1",
44+
"react-native-gesture-handler": "2.25.0",
4045
"react-native-magic-modal": "workspace:*",
41-
"expo-status-bar": "~2.0.0",
42-
"react": "18.3.1",
43-
"react-dom": "18.3.1",
44-
"react-native": "0.76.5",
45-
"react-native-gesture-handler": "2.20.2",
46-
"react-native-reanimated": "~3.16.5",
47-
"react-native-safe-area-context": "4.12.0",
48-
"react-native-screens": "~4.1.0",
49-
"react-native-web": "~0.19.13"
46+
"react-native-reanimated": "~3.17.5",
47+
"react-native-safe-area-context": "5.4.0",
48+
"react-native-screens": "~4.10.0",
49+
"react-native-web": "~0.20.0"
5050
},
5151
"devDependencies": {
52-
"@babel/core": "^7.20.0",
52+
"@babel/core": "^7.26.10",
5353
"@magic/eslint-config": "workspace:*",
5454
"@magic/prettier-config": "workspace:*",
5555
"@magic/tsconfig": "workspace:*",
56-
"expo-doctor": "1.12.4"
56+
"expo-doctor": "1.13.0"
5757
},
5858
"prettier": "@magic/prettier-config"
5959
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
}
4141
},
4242
"devDependencies": {
43-
"turbo": "^2.3.3"
43+
"turbo": "^2.5.2"
4444
}
4545
}

packages/modal/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,28 +74,28 @@
7474
"react-native-reanimated": "*"
7575
},
7676
"devDependencies": {
77-
"@types/react": "~18.3.12",
7877
"@magic/eslint-config": "workspace:*",
7978
"@magic/prettier-config": "workspace:*",
8079
"@magic/tsconfig": "workspace:*",
81-
"@release-it/conventional-changelog": "^9.0.3",
82-
"@testing-library/react-native": "^12.9.0",
80+
"@release-it/conventional-changelog": "^10.0.1",
81+
"@testing-library/react-native": "^13.2.0",
8382
"@types/jest": "^29.5.14",
84-
"bunchee": "^6.0.3",
85-
"react-native": "0.76.5",
83+
"@types/react": "~18.3.17",
84+
"bunchee": "^6.5.1",
8685
"cz-conventional-changelog": "^3.3.0",
8786
"husky": "^9.1.7",
8887
"jest": "^29.7.0",
89-
"jest-expo": "^52.0.2",
88+
"jest-expo": "^52.0.6",
9089
"jest-junit": "^16.0.0",
91-
"pod-install": "^0.3.2",
92-
"prettier": "3.4.2",
93-
"react-test-renderer": "^18.2.0",
94-
"release-it": "^17.10.0",
95-
"shx": "^0.3.4",
96-
"ts-jest": "^29.2.5",
90+
"pod-install": "^0.3.7",
91+
"prettier": "3.5.3",
92+
"react-native": "0.76.9",
93+
"react-test-renderer": "^19.1.0",
94+
"release-it": "^19.0.1",
95+
"shx": "^0.4.0",
96+
"ts-jest": "^29.3.2",
9797
"ts-node-dev": "^2.0.0",
98-
"typedoc": "^0.27.5",
99-
"typescript": "^5.7.2"
98+
"typedoc": "^0.28.3",
99+
"typescript": "^5.8.3"
100100
}
101101
}

0 commit comments

Comments
 (0)