hardhat 2.9.8 → 2.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +13 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hardhat",
3
- "version": "2.9.8",
3
+ "version": "2.9.9",
4
4
  "author": "Nomic Labs LLC",
5
5
  "license": "MIT",
6
6
  "homepage": "https://hardhat.org",
@@ -93,9 +93,6 @@
93
93
  "ts-node": "^8.1.0",
94
94
  "typescript": "~4.5.2"
95
95
  },
96
- "peerDependencies": {
97
- "chai": "^4.2.0"
98
- },
99
96
  "dependencies": {
100
97
  "@ethereumjs/block": "^3.6.2",
101
98
  "@ethereumjs/blockchain": "^5.5.2",
@@ -146,6 +143,18 @@
146
143
  "uuid": "^8.3.2",
147
144
  "ws": "^7.4.6"
148
145
  },
146
+ "peerDependencies": {
147
+ "ts-node": "*",
148
+ "typescript": "*"
149
+ },
150
+ "peerDependenciesMeta": {
151
+ "ts-node": {
152
+ "optional": true
153
+ },
154
+ "typescript": {
155
+ "optional": true
156
+ }
157
+ },
149
158
  "nyc": {
150
159
  "extension": [
151
160
  ".ts"