Skip to content

Commit 36fd214

Browse files
fix: replace ansi-html with ansi-html-community (#3801)
1 parent e7c7009 commit 36fd214

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

client-src/overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// The error overlay is inspired (and mostly copied) from Create React App (https://github.com/facebookincubator/create-react-app)
22
// They, in turn, got inspired by webpack-hot-middleware (https://github.com/glenjamin/webpack-hot-middleware).
33

4-
import ansiHTML from "ansi-html";
4+
import ansiHTML from "ansi-html-community";
55
import { encode } from "html-entities";
66

77
const colors = {

package-lock.json

Lines changed: 9 additions & 9 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
@@ -32,7 +32,7 @@
3232
"release": "standard-version"
3333
},
3434
"dependencies": {
35-
"ansi-html": "^0.0.7",
35+
"ansi-html-community": "^0.0.8",
3636
"bonjour": "^3.5.0",
3737
"chokidar": "^3.5.1",
3838
"colorette": "^1.2.2",

0 commit comments

Comments
 (0)