|
14 | 14 | "author": "David Peng",
|
15 | 15 | "license": "ISC",
|
16 | 16 | "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", |
23 | 23 | "commitizen": "^4.2.4",
|
24 | 24 | "esbuild": "^0.14.38",
|
25 | 25 | "esbuild-node-tsc": "^1.8.5",
|
26 | 26 | "eslint": "^8.14.0",
|
27 | 27 | "eslint-config-prettier": "^8.5.0",
|
28 | 28 | "eslint-plugin-prettier": "^4.0.0",
|
29 | 29 | "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", |
33 | 33 | "prettier": "^2.6.2",
|
34 | 34 | "standard-version": "^9.3.2",
|
35 |
| - "typescript": "^4.6.3" |
| 35 | + "typescript": "^4.6.4" |
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "fastify": "^3.28.0", |
39 |
| - "fastify-autoload": "^3.12.0", |
| 38 | + "fastify": "^3.29.0", |
| 39 | + "fastify-autoload": "^3.13.0", |
40 | 40 | "fastify-plugin": "^3.0.1",
|
41 |
| - "fastify-sensible": "^3.1.2" |
| 41 | + "fastify-sensible": "^3.2.0" |
42 | 42 | }
|
43 | 43 | }
|
0 commit comments