Skip to content

Commit c364489

Browse files
chore(deps): lock file maintenance (#1127)
* chore(deps): lock file maintenance * chore(deps): update emnapi packages to latest (1.10.0) Agent-Logs-Url: https://github.com/napi-rs/node-rs/sessions/eec16a0a-460d-4520-bf79-83494a584b1a --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
1 parent 0fbf105 commit c364489

2 files changed

Lines changed: 515 additions & 406 deletions

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@napi-rs/cli": "^3.5.1",
24-
"@napi-rs/wasm-runtime": "^1.1.1",
24+
"@napi-rs/wasm-runtime": "^1.1.4",
2525
"@tybys/wasm-util": "^0.10.1",
2626
"@types/node": "^25.0.6",
2727
"ava": "^8.0.0",
@@ -36,6 +36,12 @@
3636
"tslib": "^2.8.1",
3737
"typescript": "^5.9.3"
3838
},
39+
"resolutions": {
40+
"@emnapi/core": "^1.10.0",
41+
"@emnapi/runtime": "^1.10.0",
42+
"@emnapi/wasi-threads": "^1.2.1",
43+
"emnapi": "^1.10.0"
44+
},
3945
"lint-staged": {
4046
"*.@(js|ts|tsx)": [
4147
"oxlint --fix"

0 commit comments

Comments
 (0)