Skip to content

Commit c2c888f

Browse files
authored
Merge pull request #325 from Gearbox-protocol/update-sdk
fix: update sdk
2 parents 2e9ff46 + c4a2b27 commit c2c888f

File tree

2 files changed

+25
-199
lines changed

2 files changed

+25
-199
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test": "npx mocha -r ts-node/register -r dotenv/config 'src/**/*.spec.ts'"
2929
},
3030
"dependencies": {
31-
"@gearbox-protocol/sdk-gov": "^2.33.2",
31+
"@gearbox-protocol/sdk-gov": "v2.34.0-next.13",
3232
"@wagmi/cli": "^2.1.13",
3333
"axios": "^1.2.6",
3434
"decimal.js-light": "^2.5.1",
@@ -38,16 +38,16 @@
3838
"devDependencies": {
3939
"@1inch/farming": "^3.1.0",
4040
"@1inch/solidity-utils": "^2.2.27",
41-
"@commitlint/cli": "^17.6.3",
42-
"@commitlint/config-conventional": "^17.0.3",
41+
"@commitlint/cli": "^17.6.7",
42+
"@commitlint/config-conventional": "^17.6.7",
4343
"@gearbox-protocol/bots-v3": "^1.5.1",
4444
"@gearbox-protocol/core-v2": "1.19.0-base.17",
4545
"@gearbox-protocol/core-v3": "^1.51.0",
46-
"@gearbox-protocol/eslint-config": "^1.4.1",
46+
"@gearbox-protocol/eslint-config": "^1.6.1",
4747
"@gearbox-protocol/integrations-v3": "^1.44.0",
4848
"@gearbox-protocol/oracles-v3": "^1.13.0",
4949
"@gearbox-protocol/periphery-v3": "^1.6.1",
50-
"@gearbox-protocol/prettier-config": "^1.4.1",
50+
"@gearbox-protocol/prettier-config": "^1.5.0",
5151
"@gearbox-protocol/router": "^1.5.5",
5252
"@gearbox-protocol/router-v3": "^1.41.0",
5353
"@openzeppelin/contracts": "^4.9.3",
@@ -60,10 +60,10 @@
6060
"@types/rimraf": "^3.0.2",
6161
"chai": "^4.3.6",
6262
"dotenv": "^16.0.1",
63-
"eslint": "^8.22.0",
63+
"eslint": "^8.46.0",
6464
"husky": ">=6",
6565
"jest": "^28.1.3",
66-
"lint-staged": ">=10",
66+
"lint-staged": "^13.2.3",
6767
"mocha": "^10.0.0",
6868
"prettier": "^2.7.1",
6969
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)