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

@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
## Unreleased ## Unreleased
### Bug Fixes ### Bug Fixes
- Fixed dependent projects failing to build without dependency `@types/sanitize-html`.
## 3.1.1
## 3.1.0
### Bug Fixes
- Added aria-label attributes to the social links. - Added aria-label attributes to the social links.
- Removed scaling limitation in viewport meta tag. - Removed scaling limitation in viewport meta tag.

View File

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