Update dependency await-lock to v3 (#31466)

* Update dependency await-lock to v3

* Change moduleResolution

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Make jest happier

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Patch await-lock to make jest happy

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Patch @vector-im/matrix-wysiwyg

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2026-01-20 22:02:42 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Michael Telatynski
parent 5783ee4cb8
commit 905c1b9489
7 changed files with 38 additions and 21 deletions
@@ -0,0 +1,12 @@
diff --git a/node_modules/@vector-im/matrix-wysiwyg/package.json b/node_modules/@vector-im/matrix-wysiwyg/package.json
index 8163a3b..dfef973 100644
--- a/node_modules/@vector-im/matrix-wysiwyg/package.json
+++ b/node_modules/@vector-im/matrix-wysiwyg/package.json
@@ -11,6 +11,7 @@
"license": "SEE LICENSE IN README.md",
"exports": {
".": {
+ "types": "./dist/index.d.ts",
"import": "./dist/matrix-wysiwyg.js",
"require": "./dist/matrix-wysiwyg.umd.cjs"
}
+14
View File
@@ -0,0 +1,14 @@
diff --git a/node_modules/await-lock/package.json b/node_modules/await-lock/package.json
index 84a2734..cbda839 100644
--- a/node_modules/await-lock/package.json
+++ b/node_modules/await-lock/package.json
@@ -6,7 +6,8 @@
"exports": {
".": {
"types": "./build/AwaitLock.d.ts",
- "import": "./build/AwaitLock.js"
+ "import": "./build/AwaitLock.js",
+ "require": "./build/AwaitLock.js"
}
},
"files": [