Skip to content

Commit 955a87e

Browse files
fix(runtime): bump chai to v6
Update vitest expect/spy to 4.0.16 so runtime uses chai ^6.2.x. This avoids BigInt literal (0n) parsing failures in Hermes.
1 parent 1d7c811 commit 955a87e

2 files changed

Lines changed: 56 additions & 35 deletions

File tree

packages/runtime/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
},
2828
"dependencies": {
2929
"@react-native-harness/bridge": "workspace:*",
30-
"@vitest/expect": "4.0.0-beta.8",
31-
"@vitest/spy": "4.0.0-beta.8",
32-
"chai": "^5.3.1",
30+
"@vitest/expect": "4.0.16",
31+
"@vitest/spy": "4.0.16",
32+
"chai": "^6.2.2",
3333
"event-target-shim": "^6.0.2",
3434
"use-sync-external-store": "^1.6.0",
3535
"zustand": "^5.0.5"

pnpm-lock.yaml

Lines changed: 53 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)