Skip to content

Commit

Permalink
chore: remove unused safe-core-sdk dependencies (#3547)
Browse files Browse the repository at this point in the history
* chore: remove legacy safe-core-sdk dependencies.

cleanup lockfile

* bump typescript-eslint to grant typescript compatibility
  • Loading branch information
dasanra authored Apr 11, 2024
1 parent 1526e9f commit e343626
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 2,070 deletions.
25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,14 @@
"@mui/material": "^5.14.20",
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.9.5",
"@safe-global/api-kit": "2.2.0",
"@safe-global/protocol-kit": "3.0.1",
"@safe-global/api-kit": "^2.3.0",
"@safe-global/protocol-kit": "^3.0.2",
"@safe-global/safe-apps-sdk": "^9.0.0-next.1",
"@safe-global/safe-core-sdk": "^3.3.5",
"@safe-global/safe-core-sdk-utils": "^1.7.4",
"@safe-global/safe-deployments": "1.33.0",
"@safe-global/safe-ethers-lib": "^1.9.4",
"@safe-global/safe-deployments": "^1.34.0",
"@safe-global/safe-gateway-typescript-sdk": "3.19.0",
"@safe-global/safe-modules-deployments": "^1.2.0",
"@sentry/react": "^7.91.0",
"@spindl-xyz/attribution-lite": "^1.4.0",
"@storybook/addon-designs": "^8.0.0",
"@tkey-mpc/common-types": "^8.2.2",
"@truffle/hdwallet-provider": "^2.1.4",
"@walletconnect/utils": "^2.11.3",
Expand Down Expand Up @@ -108,8 +104,9 @@
"@faker-js/faker": "^8.1.0",
"@next/bundle-analyzer": "^13.5.6",
"@openzeppelin/contracts": "^4.9.2",
"@safe-global/safe-core-sdk-types": "4.0.1",
"@safe-global/safe-core-sdk-types": "^4.0.2",
"@sentry/types": "^7.74.0",
"@storybook/addon-designs": "^8.0.0",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/addon-links": "^8.0.6",
Expand All @@ -129,12 +126,12 @@
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.182",
"@types/node": "18.11.18",
"@types/qrcode": "^1.4.2",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/react-gtm-module": "^2.0.1",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react-gtm-module": "^2.0.3",
"@types/semver": "^7.3.10",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@walletconnect/types": "^2.11.3",
"cross-env": "^7.0.3",
"cypress": "^12.15.0",
Expand All @@ -155,7 +152,7 @@
"storybook": "^8.0.6",
"ts-prune": "^0.10.3",
"typechain": "^8.3.2",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^4.2.2",
"webpack": "^5.88.2"
},
Expand Down
Loading

0 comments on commit e343626

Please sign in to comment.