feat(ctb): type safety for deploy config
Includes new minimal TypeScript files that guarantee type safety for deployment configuration files.
Showing
... | ... | @@ -60,8 +60,8 @@ |
"@types/chai-as-promised": "^7.1.4", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^12.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^4.26.0", | ||
"@typescript-eslint/eslint-plugin": "^5.45.1", | ||
"@typescript-eslint/parser": "^5.45.1", | ||
"chai": "^4.2.0", | ||
"copyfiles": "^2.3.0", | ||
"depcheck": "^1.4.3", | ||
... | ... | @@ -86,7 +86,7 @@ |
"mocha": "^8.4.0", | ||
"nyc": "^15.1.0", | ||
"patch-package": "^6.4.7", | ||
"prettier": "^2.3.1", | ||
"prettier": "^2.8.0", | ||
"prettier-plugin-solidity": "^1.0.0-beta.13", | ||
"ts-mocha": "^10.0.0", | ||
"typescript": "^4.9.3" | ||
... | ... |
Please register or sign in to comment