chore(pockethost): Updated commit parser deps

This commit is contained in:
Ben Allfree 2024-06-29 17:20:20 -07:00
parent 5be2c9ef0f
commit 0e4bf43942
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'pockethost': patch
---
Updated commit parser deps

View File

@ -52,13 +52,16 @@
"url-pattern": "^1.0.3" "url-pattern": "^1.0.3"
}, },
"devDependencies": { "devDependencies": {
"@types/conventional-commits-parser": "^5.0.0",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/http-proxy": "^1.17.13", "@types/http-proxy": "^1.17.13",
"@types/inquirer": "^9.0.7",
"@types/json-stringify-safe": "^5.0.2", "@types/json-stringify-safe": "^5.0.2",
"@types/minimist": "^1.2.5", "@types/minimist": "^1.2.5",
"@types/node": "^20.8.10", "@types/node": "^20.8.10",
"@types/semver": "^7.5.4", "@types/semver": "^7.5.4",
"@types/tmp": "^0.2.5", "@types/tmp": "^0.2.5",
"@types/update-notifier": "^6.0.8" "@types/update-notifier": "^6.0.8",
"conventional-commits-parser": "^5.0.0"
} }
} }