Skip to content

Commit

Permalink
Bump @types/chai from 4.3.0 to 4.3.1
Browse files Browse the repository at this point in the history
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 14, 2022
1 parent 8fa4519 commit 23c680f
Show file tree
Hide file tree
Showing 3 changed files with 1,509 additions and 2,522 deletions.
31 changes: 14 additions & 17 deletions packages/arb-bridge-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arb-bridge-eth",
"version": "0.7.4",
"version": "0.7.6",
"description": "",
"author": "Offchain Labs, Inc.",
"license": "Apache-2.0",
Expand All @@ -16,32 +16,29 @@
"test": "test"
},
"scripts": {
"postinstall": "$npm_execpath run clean:build",
"clean:build": "$npm_execpath run hardhat:prod clean && $npm_execpath run build",
"build": "if [[ $PWD == */packages/arb-bridge-eth ]]; then $npm_execpath run hardhat:dev compile; else $npm_execpath run hardhat:prod compile; fi",
"test": "$npm_execpath run hardhat:dev test test/*.spec.ts",
"build": "./scripts/build.bash",
"test": "yarn run hardhat test test/*.spec.ts",
"test:ci": "CI=true $npm_execpath run test",
"test:gas": "REPORT_GAS=true $npm_execpath run test",
"test:fork": "SHOULD_FORK=1 $npm_execpath run hardhat:dev test test/*.fork.ts",
"test:fork": "SHOULD_FORK=1 yarn run hardhat test test/*.fork.ts",
"test:gas:ci": "CI=true $npm_execpath run test:gas",
"test:fork:coverage": "SHOULD_FORK=1 $npm_execpath run hardhat:dev coverage --testfiles 'test/*.fork.ts'",
"test:coverage": "$npm_execpath run hardhat:dev coverage --testfiles 'test/*.spec.ts'",
"test:fork:coverage": "SHOULD_FORK=1 yarn run hardhat coverage --testfiles 'test/*.fork.ts'",
"test:coverage": "yarn run hardhat coverage --testfiles 'test/*.spec.ts'",
"lint:js": "eslint .",
"lint:solidity": "solhint --ignore-path .solhint-ignore-8 'contracts/**/*.sol' && solhint -c .solhint-8.json 'contracts/validator/GasRefunder.sol'",
"lint": "yarn lint:solidity && yarn lint:js",
"format": "prettier './**/*.{js,json,md,ts,yml,sol}' --write && yarn lint --fix",
"run:local:geth": "./scripts/run-geth && rm -rf deployments/parity && yarn deploy:live --network parity",
"deploy:live": "$npm_execpath run hardhat:dev deploy --tags live",
"deploy:test": "$npm_execpath run hardhat:dev deploy --tags test",
"flatten": "$npm_execpath run hardhat:dev flatten > arbitrum_flat.sol",
"deploy:live": "yarn run hardhat deploy --tags live",
"deploy:test": "yarn run hardhat deploy --tags test",
"flatten": "yarn run hardhat flatten > arbitrum_flat.sol",
"docker:build:geth": "docker build -t arb-bridge-eth-geth -f geth.Dockerfile .",
"docker:geth": "rm -rf deployments/parity && ./scripts/launch-geth",
"verify": "$npm_execpath run hardhat:dev etherscan-verify --api-key $(dotenv -p ETHERSCAN_API_KEY)",
"typechain": "$npm_execpath run hardhat:dev typechain",
"verify": "yarn run hardhat etherscan-verify --api-key $(dotenv -p ETHERSCAN_API_KEY)",
"typechain": "yarn run hardhat typechain",
"slither": "slither . --hardhat-artifacts-directory build/contracts",
"hardhat": "$npm_execpath run hardhat:dev",
"hardhat:prod": "hardhat --config hardhat.prod-config.js",
"hardhat:dev": "hardhat --config hardhat.config.ts"
"hardhat": "hardhat --config hardhat.config.ts"
},
"dependencies": {
"@openzeppelin/contracts": "3.4.2",
Expand All @@ -60,7 +57,7 @@
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.2.11",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.0.0",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^4.29.0",
Expand All @@ -78,7 +75,7 @@
"hardhat-deploy": "^0.9.1",
"hardhat-gas-reporter": "^1.0.4",
"lodash": "^4.17.15",
"mocha": "^9.1.1",
"mocha": "^9.2.1",
"mocha-junit-reporter": "^2.0.0",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
Expand Down
61 changes: 28 additions & 33 deletions packages/arb-bridge-peripherals/package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,48 @@
{
"name": "arb-bridge-peripherals",
"version": "1.0.5",
"version": "1.0.8",
"license": "Apache-2.0",
"scripts": {
"postinstall": "$npm_execpath run clean:build",
"clean:build": "$npm_execpath run hardhat:prod clean && $npm_execpath run build",
"build": "if [[ $PWD == */packages/arb-bridge-peripherals ]]; then $npm_execpath run hardhat:dev compile; else $npm_execpath run hardhat:prod compile; fi",
"test:e2e": "$npm_execpath run hardhat:dev test test/*.e2e.ts",
"test:l1": "$npm_execpath run hardhat:dev test test/*.l1.ts",
"test:l2": "$npm_execpath run hardhat:dev test test/*.l2.ts --network arbitrum",
"typechain": "$npm_execpath run hardhat:dev typechain",
"deploy:tokenbridge": "$npm_execpath run hardhat:dev run scripts/deploy_token_bridge_l1.ts --network mainnet",
"deploy:buddydeployer": "$npm_execpath run hardhat:dev run scripts/deploy_buddy_deployer.ts --network kovan5",
"deploy": "$npm_execpath run deploy:tokenbridge",
"gen:uml": "ynpx sol2uml ./contracts/tokenbridge/arbitrum,./contracts/tokenbridge/ethereum,./contracts/tokenbridge/libraries -o ./gatewayUML.svg",
"gen:uml:test": "ynpx sol2uml ./contracts/tokenbridge/arbitrum,./contracts/tokenbridge/test -o ./gatewayTestUML.svg",
"pre:slither": "$npm_execpath run post:slither && ln -s ../../node_modules/arb-bridge-eth && ln -s ../../node_modules/arbos-precompiles",
"slither": "$npm_execpath run pre:slither && slither --hardhat-artifacts-directory build/contracts . --filter-paths 'node_modules|arb-bridge-eth|arbos-precompiles' && yarn post:slither",
"build": "./scripts/build.bash",
"test:e2e": "hardhat test test/*.e2e.ts",
"test:l1": "hardhat test test/*.l1.ts",
"test:l2": "hardhat test test/*.l2.ts --network arbitrum",
"typechain": "hardhat typechain",
"deploy:tokenbridge": "hardhat run scripts/deploy_token_bridge_l1.ts --network mainnet",
"gen:uml": "sol2uml ./contracts/tokenbridge/arbitrum,./contracts/tokenbridge/ethereum,./contracts/tokenbridge/libraries -o ./gatewayUML.svg",
"gen:uml:test": "sol2uml ./contracts/tokenbridge/arbitrum,./contracts/tokenbridge/test -o ./gatewayTestUML.svg",
"pre:slither": "yarn run post:slither && ln -s ../../node_modules/arb-bridge-eth && ln -s ../../node_modules/arbos-precompiles",
"slither": "yarn run pre:slither && slither --hardhat-artifacts-directory build/contracts . --filter-paths 'node_modules|arb-bridge-eth|arbos-precompiles' && yarn run post:slither",
"post:slither": "rm -f arb-bridge-eth && rm -f arbos-precompiles",
"hardhat": "$npm_execpath run hardhat:dev",
"hardhat:prod": "hardhat --config hardhat.prod-config.js",
"hardhat:dev": "hardhat --config hardhat.config.ts"
"hardhat": "hardhat --config hardhat.config.ts",
"hardhat:prod": "hardhat --config hardhat.prod-config.js"
},
"dependencies": {
"arbos-precompiles": "^1.0.1",
"@openzeppelin/contracts": "3.4.2",
"@openzeppelin/contracts-upgradeable": "3.4.2",
"arb-bridge-eth": "0.7.4",
"arb-bridge-eth": "0.7.6",
"arbos-precompiles": "^1.0.2",
"hardhat": "^2.6.1"
},
"devDependencies": {
"dotenv": "^10.0.0",
"solidity-coverage": "v0.7.17",
"hardhat-gas-reporter": "^1.0.4",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"hardhat-deploy": "^0.9.1",
"typechain": "^5.1.2",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@typechain/hardhat": "^2.3.0",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"ethereum-waffle": "^3.2.0",
"arb-upgrades": "0.0.1",
"@types/chai": "^4.2.15",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.0.0",
"@types/node": "^14.14.28",
"arb-upgrades": "0.0.1",
"chai": "^4.2.0",
"typescript": "^4.2.2",
"ynpx": "^2.1.1",
"ethers": "^5.4.5"
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.4.5",
"hardhat-deploy": "^0.9.1",
"hardhat-gas-reporter": "^1.0.4",
"sol2uml": "^1.1.29",
"solidity-coverage": "v0.7.17",
"typechain": "^5.1.2",
"typescript": "^4.2.2"
},
"optionalDependencies": {
"@openzeppelin/upgrades-core": "^1.7.6"
Expand Down
Loading

0 comments on commit 23c680f

Please sign in to comment.