fix: add dompurify to mobile package to fix the build process

This commit is contained in:
Karol Sójko
2022-07-06 13:14:45 +02:00
parent 57510921c2
commit 21d8a99b3d
2 changed files with 2 additions and 0 deletions

View File

@@ -50,6 +50,7 @@
"@standardnotes/utils": "workspace:*", "@standardnotes/utils": "workspace:*",
"@standardnotes/web": "workspace:*", "@standardnotes/web": "workspace:*",
"@types/styled-components-react-native": "5.1.3", "@types/styled-components-react-native": "5.1.3",
"dompurify": "^2.3.8",
"js-base64": "^3.7.2", "js-base64": "^3.7.2",
"moment": "^2.29.2", "moment": "^2.29.2",
"react": "17.0.2", "react": "17.0.2",

View File

@@ -6933,6 +6933,7 @@ __metadata:
"@typescript-eslint/parser": ^5.20.0 "@typescript-eslint/parser": ^5.20.0
babel-jest: ^27.5.1 babel-jest: ^27.5.1
detox: ^19.5.7 detox: ^19.5.7
dompurify: ^2.3.8
eslint: ^8.13.0 eslint: ^8.13.0
eslint-plugin-flowtype: ^8.0.3 eslint-plugin-flowtype: ^8.0.3
eslint-plugin-prettier: ^4.0.0 eslint-plugin-prettier: ^4.0.0