Skip to content

Commit

Permalink
fix: replace ansi-html with ansi-html-community (#3801)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Sep 7, 2021
1 parent e7c7009 commit 36fd214
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion client-src/overlay.js
@@ -1,7 +1,7 @@
// The error overlay is inspired (and mostly copied) from Create React App (https://github.com/facebookincubator/create-react-app)
// They, in turn, got inspired by webpack-hot-middleware (https://github.com/glenjamin/webpack-hot-middleware).

import ansiHTML from "ansi-html";
import ansiHTML from "ansi-html-community";
import { encode } from "html-entities";

const colors = {
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"release": "standard-version"
},
"dependencies": {
"ansi-html": "^0.0.7",
"ansi-html-community": "^0.0.8",

This comment has been minimized.

Copy link
@quoctruongdev

quoctruongdev Mar 9, 2022

update

"bonjour": "^3.5.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.2",
Expand Down

0 comments on commit 36fd214

Please sign in to comment.