fix(repl): sneaky node import

This commit is contained in:
Wout Mertens
2025-10-09 16:51:31 +02:00
parent 42e104054d
commit b8fcb56125
2 changed files with 7 additions and 4 deletions

9
pnpm-lock.yaml generated
View File

@@ -7,6 +7,7 @@ settings:
overrides:
typescript: 5.4.5
vfile: 6.0.3
'@napi-rs/wasm-runtime': 1.0.5
patchedDependencies:
density-clustering@1.3.0:
@@ -2460,8 +2461,8 @@ packages:
'@napi-rs/triples@1.2.0':
resolution: {integrity: sha512-HAPjR3bnCsdXBsATpDIP5WCrw0JcACwhhrwIAQhiR46n+jm+a2F8kBsfseAuWtSyQ+H3Yebt2k43B5dy+04yMA==}
'@napi-rs/wasm-runtime@1.0.6':
resolution: {integrity: sha512-DXj75ewm11LIWUk198QSKUTxjyRjsBwk09MuMk5DGK+GDUtyPhhEHOGP/Xwwj3DjQXXkivoBirmOnKrLfc0+9g==}
'@napi-rs/wasm-runtime@1.0.5':
resolution: {integrity: sha512-TBr9Cf9onSAS2LQ2+QHx6XcC6h9+RIzJgbqG3++9TUZSH204AwEy5jg3BTQ0VATsyoGj4ee49tN/y6rvaOOtcg==}
'@neon-rs/load@0.0.4':
resolution: {integrity: sha512-kTPhdZyTQxB+2wpiRcFWrDcejc4JI6tkPuS7UZCG4l6Zvc5kU/gGQ/ozvHTh1XR5tS+UlfAfGuPajjzQjCiHCw==}
@@ -11616,7 +11617,7 @@ snapshots:
'@napi-rs/triples@1.2.0': {}
'@napi-rs/wasm-runtime@1.0.6':
'@napi-rs/wasm-runtime@1.0.5':
dependencies:
'@emnapi/core': 1.5.0
'@emnapi/runtime': 1.5.0
@@ -12277,7 +12278,7 @@ snapshots:
'@rolldown/browser@1.0.0-beta.42':
dependencies:
'@napi-rs/wasm-runtime': 1.0.6
'@napi-rs/wasm-runtime': 1.0.5
'@rollup/pluginutils@5.3.0(rollup@4.52.4)':
dependencies:

View File

@@ -21,6 +21,8 @@ onlyBuiltDependencies:
overrides:
typescript: 5.4.5
vfile: 6.0.3
# 1.0.6 uses node:events, breaks REPL
'@napi-rs/wasm-runtime': 1.0.5
patchedDependencies:
density-clustering@1.3.0: patches/density-clustering@1.3.0.patch