fix: sanitize-html missing types

Fix error for dependent package builds missing `@types/sanitize-html` by
moving from a dev depdendency to a regular dependency.

refs AOEpeople/aoe_technology_radar#106
This commit is contained in:
Tom Clift
2021-11-26 17:00:42 +11:00
committed by Bastian
parent 1c5ce4c590
commit 5c37fdf26e
2 changed files with 7 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0",
"@types/sanitize-html": "^2.5.0",
"@types/walk": "^2.3.1",
"classnames": "^2.3.1",
"front-matter": "^4.0.2",
@@ -53,7 +54,6 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/sanitize-html": "^2.5.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.4.1"