Skip to content

Commit 6c7cbaa

Browse files
committed
build: bump packages to latest version
1 parent 0cd0d8c commit 6c7cbaa

File tree

2 files changed

+304
-297
lines changed

2 files changed

+304
-297
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,32 @@
1616
"@commitlint/cli": "^17.0.2",
1717
"@commitlint/config-conventional": "^17.0.2",
1818
"@commitlint/cz-commitlint": "^17.0.0",
19-
"@types/node": "^17.0.41",
20-
"@typescript-eslint/eslint-plugin": "^5.27.1",
21-
"@typescript-eslint/parser": "^5.27.1",
19+
"@types/node": "^18.0.0",
20+
"@typescript-eslint/eslint-plugin": "^5.28.0",
21+
"@typescript-eslint/parser": "^5.28.0",
2222
"commitizen": "^4.2.4",
23-
"esbuild": "^0.14.43",
23+
"esbuild": "^0.14.45",
2424
"esbuild-plugin-pino": "^1.1.6",
25-
"eslint": "^8.17.0",
25+
"eslint": "^8.18.0",
2626
"eslint-config-prettier": "^8.5.0",
2727
"eslint-plugin-prettier": "^4.0.0",
2828
"husky": "^8.0.1",
2929
"inquirer": "^8.2.4",
3030
"json-schema-to-ts": "^2.5.3",
31-
"lint-staged": "^13.0.1",
31+
"lint-staged": "^13.0.2",
3232
"nodemon": "^2.0.16",
3333
"pino": "^8.0.0",
3434
"pino-pretty": "^8.0.0",
35-
"prettier": "^2.6.2",
35+
"prettier": "^2.7.1",
3636
"standard-version": "^9.5.0",
3737
"thread-stream": "^1.0.0",
38-
"typescript": "^4.7.3"
38+
"typescript": "^4.7.4"
3939
},
4040
"dependencies": {
4141
"@fastify/autoload": "^5.0.0",
4242
"@fastify/sensible": "^5.0.0",
43-
"@fastify/swagger": "^7.2.0",
44-
"fastify": "^4.0.0",
43+
"@fastify/swagger": "^7.3.0",
44+
"fastify": "^4.0.3",
4545
"fastify-plugin": "^3.0.1"
4646
}
4747
}

0 commit comments

Comments
 (0)