@arroyodev-llc/projen.component.git-hooks
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -75,3 +75,3 @@ import { Component, Project } from 'projen'; | ||
*/ | ||
declare const enum ExtensionMatch { | ||
declare enum ExtensionMatch { | ||
TS = "ts,tsx,mts,cts", | ||
@@ -78,0 +78,0 @@ JS = "js,jsx,jts,jts", |
@@ -22,6 +22,6 @@ { | ||
"prettier": "^2.8.8", | ||
"projen": "^0.71.126", | ||
"projen": "^0.71.142", | ||
"simple-git-hooks": "^2.8.1", | ||
"standard-version": "^9", | ||
"typescript": "^5", | ||
"typescript": "~5.1", | ||
"unbuild": "^1.2.1" | ||
@@ -31,3 +31,3 @@ }, | ||
"lint-staged": "^13.2.3", | ||
"projen": "^0.71.126", | ||
"projen": "^0.71.142", | ||
"simple-git-hooks": "^2.8.1" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"types": "./dist/index.d.ts", | ||
@@ -43,0 +43,0 @@ "type": "module", |
35432