Skip to content

Commit

Permalink
Revert "reducing dependency bloat (#3411)" (#3421)
Browse files Browse the repository at this point in the history
This reverts commit 8069977.
  • Loading branch information
trajan0x authored Nov 30, 2024
1 parent 842e1ad commit 5feb5a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions packages/sdk-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,13 @@
},
"module": "dist/sdk-v2.esm.js",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@codecov/rollup-plugin": "^0.0.1-beta.10",
"@ethersproject/providers": "^5.7.0",
"@types/big.js": "^4.0.5",
"@types/jest": "^24.0.25",
"babel-jest": "^25.2.6",
"cspell": "^8.15.4",
"dotenv": "^16.3.1",
"husky": "^8.0.1",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock-extended": "^3.0.5",
"node-fetch": "^2.0.0",
Expand All @@ -66,16 +62,20 @@
"typescript": "^4.8.3"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"babel-jest": "^25.2.6",
"big.js": "^5.2.2",
"decimal.js-light": "^2.5.1",
"ethers": "^5.7.2",
"jest": "^29.7.0",
"jsbi": "^4.3.0",
"node-cache": "^5.1.2",
"tiny-invariant": "^1.2.0",
Expand Down
10 changes: 4 additions & 6 deletions packages/synapse-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,20 @@
"maps:generate": "node ./src/scripts/generateMaps.cjs && node ./src/scripts/findMissing.cjs && yarn build"
},
"dependencies": {
"@codecov/rollup-plugin": "^1.2.0",
"@ethersproject/address": "5.7.0",
"@ethersproject/bignumber": "5.7.0",
"ethers": "5.7.2",
"viem": "^2.21.6"
},
"devDependencies": {
"@codecov/rollup-plugin": "^1.2.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"babel-plugin-transform-export-extensions": "^6.22.0",
"ethers": "5.7.2",
"lodash": "^4.17.21",
"rollup": "^4.22.4",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"viem": "^2.21.6"
}
}

0 comments on commit 5feb5a0

Please sign in to comment.