Switch back to release version of sanitize-html

The limit depth option has been available in a released version for a while now.
This commit is contained in:
J. Ryan Stinnett 2021-05-10 15:00:56 +01:00
parent 8dfc3797f0
commit dbd4e209d3
2 changed files with 22 additions and 38 deletions

View file

@ -65,7 +65,7 @@
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"sanitize-html": "github:apostrophecms/sanitize-html#3c7f93f2058f696f5359e3e58d464161647226db",
"sanitize-html": "^2.3.2",
"ua-parser-js": "^0.7.24"
},
"devDependencies": {
@ -92,7 +92,7 @@
"@types/node": "^14.14.22",
"@types/react": "^16.9",
"@types/react-dom": "^16.9.10",
"@types/sanitize-html": "^1.27.1",
"@types/sanitize-html": "^2.3.1",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",