|
14 | 14 | "author": "David Peng",
|
15 | 15 | "license": "ISC",
|
16 | 16 | "devDependencies": {
|
17 |
| - "@commitlint/cli": "^16.2.4", |
| 17 | + "@commitlint/cli": "^16.3.0", |
18 | 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", |
| 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", |
23 | 23 | "commitizen": "^4.2.4",
|
24 |
| - "esbuild": "^0.14.38", |
25 |
| - "eslint": "^8.14.0", |
| 24 | + "esbuild": "^0.14.39", |
| 25 | + "eslint": "^8.15.0", |
26 | 26 | "eslint-config-prettier": "^8.5.0",
|
27 | 27 | "eslint-plugin-prettier": "^4.0.0",
|
28 | 28 | "husky": "^7.0.4",
|
29 | 29 | "inquirer": "^8.2.4",
|
| 30 | + "json-schema-to-ts": "^2.4.0", |
30 | 31 | "lint-staged": "^12.4.1",
|
31 | 32 | "nodemon": "^2.0.16",
|
32 | 33 | "prettier": "^2.6.2",
|
33 | 34 | "standard-version": "^9.3.2",
|
34 | 35 | "typescript": "^4.6.4"
|
35 | 36 | },
|
36 | 37 | "dependencies": {
|
37 |
| - "@fastify/autoload": "^4.0.0", |
38 |
| - "@fastify/sensible": "^4.0.0", |
| 38 | + "@fastify/autoload": "^4.0.1", |
| 39 | + "@fastify/sensible": "^4.1.0", |
| 40 | + "@fastify/swagger": "^6.0.1", |
39 | 41 | "fastify": "^3.29.0",
|
40 | 42 | "fastify-plugin": "^3.0.1",
|
41 | 43 | "pino-pretty": "^7.6.1"
|
|
0 commit comments