Skip to content

Commit 1477964

Browse files
committed
chore: Updated dependencies.
1 parent fc88686 commit 1477964

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,22 @@
4444
"dependencies": {
4545
"ajv": "^8.12.0",
4646
"fastify-plugin": "^4.5.1",
47-
"http-errors-enhanced": "^2.0.7"
47+
"http-errors-enhanced": "^2.0.8"
4848
},
4949
"devDependencies": {
5050
"@cowtech/eslint-config": "^9.0.3",
51-
"@swc/cli": "^0.3.9",
52-
"@swc/core": "^1.4.0",
53-
"@types/node": "^20.11.16",
54-
"ajv-formats": "^2.1.1",
51+
"@swc/cli": "^0.3.12",
52+
"@swc/core": "^1.4.13",
53+
"@types/node": "^20.12.7",
54+
"ajv-formats": "^3.0.1",
5555
"c8": "^9.1.0",
5656
"chokidar": "^3.6.0",
5757
"concurrently": "^8.2.2",
5858
"eslint": "^8.57.0",
59-
"fastify": "^4.26.0",
59+
"fastify": "^4.26.2",
6060
"prettier": "^3.2.5",
61-
"tsx": "^4.7.0",
62-
"typescript": "^5.3.3"
61+
"tsx": "^4.7.2",
62+
"typescript": "^5.4.5"
6363
},
6464
"engines": {
6565
"node": ">= 18.18.0"

prettier.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default {
2+
printWidth: 120,
3+
semi: false,
4+
singleQuote: true,
5+
bracketSpacing: true,
6+
trailingComma: 'none',
7+
arrowParens: 'avoid'
8+
}
File renamed without changes.

0 commit comments

Comments
 (0)