Skip to content

Commit

Permalink
revert deps change
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Dec 10, 2024
1 parent f02b23d commit 006dd92
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 13 deletions.
22 changes: 9 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,8 @@
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/typechain/**",
"**/@typechain/**"
]
},
"resolutions": {
"lodash.pick": "https://github.com/lodash/lodash/archive/refs/tags/4.17.21.tar.gz",
"**/@ethersproject/providers/ws": "7.5.10",
"**/hardhat/ws": "7.5.10",
"**/hardhat/@sentry/node/cookie": "0.7.0",
"**/micromatch": "4.0.8",
"**/elliptic": "6.6.0",
"**/secp256k1": "4.0.4"
},
"devDependencies": {
"@arbitrum/nitro-contracts": "^1.1.1",
"@arbitrum/token-bridge-contracts": "^1.2.1",
Expand Down Expand Up @@ -64,5 +51,14 @@
"typechain": "7.0.0",
"typescript": "^4.9.5",
"yargs": "^17.3.1"
},
"resolutions": {
"lodash.pick": "https://github.com/lodash/lodash/archive/refs/tags/4.17.21.tar.gz",
"**/@ethersproject/providers/ws": "7.5.10",
"**/hardhat/ws": "7.5.10",
"**/hardhat/@sentry/node/cookie": "0.7.0",
"**/micromatch": "4.0.8",
"**/elliptic": "6.6.0",
"**/secp256k1": "4.0.4"
}
}
35 changes: 35 additions & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,41 @@
"async-mutex": "^0.4.0",
"ethers": "^5.1.0"
},
"devDependencies": {
"@arbitrum/nitro-contracts": "^1.1.1",
"@arbitrum/token-bridge-contracts": "^1.2.1",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@offchainlabs/l1-l3-teleport-contracts": "1.0.1",
"@typechain/ethers-v5": "9.0.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^9.0.0",
"@types/prompts": "^2.0.14",
"@types/yargs": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.27.1",
"@typescript-eslint/parser": "^5.14.0",
"audit-ci": "^6.3.0",
"axios": "^1.7.4",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-prettier": "^4.0.0",
"hardhat": "^2.18.3",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"prompts": "^2.4.2",
"ts-mockito": "^2.6.1",
"ts-node": "^10.2.1",
"tslint": "^6.1.3",
"typechain": "7.0.0",
"typescript": "^4.9.5",
"yargs": "^17.3.1"
},
"files": [
"dist/**/*"
]
Expand Down

0 comments on commit 006dd92

Please sign in to comment.