Skip to content

Commit efdb0f7

Browse files
authored
Merge pull request #1127 from die-herdplatte/ekubo-v3
Ekubo v3
2 parents 8d2cc39 + 6c9d387 commit efdb0f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+11610
-825
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraswap/dex-lib",
3-
"version": "4.8.8",
3+
"version": "4.8.9",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"repository": "https://github.com/paraswap/paraswap-dex-lib",
@@ -15,7 +15,7 @@
1515
"@types/async": "^3.2.15",
1616
"@types/axios": "0.14.0",
1717
"@types/express": "^4.17.14",
18-
"@types/jest": "26.0.24",
18+
"@types/jest": "^30.0.0",
1919
"@types/lodash": "4.14.178",
2020
"@types/node": "^20",
2121
"@types/uuid": "^9.0.1",
@@ -30,7 +30,7 @@
3030
"eslint-plugin-import": "^2.26.0",
3131
"express": "^4.18.2",
3232
"husky": "^8.0.2",
33-
"jest": "^29.0.3",
33+
"jest": "^30.2.0",
3434
"prettier": "^2.8.1",
3535
"pretty-quick": "^3.1.3",
3636
"ts-jest": "^29.2.5",

0 commit comments

Comments
 (0)