Skip to content

Commit deb5b94

Browse files
committed
chore(dep): update dep
1 parent ee45a39 commit deb5b94

File tree

2 files changed

+163
-147
lines changed

2 files changed

+163
-147
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@
1414
"author": "David Peng",
1515
"license": "ISC",
1616
"devDependencies": {
17-
"@commitlint/cli": "^16.2.3",
18-
"@commitlint/config-conventional": "^16.2.1",
19-
"@commitlint/cz-commitlint": "^16.2.3",
20-
"@types/node": "^17.0.25",
21-
"@typescript-eslint/eslint-plugin": "^5.20.0",
22-
"@typescript-eslint/parser": "^5.20.0",
17+
"@commitlint/cli": "^16.2.4",
18+
"@commitlint/config-conventional": "^16.2.4",
19+
"@commitlint/cz-commitlint": "^16.2.4",
20+
"@types/node": "^17.0.30",
21+
"@typescript-eslint/eslint-plugin": "^5.21.0",
22+
"@typescript-eslint/parser": "^5.21.0",
2323
"commitizen": "^4.2.4",
2424
"esbuild": "^0.14.38",
2525
"esbuild-node-tsc": "^1.8.5",
2626
"eslint": "^8.14.0",
2727
"eslint-config-prettier": "^8.5.0",
2828
"eslint-plugin-prettier": "^4.0.0",
2929
"husky": "^7.0.4",
30-
"inquirer": "^8.2.2",
31-
"lint-staged": "^12.4.0",
32-
"nodemon": "^2.0.15",
30+
"inquirer": "^8.2.4",
31+
"lint-staged": "^12.4.1",
32+
"nodemon": "^2.0.16",
3333
"prettier": "^2.6.2",
3434
"standard-version": "^9.3.2",
35-
"typescript": "^4.6.3"
35+
"typescript": "^4.6.4"
3636
},
3737
"dependencies": {
38-
"fastify": "^3.28.0",
39-
"fastify-autoload": "^3.12.0",
38+
"fastify": "^3.29.0",
39+
"fastify-autoload": "^3.13.0",
4040
"fastify-plugin": "^3.0.1",
41-
"fastify-sensible": "^3.1.2"
41+
"fastify-sensible": "^3.2.0"
4242
}
4343
}

0 commit comments

Comments
 (0)