fix: package import location

This commit is contained in:
Mo
2022-10-11 07:30:49 -05:00
parent 7c9f0d3143
commit b82eac09a8
3 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
}, },
"dependencies": { "dependencies": {
"@standardnotes/common": "^1.39.0", "@standardnotes/common": "^1.39.0",
"@standardnotes/features": "workspace:^",
"@standardnotes/filepicker": "workspace:^", "@standardnotes/filepicker": "workspace:^",
"@standardnotes/services": "workspace:^", "@standardnotes/services": "workspace:^",
"@standardnotes/styles": "workspace:^", "@standardnotes/styles": "workspace:^",

View File

@@ -16,7 +16,7 @@ import {
StorageValueModes, StorageValueModes,
FeatureStatus, FeatureStatus,
} from '@standardnotes/services' } from '@standardnotes/services'
import { FeatureIdentifier } from '@standardnotes/snjs' import { FeatureIdentifier } from '@standardnotes/features'
const CachedThemesKey = 'cachedThemes' const CachedThemesKey = 'cachedThemes'
const TimeBeforeApplyingColorScheme = 5 const TimeBeforeApplyingColorScheme = 5

View File

@@ -6480,7 +6480,7 @@ __metadata:
languageName: node languageName: node
linkType: hard 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 version: 0.0.0-use.local
resolution: "@standardnotes/features@workspace:packages/features" resolution: "@standardnotes/features@workspace:packages/features"
dependencies: dependencies:
@@ -7310,6 +7310,7 @@ __metadata:
resolution: "@standardnotes/ui-services@workspace:packages/ui-services" resolution: "@standardnotes/ui-services@workspace:packages/ui-services"
dependencies: dependencies:
"@standardnotes/common": ^1.39.0 "@standardnotes/common": ^1.39.0
"@standardnotes/features": "workspace:^"
"@standardnotes/filepicker": "workspace:^" "@standardnotes/filepicker": "workspace:^"
"@standardnotes/services": "workspace:^" "@standardnotes/services": "workspace:^"
"@standardnotes/styles": "workspace:^" "@standardnotes/styles": "workspace:^"