Skip to content

Commit

Permalink
fix: add @types/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Dec 11, 2023
1 parent 06f04e8 commit 40a73f1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"@typechain/ethers-v5": "^7.2.0",
"@typechain/hardhat": "^2.3.1",
"@types/chai": "^4.3.1",
"@types/debug": "^4.1.12",
"@types/mocha": "^9.1.1",
"@types/node": "^12.20.50",
"@typescript-eslint/eslint-plugin": "^5.27.1",
Expand Down
17 changes: 17 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2739,6 +2739,15 @@ __metadata:
languageName: node
linkType: hard

"@types/debug@npm:^4.1.12":
version: 4.1.12
resolution: "@types/debug@npm:4.1.12"
dependencies:
"@types/ms": "*"
checksum: 47876a852de8240bfdaf7481357af2b88cb660d30c72e73789abf00c499d6bc7cd5e52f41c915d1b9cd8ec9fef5b05688d7b7aef17f7f272c2d04679508d1053
languageName: node
linkType: hard

"@types/events@npm:*":
version: 3.0.3
resolution: "@types/events@npm:3.0.3"
Expand Down Expand Up @@ -2807,6 +2816,13 @@ __metadata:
languageName: node
linkType: hard

"@types/ms@npm:*":
version: 0.7.34
resolution: "@types/ms@npm:0.7.34"
checksum: f38d36e7b6edecd9badc9cf50474159e9da5fa6965a75186cceaf883278611b9df6669dc3a3cc122b7938d317b68a9e3d573d316fcb35d1be47ec9e468c6bd8a
languageName: node
linkType: hard

"@types/node@npm:*":
version: 20.10.0
resolution: "@types/node@npm:20.10.0"
Expand Down Expand Up @@ -3074,6 +3090,7 @@ __metadata:
"@typechain/ethers-v5": ^7.2.0
"@typechain/hardhat": ^2.3.1
"@types/chai": ^4.3.1
"@types/debug": ^4.1.12
"@types/mocha": ^9.1.1
"@types/node": ^12.20.50
"@typescript-eslint/eslint-plugin": ^5.27.1
Expand Down

0 comments on commit 40a73f1

Please sign in to comment.