Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davisshaver committed Sep 14, 2024
1 parent 2ea19ae commit 226bdcd
Show file tree
Hide file tree
Showing 8 changed files with 378 additions and 772 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn priv-key-check

yarn lint:check

yarn test
2 changes: 1 addition & 1 deletion lib/ds-test
2 changes: 1 addition & 1 deletion lib/forge-std
2 changes: 1 addition & 1 deletion lib/openzeppelin-contracts
2 changes: 1 addition & 1 deletion lib/solmate
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"husky": "^7.0.0",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"priv-key-precommit": "^0.3.4",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5"
},
Expand All @@ -31,17 +30,16 @@
"prepare": "husky install",
"prettier:check": "prettier --check \"src/**/*.sol\"",
"prettier": "yarn prettier:check --write",
"priv-key-check": "priv-key-precommit",
"slither": "slither src/ProtoGravaNFT.sol",
"solhint:check": "solhint --config ./.solhint.json \"src/**/*.sol\"",
"solhint": "yarn solhint:check --fix",
"test": "forge test --fork-url https://mainnet.infura.io/v3/$INFURA_API_KEY",
"test:local": "forge test --fork-url http://127.0.0.1:8545/"
},
"dependencies": {
"dotenv": "^16.0.0",
"dotenv": "^16.4.5",
"ethers": "^5.5.2",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.27"
"merkletreejs": "^0.4.0"
}
}
1 change: 0 additions & 1 deletion scripts/generate-merkle-tree.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { MerkleTree } = require('merkletreejs');
const fs = require('fs');
const keccak256 = require('keccak256');
const path = require('path');
const { getAddress, solidityKeccak256 } = require('ethers/lib/utils');

const allowlist = require('../config/allowlist.json');
Expand Down
1,133 changes: 372 additions & 761 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 226bdcd

Please sign in to comment.