Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rafinskipg committed Oct 19, 2021
1 parent b93d723 commit df5951c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/dai-plugin-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "^0.32.13",
"@makerdao/dai": "^0.41.0-alpha.2",
"@makerdao/services-core": "^0.11.0-alpha.1",
"assert": "^2.0.0",
"debug": "^4.1.1",
"ramda": "^0.25.0"
},
"peerDependencies": {
"@makerdao/dai": "^0.32.13"
"@makerdao/dai": "^0.41.0-alpha.2"
},
"devDependencies": {
"@makerdao/dai-plugin-config": "^0.2.14-rc.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dai-plugin-liquidations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "yarn testchain --ci jest --runInBand"
},
"peerDependencies": {
"@makerdao/dai": ">0.17.0"
"@makerdao/dai": "^0.41.0-alpha.2"
},
"dependencies": {
"@makerdao/currency": "0.9.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/dai-plugin-mcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"test:integration": "export NETWORK='test' && yarn test --config ./test/config/jestIntegrationConfig.json"
},
"peerDependencies": {
"@makerdao/dai": "^0.32.13",
"@makerdao/services-core": "^0.10.0"
"@makerdao/dai": "^0.41.0-alpha.2",
"@makerdao/services-core": "^0.11.0-alpha.1"
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "^0.32.13",
"@makerdao/dai": "^0.41.0-alpha.2",
"@makerdao/services-core": "^0.11.0-alpha.1",
"bignumber.js": "^8.1.1",
"rxjs": "^6.5.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/dai-plugin-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"test": "yarn testchain --ci jest --runInBand"
},
"peerDependencies": {
"@makerdao/dai": ">0.17.0"
"@makerdao/dai": "^0.41.0-alpha.2"
},
"dependencies": {
"@makerdao/currency": "0.9.9",
"@makerdao/services-core": "^0.9.9",
"@makerdao/services-core": "^0.11.0-alpha.1",
"bignumber.js": "^8.1.1"
},
"gitHead": "035aa87023c84916295cd4a2735cb2f6fdb1506e"
Expand Down
2 changes: 1 addition & 1 deletion packages/dai-plugin-scd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:integration": "export NETWORK='test' && yarn test --config ./test/config/jestIntegrationConfig.json"
},
"peerDependencies": {
"@makerdao/dai": ">=0.18.9"
"@makerdao/dai": "^0.41.0-alpha.2"
},
"dependencies": {
"@makerdao/currency": "^0.9.9",
Expand Down
5 changes: 4 additions & 1 deletion packages/services-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"lodash": "^4.17.15",
"toposort": "^2.0.2"
},
"gitHead": "035aa87023c84916295cd4a2735cb2f6fdb1506e"
"gitHead": "035aa87023c84916295cd4a2735cb2f6fdb1506e",
"peerDependencies": {
"@makerdao/dai": "^0.41.0-alpha.2"
}
}
5 changes: 4 additions & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"dist/**/*",
"umd/*"
],
"gitHead": "035aa87023c84916295cd4a2735cb2f6fdb1506e"
"gitHead": "035aa87023c84916295cd4a2735cb2f6fdb1506e",
"peerDependencies": {
"@makerdao/dai": "^0.41.0-alpha.2"
}
}

0 comments on commit df5951c

Please sign in to comment.