update javascript packages, switch yarn lock for npm + pnpm locks
Showing
package-lock.json
0 → 100644
This diff is collapsed.
{ | { | ||
"dependencies": { | "dependencies": { | ||
"@nomiclabs/hardhat-ethers": "^2.0.2", | "@nomiclabs/hardhat-ethers": "^2.0.5", | ||
"@types/node": "^16.9.2", | "@types/node": "^17.0.31", | ||
"chai": "^4.3.4", | "chai": "^4.3.6", | ||
"ethereum-waffle": "^3.4.0", | "ethereum-waffle": "^3.4.4", | ||
"ethers": "^5.4.7", | "ethers": "5.6.1", | ||
"hardhat": "^2.6.4", | "hardhat": "^2.6.5", | ||
"hardhat-gas-reporter": "^1.0.4", | "hardhat-gas-reporter": "^1.0.8", | ||
"rlp": "^2.2.6", | "rlp": "^3.0.0", | ||
"typescript": "^4.4.3" | "typescript": "^4.6.4" | ||
} | } | ||
} | } |
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
yarn.lock
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment