Skip to content

Commit 29e03e1

Browse files
authored
chore: update deps to match expo SDK (#158)
1 parent 5bcbd1d commit 29e03e1

File tree

3 files changed

+165
-191
lines changed

3 files changed

+165
-191
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,26 +180,26 @@
180180
"@types/react-refresh": "^0",
181181
"@types/react-test-renderer": "^19",
182182
"babel-plugin-tester": "^12.0.0",
183-
"babel-preset-expo": "14.0.2",
183+
"babel-preset-expo": "~14.0.6",
184184
"commitlint": "^19.8.1",
185185
"eas-build-cache-provider": "^16.4.2",
186186
"eslint": "^9.30.1",
187187
"eslint-config-prettier": "^10.1.5",
188188
"eslint-plugin-prettier": "^5.5.1",
189189
"expo": "54.0.0-preview.13",
190190
"jest": "^29.7.0",
191-
"jest-expo": "54.0.6",
191+
"jest-expo": "~54.0.7",
192192
"lefthook": "^1.12.3",
193193
"lightningcss": "^1.30.1",
194194
"metro-runtime": "^0.83.0",
195195
"postcss": "^8.5.6",
196196
"prettier": "^3.6.2",
197197
"react": "19.1.0",
198-
"react-native": "0.81.0",
198+
"react-native": "0.81.1",
199199
"react-native-builder-bob": "^0.40.13",
200-
"react-native-reanimated": "4.0.2",
200+
"react-native-reanimated": "~4.1.0",
201201
"react-native-safe-area-context": "5.6.1",
202-
"react-native-worklets": "0.4.1",
202+
"react-native-worklets": "~0.5.0",
203203
"react-refresh": "^0.17.0",
204204
"react-test-renderer": "^19.1.0",
205205
"release-it": "^19.0.4",

src/__tests__/vendor/tailwind/states.test.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ test("disabled", async () => {
110110
expect.objectContaining({
111111
testID,
112112
style: {
113-
height: 31,
114-
width: 51,
113+
alignSelf: "flex-start",
115114
},
116115
}),
117116
);
@@ -123,8 +122,7 @@ test("disabled", async () => {
123122
testID,
124123
style: [
125124
{
126-
height: 31,
127-
width: 51,
125+
alignSelf: "flex-start",
128126
},
129127
{
130128
backgroundColor: "#000",
@@ -141,8 +139,7 @@ test("disabled", async () => {
141139
expect.objectContaining({
142140
testID,
143141
style: {
144-
height: 31,
145-
width: 51,
142+
alignSelf: "flex-start",
146143
},
147144
}),
148145
);

0 commit comments

Comments
 (0)