|
47 | 47 | "homepage": "https://github.com/ethereum/solc-js#readme",
|
48 | 48 | "dependencies": {
|
49 | 49 | "command-exists": ">=1.1.0",
|
50 |
| - "commander": ">=8.0.0 <13.0.0", |
| 50 | + "commander": ">=8.0.0 <12.0.0", |
51 | 51 | "follow-redirects": ">=1.0.0",
|
52 | 52 | "js-sha3": ">=0.8.0",
|
53 | 53 | "memorystream": ">=0.3.0",
|
|
59 | 59 | "@types/semver": ">=7.1.0",
|
60 | 60 | "@types/tape": ">=4.2.27",
|
61 | 61 | "@types/tmp": ">=0.2.0",
|
62 |
| - "@typescript-eslint/eslint-plugin": ">=5.0.0", |
63 |
| - "@typescript-eslint/parser": ">=5.0.0", |
| 62 | + "@typescript-eslint/eslint-plugin": ">=5.0.0 <6.0.0", |
| 63 | + "@typescript-eslint/parser": ">=5.0.0 <6.0.0", |
64 | 64 | "coveralls": ">=3.0.0",
|
65 |
| - "eslint": ">=7.12.1", |
66 |
| - "eslint-config-standard": ">=16.0.3", |
| 65 | + "eslint": ">=7.12.1 <8.0.0", |
| 66 | + "eslint-config-standard": ">=16.0.3 <17.0.0", |
67 | 67 | "eslint-plugin-import": ">=2.25.0",
|
68 | 68 | "eslint-plugin-node": ">=11.1.0",
|
69 |
| - "eslint-plugin-promise": ">=5.0.0", |
| 69 | + "eslint-plugin-promise": ">=5.0.0 <7.0.0", |
70 | 70 | "nyc": ">=15.0.0",
|
71 | 71 | "tape": ">=4.11.0",
|
72 | 72 | "tape-spawn": ">=1.0.0",
|
73 | 73 | "ts-node": ">=10.0.0",
|
74 |
| - "typescript": ">=4.2.2" |
| 74 | + "typescript": ">=4.2.2 <5.0.0" |
75 | 75 | },
|
76 | 76 | "nyc": {
|
77 | 77 | "exclude": [
|
|
0 commit comments