Skip to content

Commit

Permalink
Fix @nestjs/common peer dependenciy version (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk authored Jan 7, 2023
1 parent 9f39a9d commit 4cb8829
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.1
Published by **[blockcoders](https://github.com/blockcoders)** on **2023/01/07**
- [#143](https://github.com/blockcoders/nestjs-ethers/pull/143) Fix @nestjs/common peer dependenciy version

## 2.0.0
Published by **[blockcoders](https://github.com/blockcoders)** on **2023/01/07**
- [#140](https://github.com/blockcoders/nestjs-ethers/pull/140) Release v2.0.0 - Nest.js v9
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-ethers",
"version": "2.0.0",
"version": "2.0.1-beta.1",
"description": "The ethers.js library for NestJS",
"author": "Blockcoders Engineering <[email protected]>",
"license": "Apache",
Expand Down Expand Up @@ -99,7 +99,7 @@
"@ethersproject/wallet": "^5.7.0",
"@ethersproject/web": "^5.7.1",
"@ethersproject/wordlists": "^5.7.0",
"@nestjs/common": "^8.0.0"
"@nestjs/common": "^9.2.1"
},
"jest": {
"verbose": true,
Expand Down

0 comments on commit 4cb8829

Please sign in to comment.