fix: shim array-flat (#2346)
* chore: remove @types/lodash.flatmap * fix: shim array-flat
Showing
| ... | ... | @@ -23,12 +23,13 @@ |
| "@testing-library/jest-dom": "^5.14.1", | ||
| "@testing-library/react": "^12.0.0", | ||
| "@typechain/ethers-v5": "^7.0.0", | ||
| "@types/array.prototype.flat": "^1.2.1", | ||
| "@types/array.prototype.flatmap": "^1.2.2", | ||
| "@types/d3": "^6.7.1", | ||
| "@types/jest": "^25.2.1", | ||
| "@types/lingui__core": "^2.7.1", | ||
| "@types/lingui__macro": "^2.7.4", | ||
| "@types/lingui__react": "^2.8.3", | ||
| "@types/lodash.flatmap": "^4.5.6", | ||
| "@types/luxon": "^1.24.4", | ||
| "@types/ms.macro": "^2.0.0", | ||
| "@types/multicodec": "^1.0.0", | ||
| ... | ... | @@ -66,6 +67,8 @@ |
| "@web3-react/walletconnect-connector": "^7.0.2-alpha.0", | ||
| "@web3-react/walletlink-connector": "^6.2.3", | ||
| "ajv": "^6.12.3", | ||
| "array.prototype.flat": "^1.2.4", | ||
| "array.prototype.flatmap": "^1.2.4", | ||
| "cids": "^1.0.0", | ||
| "copy-to-clipboard": "^3.2.0", | ||
| "cypress": "^7.7.0", | ||
| ... | ... |
Please register or sign in to comment