Skip to content

Commit

Permalink
Bumping packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cristovaoth committed Jul 21, 2023
1 parent 7065620 commit 3c0bcb1
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 70 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build": "hardhat compile",
"build:sdk": "rm -rf dist && yarn generate:types && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
"clean": "rm -rf build typechain-types",
"clean": "rm -rf dist build typechain-types",
"deploy": "hardhat singleton-deployment --network",
"test:sdk": "hardhat test ./sdk/factory/__tests__/index.spec.ts",
"test": "hardhat test && yarn test:sdk",
Expand Down Expand Up @@ -54,39 +54,35 @@
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "2.2.3",
"@nomiclabs/hardhat-etherscan": "3.1.7",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/ethers-v5": "^11.1.0",
"@typechain/hardhat": "^6.1.5",
"@types/chai": "^4.3.3",
"@types/ethereumjs-abi": "^0.6.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.5",
"@types/yargs": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"chai": "^4.3.7",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^7.1.5",
"hardhat": "^2.14.0",
"hardhat-change-network": "^0.0.7",
"hardhat-deploy": "^0.11.28",
"hardhat-gas-reporter": "^1.0.9",
"husky": "^8.0.1",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"rimraf": "^3.0.2",
"rimraf": "^5.0.1",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.4",
"ts-node": "^10.9.1",
"typechain": "^8.3.0",
"typescript": "^4.8.4",
"typescript": "^5.1.6",
"yargs": "^17.6.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 3c0bcb1

Please sign in to comment.