Skip to content

Commit

Permalink
fix: replace ansi-html with ansi-html-community (#4011)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 8, 2021
1 parent 5cb545f commit 4fef67b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client-src/default/overlay.js
Expand Up @@ -3,7 +3,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).

const ansiHTML = require('ansi-html');
const ansiHTML = require('ansi-html-community');
const { AllHtmlEntities } = require('html-entities');

const entities = new AllHtmlEntities();
Expand Down
8 changes: 4 additions & 4 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 @@ -36,7 +36,7 @@
"release": "standard-version"
},
"dependencies": {
"ansi-html": "0.0.7",
"ansi-html-community": "0.0.8",
"bonjour": "^3.5.0",
"chokidar": "^2.1.8",
"compression": "^1.7.4",
Expand Down

0 comments on commit 4fef67b

Please sign in to comment.