chore: use yarn workspace: protocol to resolve local packages

This commit is contained in:
Mo
2022-06-12 22:06:32 -05:00
parent 4703549a67
commit 30131089f6
8 changed files with 26 additions and 21 deletions

View File

@@ -36,7 +36,7 @@
"dependencies": {
"@electron/remote": "^2.0.8",
"@standardnotes/electron-clear-data": "1.1.1",
"@standardnotes/web": "^3.22.1",
"@standardnotes/web": "workspace:*",
"axios": "^0.27.2",
"compare-versions": "^4.1.3",
"decrypt": "github:standardnotes/decrypt#master",

View File

@@ -33,7 +33,7 @@
"@react-navigation/stack": "^6.2.1",
"@standardnotes/components": "^1.9.1",
"@standardnotes/filepicker": "^1.16.14",
"@standardnotes/icons": "^1.4.0",
"@standardnotes/icons": "workspace:*",
"@standardnotes/react-native-aes": "^1.4.3",
"@standardnotes/react-native-textview": "1.0.2",
"@standardnotes/react-native-utils": "1.0.1",

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"@nanostores/react": "^0.2.0",
"@standardnotes/icons": "^1.4.0",
"@standardnotes/icons": "workspace:*",
"nanoid": "^3.3.4",
"nanostores": "^0.5.12",
"react": "link:../web/node_modules/react",

View File

@@ -16,7 +16,7 @@
"build:server:all": "yarn workspaces foreach -ptR run build"
},
"dependencies": {
"@standardnotes/components-meta": "^0.2.0",
"@standardnotes/web": "^3.22.1"
"@standardnotes/components-meta": "workspace:*",
"@standardnotes/web": "workspace:*"
}
}

View File

@@ -65,12 +65,12 @@
"@reach/visually-hidden": "^0.16.0",
"@standardnotes/components": "1.9.1",
"@standardnotes/filepicker": "1.16.14",
"@standardnotes/icons": "^1.4.0",
"@standardnotes/icons": "workspace:*",
"@standardnotes/services": "^1.13.14",
"@standardnotes/sncrypto-web": "1.10.1",
"@standardnotes/snjs": "^2.115.9",
"@standardnotes/styles": "^1.2.1",
"@standardnotes/toast": "^1.2.0",
"@standardnotes/styles": "workspace:*",
"@standardnotes/toast": "workspace:*",
"@zip.js/zip.js": "^2.4.10",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.3.0",