@oclif/test
Advanced tools
Comparing version
{ | ||
"name": "@oclif/test", | ||
"description": "test helpers for oclif components", | ||
"version": "4.1.8", | ||
"version": "4.1.9", | ||
"author": "Salesforce", | ||
"bugs": "https://github.com/oclif/test/issues", | ||
"dependencies": { | ||
"ansis": "^3.9.0", | ||
"ansis": "^3.10.0", | ||
"debug": "^4.4.0" | ||
@@ -16,3 +16,4 @@ }, | ||
"@commitlint/config-conventional": "^18.6.3", | ||
"@oclif/core": "^4.2.2", | ||
"@eslint/compat": "^1.2.5", | ||
"@oclif/core": "^4.2.4", | ||
"@oclif/prettier-config": "^0.2.1", | ||
@@ -25,8 +26,7 @@ "@types/chai": "^5.0.1", | ||
"commitlint": "^18.6.1", | ||
"eslint": "^8.57.1", | ||
"eslint-config-oclif": "^5.2.2", | ||
"eslint-config-oclif-typescript": "^3.1.13", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint": "^9.19.0", | ||
"eslint-config-oclif": "^6.0.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.3.0", | ||
"lint-staged": "^15.4.2", | ||
"mocha": "^10", | ||
@@ -53,3 +53,3 @@ "prettier": "^3.4.2", | ||
"build": "shx rm -rf lib && tsc", | ||
"lint": "eslint . --ext .ts", | ||
"lint": "eslint", | ||
"posttest": "yarn lint", | ||
@@ -56,0 +56,0 @@ "prepare": "husky && yarn build", |
13434
-0.2%+ Added
- Removed
Updated