|
35 | 35 | "changelog:update": "../../scripts/update-changelog.sh @metamask/assets-controllers",
|
36 | 36 | "changelog:validate": "../../scripts/validate-changelog.sh @metamask/assets-controllers",
|
37 | 37 | "publish:preview": "yarn npm publish --tag preview",
|
38 |
| - "test": "jest --reporters=jest-silent-reporter", |
39 |
| - "test:clean": "jest --clearCache", |
40 |
| - "test:verbose": "jest --verbose", |
41 |
| - "test:watch": "jest --watch" |
| 38 | + "test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter", |
| 39 | + "test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache", |
| 40 | + "test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose", |
| 41 | + "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" |
42 | 42 | },
|
43 | 43 | "dependencies": {
|
44 | 44 | "@ethereumjs/util": "^8.1.0",
|
45 | 45 | "@ethersproject/address": "^5.7.0",
|
46 | 46 | "@ethersproject/bignumber": "^5.7.0",
|
47 | 47 | "@ethersproject/contracts": "^5.7.0",
|
48 | 48 | "@ethersproject/providers": "^5.7.0",
|
49 |
| - "@metamask/abi-utils": "^2.0.2", |
| 49 | + "@metamask/abi-utils": "^2.0.3", |
50 | 50 | "@metamask/accounts-controller": "^17.2.0",
|
51 | 51 | "@metamask/approval-controller": "^7.0.1",
|
52 | 52 | "@metamask/base-controller": "^6.0.1",
|
|
65 | 65 | "async-mutex": "^0.5.0",
|
66 | 66 | "bn.js": "^5.2.1",
|
67 | 67 | "cockatiel": "^3.1.2",
|
| 68 | + "immer": "^9.0.6", |
68 | 69 | "lodash": "^4.17.21",
|
69 |
| - "multiformats": "^9.5.2", |
| 70 | + "multiformats": "^13.1.0", |
70 | 71 | "single-call-balance-checker-abi": "^1.0.0",
|
71 | 72 | "uuid": "^8.3.2"
|
72 | 73 | },
|
73 | 74 | "devDependencies": {
|
74 | 75 | "@metamask/auto-changelog": "^3.4.4",
|
75 | 76 | "@metamask/ethjs-provider-http": "^0.3.0",
|
76 |
| - "@metamask/keyring-api": "^8.0.0", |
| 77 | + "@metamask/keyring-api": "^8.0.1", |
77 | 78 | "@types/jest": "^27.4.1",
|
78 | 79 | "@types/lodash": "^4.14.191",
|
79 | 80 | "@types/node": "^16.18.54",
|
|
85 | 86 | "ts-jest": "^27.1.4",
|
86 | 87 | "typedoc": "^0.24.8",
|
87 | 88 | "typedoc-plugin-missing-exports": "^2.0.0",
|
88 |
| - "typescript": "~4.9.5" |
| 89 | + "typescript": "~5.0.4" |
89 | 90 | },
|
90 | 91 | "peerDependencies": {
|
91 | 92 | "@metamask/accounts-controller": "^17.0.0",
|
|
0 commit comments