build: use workspace ranges for monorepo dependencies

This commit is contained in:
Tom French 2022-08-24 00:07:06 +01:00
parent 973868c654
commit f7c977dc12
4 changed files with 6 additions and 6 deletions

View file

@ -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"
},

View file

@ -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",

View file

@ -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"
}

View file

@ -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",