From 21d8a99b3de3dc32e9625d00f9d0c818ff08ac66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 6 Jul 2022 13:14:45 +0200 Subject: [PATCH] fix: add dompurify to mobile package to fix the build process --- packages/mobile/package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/mobile/package.json b/packages/mobile/package.json index e21778b59..b90137721 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -50,6 +50,7 @@ "@standardnotes/utils": "workspace:*", "@standardnotes/web": "workspace:*", "@types/styled-components-react-native": "5.1.3", + "dompurify": "^2.3.8", "js-base64": "^3.7.2", "moment": "^2.29.2", "react": "17.0.2", diff --git a/yarn.lock b/yarn.lock index e72da0b91..cd36377f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6933,6 +6933,7 @@ __metadata: "@typescript-eslint/parser": ^5.20.0 babel-jest: ^27.5.1 detox: ^19.5.7 + dompurify: ^2.3.8 eslint: ^8.13.0 eslint-plugin-flowtype: ^8.0.3 eslint-plugin-prettier: ^4.0.0