Skip to content
Snippets Groups Projects
Unverified Commit b0ed8d51 authored by Tom French's avatar Tom French Committed by GitHub
Browse files

Merge pull request #204 from TomAFrench/yarn-workspace-dependencies

Use workspace ranges for monorepo dependencies
parents 5505a143 f7c977dc
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
"electron-is-dev": "2.0.0", "electron-is-dev": "2.0.0",
"electron-log": "4.3.2", "electron-log": "4.3.2",
"electron-updater": "4.3.8", "electron-updater": "4.3.8",
"loot-core": "*", "loot-core": "workspace:*",
"node-fetch": "^1.6.3", "node-fetch": "^1.6.3",
"node-ipc": "9.1.4" "node-ipc": "9.1.4"
}, },
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"bin": "./index.js", "bin": "./index.js",
"homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab4#readme", "homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab4#readme",
"dependencies": { "dependencies": {
"@actual-app/api": "^1.0.0", "@actual-app/api": "workspace:*",
"adm-zip": "^0.5.9", "adm-zip": "^0.5.9",
"date-fns": "2.0.0-alpha.27", "date-fns": "2.0.0-alpha.27",
"slash": "3.0.0", "slash": "3.0.0",
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"bin": "./index.js", "bin": "./index.js",
"homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab5#readme", "homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab5#readme",
"dependencies": { "dependencies": {
"@actual-app/api": "^1.0.0", "@actual-app/api": "workspace:*",
"date-fns": "2.0.0-alpha.27", "date-fns": "2.0.0-alpha.27",
"uuid": "3.3.2" "uuid": "3.3.2"
} }
......
...@@ -35,12 +35,12 @@ ...@@ -35,12 +35,12 @@
"md5": "^2.3.0", "md5": "^2.3.0",
"mitt": "^2.1.0", "mitt": "^2.1.0",
"node-fetch": "^1.6.3", "node-fetch": "^1.6.3",
"node-libofx": "*", "node-libofx": "workspace:*",
"regenerator-runtime": "^0.13.7" "regenerator-runtime": "^0.13.7"
}, },
"devDependencies": { "devDependencies": {
"@actual-app/api": "*", "@actual-app/api": "workspace:*",
"@actual-app/import-ynab4": "*", "@actual-app/import-ynab4": "workspace:*",
"@babel/core": "~7.14.3", "@babel/core": "~7.14.3",
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",
"adm-zip": "^0.5.9", "adm-zip": "^0.5.9",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment