fix: dompurify dep on utils

This commit is contained in:
Karol Sójko
2022-07-06 11:54:55 +02:00
parent 9d7d18e7f2
commit 67b0918ba8

View File

@@ -26,12 +26,12 @@
}, },
"dependencies": { "dependencies": {
"@standardnotes/common": "^1.23.1", "@standardnotes/common": "^1.23.1",
"@types/dompurify": "^2.3.3",
"dompurify": "^2.3.6", "dompurify": "^2.3.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13" "reflect-metadata": "^0.1.13"
}, },
"devDependencies": { "devDependencies": {
"@types/dompurify": "^2.3.3",
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",
"@types/jsdom": "^16.2.14", "@types/jsdom": "^16.2.14",
"@types/lodash": "^4.14.179", "@types/lodash": "^4.14.179",