diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index d94c12599..27068ca6c 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -24,6 +24,7 @@ }, "dependencies": { "@standardnotes/common": "^1.39.0", + "@standardnotes/features": "workspace:^", "@standardnotes/filepicker": "workspace:^", "@standardnotes/services": "workspace:^", "@standardnotes/styles": "workspace:^", diff --git a/packages/ui-services/src/Theme/ThemeManager.ts b/packages/ui-services/src/Theme/ThemeManager.ts index 423a86327..20d243e20 100644 --- a/packages/ui-services/src/Theme/ThemeManager.ts +++ b/packages/ui-services/src/Theme/ThemeManager.ts @@ -16,7 +16,7 @@ import { StorageValueModes, FeatureStatus, } from '@standardnotes/services' -import { FeatureIdentifier } from '@standardnotes/snjs' +import { FeatureIdentifier } from '@standardnotes/features' const CachedThemesKey = 'cachedThemes' const TimeBeforeApplyingColorScheme = 5 diff --git a/yarn.lock b/yarn.lock index 20953aaf3..dcd0fa0d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6480,7 +6480,7 @@ __metadata: languageName: node linkType: hard -"@standardnotes/features@^1.47.0, @standardnotes/features@workspace:*, @standardnotes/features@workspace:packages/features": +"@standardnotes/features@^1.47.0, @standardnotes/features@workspace:*, @standardnotes/features@workspace:^, @standardnotes/features@workspace:packages/features": version: 0.0.0-use.local resolution: "@standardnotes/features@workspace:packages/features" dependencies: @@ -7310,6 +7310,7 @@ __metadata: resolution: "@standardnotes/ui-services@workspace:packages/ui-services" dependencies: "@standardnotes/common": ^1.39.0 + "@standardnotes/features": "workspace:^" "@standardnotes/filepicker": "workspace:^" "@standardnotes/services": "workspace:^" "@standardnotes/styles": "workspace:^"