Skip to content

Commit

Permalink
build(deps-dev): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Sep 21, 2023
1 parent ce36651 commit 4ebeeaf
Show file tree
Hide file tree
Showing 3 changed files with 723 additions and 736 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,5 @@ dist
# Compiled code
lib/
cache/

*.lock*
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"ethers": "^6.0.0"
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@jest/globals": "^29.7.0",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.5",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"jest": "^29.6.1",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"peerDependencies": {
"ethers": "^6.0.0"
Expand Down Expand Up @@ -136,4 +136,4 @@
]
}
}
}
}
Loading

0 comments on commit 4ebeeaf

Please sign in to comment.