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

+1-1
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

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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)