Skip to content

Commit dff393c

Browse files
authored
fix(deps): remove unused ansi-html-community dependency (#85)
1 parent ab1bc2f commit dff393c

4 files changed

Lines changed: 1 addition & 21 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*.local
44
*.log*
55
*.tsbuildinfo
6+
*.cpuprofile
67

78
# Dist
89
node_modules

client-src/type.d.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,3 @@ declare interface CommunicationClient {
1818
declare interface CommunicationClientConstructor {
1919
new (url: string): CommunicationClient; // Defines a constructor that takes a string and returns a GreeterInstance
2020
}
21-
22-
declare module 'ansi-html-community' {
23-
function ansiHtmlCommunity(str: string): string;
24-
25-
namespace ansiHtmlCommunity {
26-
function setColors(colors: Record<string, string | string[]>): void;
27-
}
28-
29-
export = ansiHtmlCommunity;
30-
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
"@types/serve-static": "^1.15.5",
106106
"@types/sockjs": "^0.3.36",
107107
"@types/ws": "^8.5.10",
108-
"ansi-html-community": "^0.0.8",
109108
"bonjour-service": "^1.2.1",
110109
"chokidar": "^3.6.0",
111110
"compression": "^1.8.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)