Skip to content

Commit

Permalink
chore: remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Sep 27, 2023
1 parent f07bef5 commit ccbfbd0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1,018 deletions.
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,7 @@
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/preset-env": "^7.22.2",
"@babel/preset-react": "^7.22.0",
"@babel/preset-typescript": "^7.21.5",
"@types/jest": "^29.5.4",
"babel-jest": "^29.5.0",
"babel-preset-jest": "^29.5.0",
"circom-grumpkin": "https://github.com/zkemail/circom-grumpkin.git",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"prettier-plugin-solidity": "^1.1.3",
"ts-jest": "^29.1.1"
"prettier-plugin-solidity": "^1.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"dependencies": {
"@openzeppelin/contracts": "^4.9.2",
"@openzeppelin/contracts-upgradeable": "^4.9.2",
"@uniswap/v3-core": "https://github.com/Uniswap/v3-core#0.8",
"@zk-email/contracts": "^2.0.0"
},
"devDependencies": {
"@uniswap/v3-core": "https://github.com/Uniswap/v3-core#0.8",
"ds-test": "https://github.com/dapphub/ds-test",
"forge-std": "https://github.com/foundry-rs/forge-std",
"solhint": "^3.6.1"
Expand Down
Loading

0 comments on commit ccbfbd0

Please sign in to comment.