Skip to content

Commit

Permalink
Replace html-parse-stringify2 with html-parse-stringify (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev authored Apr 12, 2021
1 parent deb8b62 commit 4b9b8c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@babel/runtime": "^7.13.6",
"html-parse-stringify2": "^2.0.1"
"html-parse-stringify": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Trans.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useContext } from 'react';
import HTML from 'html-parse-stringify2';
import HTML from 'html-parse-stringify';
import { getI18n, I18nContext, getDefaults } from './context';
import { warn, warnOnce } from './utils';

Expand Down

0 comments on commit 4b9b8c5

Please sign in to comment.