From e2e9a119841a746d0a6b51e60026b5f542cdf163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 6 Jul 2022 11:42:50 +0200 Subject: [PATCH] fix: missing utils dep on mobile --- packages/mobile/metro.config.js | 2 +- packages/mobile/package.json | 1 + yarn.lock | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/mobile/metro.config.js b/packages/mobile/metro.config.js index 22d4ac1fc..c2a7be566 100644 --- a/packages/mobile/metro.config.js +++ b/packages/mobile/metro.config.js @@ -19,7 +19,7 @@ module.exports = (async () => { } = await getDefaultConfig() return { - watchFolders: [__dirname, '../icons', '../styles', '../components', '../features', '../encryption', '../filepicker', '../services', '../files'], + watchFolders: [__dirname, '../icons', '../styles', '../components', '../features', '../encryption', '../filepicker', '../services', '../files', '../utils'], transformer: { getTransformOptions: async () => ({ transform: { diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 7d8aca9da..adc5e899f 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -47,6 +47,7 @@ "@standardnotes/sncrypto-common": "1.9.0", "@standardnotes/snjs": "^2.118.3", "@standardnotes/stylekit": "5.29.3", + "@standardnotes/utils": "workspace:*", "@standardnotes/web": "workspace:*", "@types/styled-components-react-native": "5.1.3", "js-base64": "^3.7.2", diff --git a/yarn.lock b/yarn.lock index 8c1b58ad5..730b82bb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6902,6 +6902,7 @@ __metadata: "@standardnotes/sncrypto-common": 1.9.0 "@standardnotes/snjs": ^2.118.3 "@standardnotes/stylekit": 5.29.3 + "@standardnotes/utils": "workspace:*" "@standardnotes/web": "workspace:*" "@types/detox": ^18.1.0 "@types/faker": ^6.6.9