Skip to content

Commit

Permalink
Cherrypicked dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlacs authored and yahgwai committed Jun 10, 2022
1 parent c67f82e commit 512dac6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
},
"engines": {
"node": ">=v11",
"yarn": ">=1 <2"
"npm": "please-use-yarn",
"yarn": ">= 1.0.0"
},
"bugs": {
"url": "https://github.com/offchainlabs/arbitrum-sdk/issues"
},
"homepage": "https://offchainlabs.com",
"scripts": {
"audit:ci": "audit-ci -l -a 1067409 1067487 1067486",
"postinstall": "node ./scripts/genAbi.js",
"prepare": "yarn run gen:abi",
"gen:abi": "node ./scripts/genAbi.js",
"gen:network": "ts-node ./scripts/genNetwork.ts",
"prepublishOnly": "yarn build && yarn format",
Expand Down Expand Up @@ -51,13 +52,15 @@
"@typechain/ethers-v5": "9.0.0",
"@types/prompts": "^2.0.14",
"@types/yargs": "^17.0.9",
"arb-bridge-peripherals": "1.0.9",
"dotenv": "^10.0.0",
"ethers": "^5.1.0",
"ts-node": "^10.2.1",
"typechain": "7.0.0"
},
"devDependencies": {
"arb-bridge-eth": "0.7.5",
"arb-bridge-peripherals": "1.0.6",
"arbos-precompiles": "1.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@types/chai": "^4.2.11",
"@types/mocha": "^9.0.0",
Expand Down

0 comments on commit 512dac6

Please sign in to comment.