Replace he html decoding lib with entities
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"@codemirror/language-data": "6.1.0",
|
||||
"@fontsource/open-sans": "4.5.13",
|
||||
"@fontsource/poppins": "4.5.10",
|
||||
"@next/bundle-analyzer": "^13.0.0",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.5",
|
||||
"@uiw/react-codemirror": "4.19.5",
|
||||
"@xstate/react": "3.0.1",
|
||||
@@ -28,7 +27,8 @@
|
||||
"chartkick": "4.2.0",
|
||||
"classnames": "2.3.2",
|
||||
"date-fns": "2.29.3",
|
||||
"he": "1.2.0",
|
||||
"entities": "^4.4.0",
|
||||
"install": "^0.13.0",
|
||||
"lodash": "4.17.21",
|
||||
"next": "13.1.1",
|
||||
"next-with-less": "2.0.5",
|
||||
@@ -60,6 +60,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.20.7",
|
||||
"@mdx-js/react": "2.2.1",
|
||||
"@next/bundle-analyzer": "^13.1.1",
|
||||
"@storybook/addon-a11y": "6.5.15",
|
||||
"@storybook/addon-actions": "6.5.15",
|
||||
"@storybook/addon-docs": "6.5.15",
|
||||
|
||||
Reference in New Issue
Block a user