Skip to content

Commit

Permalink
update patch, fix formattings, pnpm update
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 1, 2024
1 parent 49ab4c8 commit 987e293
Show file tree
Hide file tree
Showing 4 changed files with 5,424 additions and 4,439 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circomkit",
"version": "0.3.1",
"version": "0.3.2",
"description": "A Circom testing & development environment",
"author": "erhant",
"license": "MIT",
Expand Down Expand Up @@ -42,33 +42,33 @@
},
"dependencies": {
"circom_tester": "^0.0.19",
"commander": "^12.0.0",
"loglevel": "^1.8.1"
"commander": "^12.1.0",
"loglevel": "^1.9.2"
},
"devDependencies": {
"@commander-js/extra-typings": "^12.0.1",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@commander-js/extra-typings": "^12.1.0",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^18.19.67",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"ethers": "^6.4.0",
"hardhat": "^2.14.0",
"eslint-plugin-prettier": "^5.2.1",
"ethers": "^6.13.4",
"hardhat": "^2.22.16",
"jest": "^29.7.0",
"pkgroll": "^2.0.2",
"prettier": "^3.1.0",
"solc": "^0.8.25",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
"pkgroll": "^2.5.1",
"prettier": "^3.4.1",
"solc": "^0.8.28",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"prettier": {
"bracketSpacing": false,
Expand Down
Loading

0 comments on commit 987e293

Please sign in to comment.