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

Use workspace ranges for monorepo dependencies
This commit is contained in:
Tom French 2022-08-30 16:35:57 +01:00 committed by GitHub
commit b0ed8d5149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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