Skip to content

Commit 82be004

Browse files
committed
build: bump to latest version
1 parent 134c26d commit 82be004

File tree

2 files changed

+174
-196
lines changed

2 files changed

+174
-196
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"author": "David Peng",
1515
"license": "ISC",
1616
"devDependencies": {
17-
"@commitlint/cli": "^16.3.0",
18-
"@commitlint/config-conventional": "^16.2.4",
19-
"@commitlint/cz-commitlint": "^16.3.0",
20-
"@types/node": "^17.0.33",
21-
"@typescript-eslint/eslint-plugin": "^5.23.0",
22-
"@typescript-eslint/parser": "^5.23.0",
17+
"@commitlint/cli": "^17.0.0",
18+
"@commitlint/config-conventional": "^17.0.0",
19+
"@commitlint/cz-commitlint": "^17.0.0",
20+
"@types/node": "^17.0.34",
21+
"@typescript-eslint/eslint-plugin": "^5.24.0",
22+
"@typescript-eslint/parser": "^5.24.0",
2323
"commitizen": "^4.2.4",
2424
"esbuild": "^0.14.39",
2525
"eslint": "^8.15.0",
2626
"eslint-config-prettier": "^8.5.0",
2727
"eslint-plugin-prettier": "^4.0.0",
28-
"husky": "^7.0.4",
28+
"husky": "^8.0.1",
2929
"inquirer": "^8.2.4",
3030
"json-schema-to-ts": "^2.4.0",
3131
"lint-staged": "^12.4.1",
3232
"nodemon": "^2.0.16",
3333
"prettier": "^2.6.2",
34-
"standard-version": "^9.3.2",
34+
"standard-version": "^9.5.0",
3535
"typescript": "^4.6.4"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)