Skip to content

Commit b4c4b86

Browse files
committed
chore: Updated dependencies.
1 parent c4e5127 commit b4c4b86

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@
4242
"postpublish": "git push origin && git push origin -f --tags"
4343
},
4444
"dependencies": {
45-
"@fastify/static": "^7.0.0",
45+
"@fastify/static": "^7.0.3",
4646
"fastify-plugin": "^4.5.1",
4747
"js-yaml": "^4.1.0",
48-
"swagger-ui-dist": "^5.11.2"
48+
"swagger-ui-dist": "^5.15.1"
4949
},
5050
"devDependencies": {
5151
"@cowtech/eslint-config": "^9.0.3",
52-
"@swc/cli": "^0.3.9",
53-
"@swc/core": "^1.4.0",
52+
"@swc/cli": "^0.3.12",
53+
"@swc/core": "^1.4.13",
5454
"@types/js-yaml": "^4.0.9",
55-
"@types/node": "^20.11.16",
55+
"@types/node": "^20.12.7",
5656
"@types/swagger-ui-dist": "^3.30.4",
5757
"c8": "^9.1.0",
5858
"chokidar": "^3.6.0",
5959
"concurrently": "^8.2.2",
6060
"eslint": "^8.57.0",
61-
"fastify": "^4.26.0",
61+
"fastify": "^4.26.2",
6262
"prettier": "^3.2.5",
63-
"tsx": "^4.7.0",
64-
"typescript": "^5.3.3"
63+
"tsx": "^4.7.2",
64+
"typescript": "^5.4.5"
6565
},
6666
"engines": {
6767
"node": ">= 18.18.0"

prettier.config.cjs renamed to prettier.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
printWidth: 120,
33
semi: false,
44
singleQuote: true,

0 commit comments

Comments
 (0)