fix: missing utils dep on mobile

This commit is contained in:
Karol Sójko
2022-07-06 11:42:50 +02:00
parent aef4ceb7f8
commit e2e9a11984
3 changed files with 3 additions and 1 deletions

View File

@@ -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: {

View File

@@ -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",

View File

@@ -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