|
44 | 44 | "@metamask/rpc-errors": "^6.1.0", |
45 | 45 | "@metamask/utils": "^8.3.0", |
46 | 46 | "async-mutex": "^0.2.6", |
47 | | - "eth-method-registry": "^3.0.0", |
| 47 | + "eth-method-registry": "^4.0.0", |
48 | 48 | "ethereumjs-util": "^7.0.10", |
49 | 49 | "fast-json-patch": "^3.1.1", |
50 | 50 | "lodash": "^4.17.21", |
51 | 51 | "nonce-tracker": "^3.0.0", |
52 | 52 | "uuid": "^8.3.2" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
| 55 | + "@babel/runtime": "^7.23.9", |
55 | 56 | "@metamask/auto-changelog": "^3.4.4", |
56 | | - "@metamask/ethjs-provider-http": "^0.2.0", |
| 57 | + "@metamask/ethjs-provider-http": "^0.3.0", |
57 | 58 | "@types/jest": "^27.4.1", |
58 | 59 | "@types/node": "^16.18.54", |
59 | | - "babel-runtime": "^6.26.0", |
60 | 60 | "deepmerge": "^4.2.2", |
61 | 61 | "jest": "^27.5.1", |
62 | 62 | "sinon": "^9.2.4", |
|
66 | 66 | "typescript": "~4.8.4" |
67 | 67 | }, |
68 | 68 | "peerDependencies": { |
| 69 | + "@babel/runtime": "^7.23.9", |
69 | 70 | "@metamask/approval-controller": "^5.1.2", |
70 | 71 | "@metamask/gas-fee-controller": "^13.0.0", |
71 | | - "@metamask/network-controller": "^17.2.0", |
72 | | - "babel-runtime": "^6.26.0" |
| 72 | + "@metamask/network-controller": "^17.2.0" |
73 | 73 | }, |
74 | 74 | "engines": { |
75 | 75 | "node": ">=16.0.0" |
|
0 commit comments