Skip to content

Commit d959961

Browse files
authored
chore: update to SDK 54.0.0-preview.16 (#177)
1 parent 8c2d0a1 commit d959961

File tree

3 files changed

+912
-1269
lines changed

3 files changed

+912
-1269
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"@babel/core": "^7.28.0",
168168
"@commitlint/config-conventional": "^19.8.1",
169169
"@eslint/js": "^9.30.1",
170-
"@expo/metro-config": "0.21.8",
170+
"@expo/metro-config": "~0.21.11",
171171
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
172172
"@tailwindcss/postcss": "^4.1.12",
173173
"@testing-library/react-native": "^13.3.3",
@@ -184,9 +184,9 @@
184184
"eslint": "^9.30.1",
185185
"eslint-config-prettier": "^10.1.5",
186186
"eslint-plugin-prettier": "^5.5.1",
187-
"expo": "54.0.0-preview.13",
187+
"expo": "54.0.0-preview.16",
188188
"jest": "^29.7.0",
189-
"jest-expo": "~54.0.7",
189+
"jest-expo": "~54.0.8",
190190
"lefthook": "^1.12.3",
191191
"lightningcss": "^1.30.1",
192192
"metro-runtime": "^0.83.0",
@@ -199,7 +199,7 @@
199199
"react-native-safe-area-context": "5.6.1",
200200
"react-native-worklets": "~0.5.0",
201201
"react-refresh": "^0.17.0",
202-
"react-test-renderer": "^19.1.0",
202+
"react-test-renderer": "19.1.0",
203203
"release-it": "^19.0.4",
204204
"tailwindcss": "^4.1.12",
205205
"tailwindcss-safe-area": "^1.1.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("Accessibility - Screen Readers", () => {
1616
},
1717
},
1818
warnings: {
19-
properties: ["clip", "white-space"],
19+
properties: ["clip-path", "white-space"],
2020
},
2121
});
2222
});
@@ -35,7 +35,7 @@ describe("Accessibility - Screen Readers", () => {
3535
},
3636
},
3737
warnings: {
38-
properties: ["clip", "white-space"],
38+
properties: ["clip-path", "white-space"],
3939
},
4040
});
4141
});

0 commit comments

Comments
 (0)