Skip to content

Commit 6c81271

Browse files
committed
build: fix editor types
1 parent b4ba300 commit 6c81271

File tree

6 files changed

+674
-685
lines changed

6 files changed

+674
-685
lines changed

api-extractor.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@ndn/psync",
1818
"@ndn/sync-api",
1919
"@ndn/trust-schema",
20+
"@ndn/quic-transport",
2021
"@yoursunny/psync-bloom",
2122
"wait-your-turn",
2223
"@angular/core",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"@types/vscode-webview": "^1.57.5",
5959
"patch-package": "^8.0.0",
6060
"tslib": "^2.7.0",
61-
"typescript": "^5.5"
61+
"typescript": "^5.8.3"
6262
}
6363
}

patches/type-fest+4.40.0.patch

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff --git a/node_modules/type-fest/source/except.d.ts b/node_modules/type-fest/source/except.d.ts
2+
index c446290..02b92e4 100644
3+
--- a/node_modules/type-fest/source/except.d.ts
4+
+++ b/node_modules/type-fest/source/except.d.ts
5+
@@ -1,4 +1,4 @@
6+
-import type {ApplyDefaultOptions} from './internal';
7+
+import type {ApplyDefaultOptions} from './internal/index';
8+
import type {IsEqual} from './is-equal';
9+
10+
/**

patches/vis-network+9.1.9.patch

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
diff --git a/node_modules/vis-network/declarations/network/dotparser.d.ts b/node_modules/vis-network/declarations/network/dotparser.d.ts
2+
index 06ec9e8..69d29dd 100644
3+
--- a/node_modules/vis-network/declarations/network/dotparser.d.ts
4+
+++ b/node_modules/vis-network/declarations/network/dotparser.d.ts
5+
@@ -1,2 +1 @@
6+
-declare const whoKnowsWhat: any
7+
-export default whoKnowsWhat
8+
+export declare const whoKnowsWhat: any;

0 commit comments

Comments
 (0)