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
### 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.
- Removed scaling limitation in viewport meta tag.