|
35 | 35 | "changelog:update": "../../scripts/update-changelog.sh @metamask/accounts-controller", |
36 | 36 | "changelog:validate": "../../scripts/validate-changelog.sh @metamask/accounts-controller", |
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 | "@metamask/base-controller": "^6.0.1", |
46 | 46 | "@metamask/eth-snap-keyring": "^4.3.1", |
47 | | - "@metamask/keyring-api": "^8.0.0", |
| 47 | + "@metamask/keyring-api": "^8.0.1", |
48 | 48 | "@metamask/keyring-controller": "^17.1.1", |
49 | | - "@metamask/snaps-sdk": "^4.2.0", |
50 | | - "@metamask/snaps-utils": "^7.4.0", |
| 49 | + "@metamask/snaps-sdk": "^6.1.0", |
| 50 | + "@metamask/snaps-utils": "^7.8.0", |
51 | 51 | "@metamask/utils": "^9.1.0", |
52 | 52 | "deepmerge": "^4.2.2", |
53 | 53 | "ethereum-cryptography": "^2.1.2", |
|
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | 58 | "@metamask/auto-changelog": "^3.4.4", |
59 | | - "@metamask/snaps-controllers": "^8.1.1", |
| 59 | + "@metamask/snaps-controllers": "^9.3.0", |
60 | 60 | "@types/jest": "^27.4.1", |
61 | 61 | "@types/readable-stream": "^2.3.0", |
62 | 62 | "jest": "^27.5.1", |
63 | 63 | "ts-jest": "^27.1.4", |
64 | 64 | "typedoc": "^0.24.8", |
65 | 65 | "typedoc-plugin-missing-exports": "^2.0.0", |
66 | | - "typescript": "~4.9.5" |
| 66 | + "typescript": "~5.0.4" |
67 | 67 | }, |
68 | 68 | "peerDependencies": { |
69 | 69 | "@metamask/keyring-controller": "^17.0.0", |
70 | | - "@metamask/snaps-controllers": "^8.1.1" |
| 70 | + "@metamask/snaps-controllers": "^9.3.0" |
71 | 71 | }, |
72 | 72 | "engines": { |
73 | 73 | "node": "^18.18 || >=20" |
|
0 commit comments