Skip to content
Snippets Groups Projects
Commit f7c977dc authored by Tom French's avatar Tom French
Browse files

build: use workspace ranges for monorepo dependencies

parent 973868c6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
"electron-is-dev": "2.0.0",
"electron-log": "4.3.2",
"electron-updater": "4.3.8",
"loot-core": "*",
"loot-core": "workspace:*",
"node-fetch": "^1.6.3",
"node-ipc": "9.1.4"
},
......
......@@ -16,7 +16,7 @@
"bin": "./index.js",
"homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab4#readme",
"dependencies": {
"@actual-app/api": "^1.0.0",
"@actual-app/api": "workspace:*",
"adm-zip": "^0.5.9",
"date-fns": "2.0.0-alpha.27",
"slash": "3.0.0",
......
......@@ -16,7 +16,7 @@
"bin": "./index.js",
"homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab5#readme",
"dependencies": {
"@actual-app/api": "^1.0.0",
"@actual-app/api": "workspace:*",
"date-fns": "2.0.0-alpha.27",
"uuid": "3.3.2"
}
......
......@@ -32,12 +32,12 @@
"md5": "^2.3.0",
"mitt": "^2.1.0",
"node-fetch": "^1.6.3",
"node-libofx": "*",
"node-libofx": "workspace:*",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@actual-app/api": "*",
"@actual-app/import-ynab4": "*",
"@actual-app/api": "workspace:*",
"@actual-app/import-ynab4": "workspace:*",
"@babel/core": "~7.14.3",
"adm-zip": "cthackers/adm-zip#ff17ae85",
"babel-jest": "25.2.6",
......
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