Skip to content

Commit 6d62ee0

Browse files
committed
feat(posts): add posts route, add swagger
1 parent 36c12b3 commit 6d62ee0

File tree

7 files changed

+659
-201
lines changed

7 files changed

+659
-201
lines changed

package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,30 @@
1414
"author": "David Peng",
1515
"license": "ISC",
1616
"devDependencies": {
17-
"@commitlint/cli": "^16.2.4",
17+
"@commitlint/cli": "^16.3.0",
1818
"@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",
2323
"commitizen": "^4.2.4",
24-
"esbuild": "^0.14.38",
25-
"eslint": "^8.14.0",
24+
"esbuild": "^0.14.39",
25+
"eslint": "^8.15.0",
2626
"eslint-config-prettier": "^8.5.0",
2727
"eslint-plugin-prettier": "^4.0.0",
2828
"husky": "^7.0.4",
2929
"inquirer": "^8.2.4",
30+
"json-schema-to-ts": "^2.4.0",
3031
"lint-staged": "^12.4.1",
3132
"nodemon": "^2.0.16",
3233
"prettier": "^2.6.2",
3334
"standard-version": "^9.3.2",
3435
"typescript": "^4.6.4"
3536
},
3637
"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",
3941
"fastify": "^3.29.0",
4042
"fastify-plugin": "^3.0.1",
4143
"pino-pretty": "^7.6.1"

0 commit comments

Comments
 (0)