Skip to content

Commit 341ec7b

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 7c0b563 commit 341ec7b

2 files changed

Lines changed: 58 additions & 38 deletions

File tree

packages/runtime/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
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
"react-native-url-polyfill": "^2.0.0",
3535
"sinon": "^21.0.0",
3636
"util": "^0.12.5",
3737
"zustand": "^5.0.5"
3838
},
3939
"devDependencies": {
40-
"@types/chai": "^5.2.2",
40+
"@types/chai": "^5.2.3",
4141
"@types/sinon": "^17.0.4",
4242
"react": "~18.3.1",
4343
"react-native": "~0.76.3"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)