@arroyodev-llc/projen.component.git-hooks
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -10,10 +10,10 @@ { | ||
"devDependencies": { | ||
"@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.2", | ||
"@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.3", | ||
"@types/node": "^16", | ||
"@typescript-eslint/eslint-plugin": "^5", | ||
"@typescript-eslint/parser": "^5", | ||
"@typescript-eslint/eslint-plugin": "^6", | ||
"@typescript-eslint/parser": "^6", | ||
"eslint": "^8", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"eslint-import-resolver-typescript": "^3.6.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.28.1", | ||
@@ -23,4 +23,4 @@ "eslint-plugin-prettier": "^5.0.0", | ||
"npm-check-updates": "^16", | ||
"prettier": "^3.0.2", | ||
"projen": "^0.72.22", | ||
"prettier": "^3.0.3", | ||
"projen": "^0.73.31", | ||
"simple-git-hooks": "^2.9.0", | ||
@@ -32,4 +32,4 @@ "standard-version": "^9", | ||
"peerDependencies": { | ||
"lint-staged": "^13.2.3", | ||
"projen": "^0.72.10", | ||
"lint-staged": "^13.3.0", | ||
"projen": "^0.73.31", | ||
"simple-git-hooks": "^2.9.0" | ||
@@ -42,3 +42,3 @@ }, | ||
}, | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"types": "./dist/index.d.ts", | ||
@@ -60,3 +60,3 @@ "type": "module", | ||
"*.{ts,tsx,mts,cts,ts,tsx,mts,cts}": [ | ||
"pnpm exec eslint --no-error-on-unmatched-pattern --cache --fix" | ||
"pnpm exec eslint --no-error-on-unmatched-pattern --fix" | ||
], | ||
@@ -63,0 +63,0 @@ "*.{yaml,yml}": [ |
56398