Skip to content

Commit

Permalink
Merge pull request #65 from CrocSwap/update-dependencies-12-24-24
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
benwolski authored Dec 24, 2024
2 parents 36348df + 5ffdf07 commit eb8cfb4
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 392 deletions.
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,19 @@
"build-local": "yarn build-all && yarn copy-local"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"esbuild": "^0.21.4",
"eslint": "^9.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typedoc": "^0.27.5",
"typescript": "^5.7.2"
},
"dependencies": {
"ethers": "^6.13.3"
},
"resolutions": {
"@babel/traverse": "7.24.6"
"ethers": "^6.13.4"
}
}
Loading

0 comments on commit eb8cfb4

Please sign in to comment.