Merge branch 'develop' into indexer.sql.constraints
Showing
op-challenger/fault/disk.go
0 → 100644
This diff is collapsed.
| ... | ... | @@ -43,7 +43,7 @@ |
| "@types/chai": "^4.2.18", | ||
| "@types/chai-as-promised": "^7.1.4", | ||
| "@types/mocha": "^10.0.1", | ||
| "@types/node": "^12.0.0", | ||
| "@types/node": "^20.5.3", | ||
| "@typescript-eslint/eslint-plugin": "^5.60.1", | ||
| "@typescript-eslint/parser": "^5.60.1", | ||
| "chai": "^4.2.0", | ||
| ... | ... | @@ -63,12 +63,12 @@ |
| "eslint-plugin-unicorn": "^42.0.0", | ||
| "husky": "^8.0.3", | ||
| "lerna": "^7.1.5", | ||
| "lint-staged": "11.0.0", | ||
| "lint-staged": "14.0.1", | ||
| "markdownlint": "^0.24.0", | ||
| "markdownlint-cli2": "0.4.0", | ||
| "mkdirp": "^1.0.4", | ||
| "mocha": "^10.2.0", | ||
| "nx": "16.7.2", | ||
| "nx": "16.7.3", | ||
| "nyc": "^15.1.0", | ||
| "patch-package": "^8.0.0", | ||
| "prettier": "^2.8.0", | ||
| ... | ... |
This diff is collapsed.
Please register or sign in to comment