Skip to content

Commit

Permalink
Update dependencies across all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Feb 15, 2024
1 parent b8568dd commit e226860
Show file tree
Hide file tree
Showing 7 changed files with 2,969 additions and 5,152 deletions.
12 changes: 6 additions & 6 deletions examples/safe-4337-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"preview": "vite preview"
},
"dependencies": {
"@web3modal/ethers": "^3.5.7",
"@web3modal/ethers": "^4.0.5",
"@safe-global/safe-erc4337": "^0.2.0",
"ethers": "^6.10.0",
"ethers": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react-swc": "^3.6.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.1.3"
}
}
10 changes: 5 additions & 5 deletions modules/4337-gas-metering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
"@alchemy/aa-accounts": "1.2.0",
"@alchemy/aa-alchemy": "1.2.0",
"@alchemy/aa-core": "1.2.0",
"alchemy-sdk": "3.1.0",
"dotenv": "16.3.1",
"alchemy-sdk": "3.1.2",
"dotenv": "16.4.4",
"permissionless": "0.0.16",
"viem": "1.19.11"
"viem": "2.7.9"
},
"devDependencies": {
"@types/node": "20.10.2",
"@types/node": "20.11.18",
"rimraf": "^5.0.5",
"tsx": "3.13.0",
"tsx": "4.7.1",
"typescript": "^5.3.3"
}
}
28 changes: 14 additions & 14 deletions modules/4337/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,24 @@
"@account-abstraction/contracts": "^0.6.0",
"@noble/curves": "^1.3.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/contracts": "^5.0.0",
"@simplewebauthn/server": "^8.3.5",
"@openzeppelin/contracts": "^5.0.1",
"@simplewebauthn/server": "9.0.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"@types/node": "^20.11.18",
"@types/yargs": "^17.0.32",
"cbor": "^9.0.1",
"cbor": "^9.0.2",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"ethers": "^6.8.1",
"hardhat": "^2.19.1",
"hardhat-deploy": "0.11.43",
"husky": "^8.0.1",
"solc": "^0.8.23",
"solhint": "^4.0.0",
"ts-node": "^10.8.1",
"typescript": "^5.3.2",
"yargs": "^17.5.1"
"dotenv": "^16.4.4",
"ethers": "^6.11.1",
"hardhat": "^2.20.0",
"hardhat-deploy": "0.11.45",
"husky": "^9.0.11",
"solc": "^0.8.24",
"solhint": "^4.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"yargs": "^17.7.2"
},
"overrides": {
"@safe-global/safe-contracts": {
Expand Down
2 changes: 1 addition & 1 deletion modules/allowances/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const config: HardhatUserConfig = {
},
{
// for tests
version: '0.8.19',
version: '0.8.20',
},
],
},
Expand Down
58 changes: 29 additions & 29 deletions modules/allowances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,43 @@
"build": "hardhat compile",
"test": "hardhat test",
"coverage": "hardhat coverage",
"deploy": "yarn hardhat deploy-verify --network",
"prepare": "yarn run clean && yarn run build",
"lint": "yarn lint:sol && yarn lint:ts",
"deploy": "hardhat deploy-verify --network",
"prepare": "npm run clean && npm run build",
"lint": "npm run lint:sol && npm run lint:ts",
"lint:sol": "solhint 'contracts/**/*.sol'",
"lint:ts": "eslint 'tasks/**/*.ts' 'test/**/*.ts' --max-warnings 0 --fix",
"fmt": "yarn fmt:sol && yarn fmt:ts",
"fmt": "npm run fmt:sol && npm run fmt:ts",
"fmt:sol": "prettier 'contracts/**/*.sol' -w",
"fmt:ts": "prettier 'tasks/**/*.ts' 'test/**/*.ts' -w"
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomicfoundation/hardhat-chai-matchers": "2.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@openzeppelin/contracts": "^4.9.3",
"@safe-global/safe-deployments": "^1.26.0",
"@safe-global/safe-singleton-factory": "^1.0.15",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.6",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"chai": "^4.3.7",
"dotenv": "^16.0.3",
"ethers": "^6.7.1",
"hardhat": "^2.12.5",
"hardhat-deploy": "^0.11.37",
"hardhat-gas-reporter": "^1.0.9",
"rimraf": "^5.0.1",
"solhint": "3.6.2",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "5.1.6"
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@openzeppelin/contracts": "^5.0.1",
"@safe-global/safe-deployments": "^1.32.0",
"@safe-global/safe-singleton-factory": "^1.0.19",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.18",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"chai": "^4.2.0",
"dotenv": "^16.4.4",
"ethers": "^6.11.1",
"hardhat": "^2.20.0",
"hardhat-deploy": "^0.11.45",
"hardhat-gas-reporter": "^1.0.10",
"rimraf": "^5.0.5",
"solhint": "4.1.1",
"solidity-coverage": "^0.8.7",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit e226860

Please sign in to comment.