Skip to content

Commit

Permalink
Update dependencies (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Sep 29, 2024
1 parent de960ba commit 01c3707
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@fastify/swagger": "^9.0.0",
"@fastify/swagger": "^9.1.0",
"@fastify/swagger-ui": "^5.0.1",
"@kibertoad/biome-config": "^1.2.1",
"@types/node": "^20.12.12",
"@types/node": "^20.16.10",
"@vitest/coverage-v8": "^2.1.1",
"fastify": "^5.0.0",
"fastify-plugin": "^5.0.1",
"oas-validator": "^5.0.8",
"openapi-types": "^12.1.3",
"tsd": "^0.31.0",
"typescript": "^5.4.5",
"tsd": "^0.31.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"zod": "^3.23.8"
},
Expand Down

0 comments on commit 01c3707

Please sign in to comment.