Skip to content

Commit

Permalink
Update for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshareef committed Mar 21, 2024
1 parent 4e39bd8 commit a5394c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
with:
license-check: true
lint: true
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -31,32 +31,32 @@
},
"homepage": "https://github.com/fastify/fastify-static",
"dependencies": {
"@fastify/accept-negotiator": "^1.0.0",
"@fastify/send": "^2.0.0",
"content-disposition": "^0.5.3",
"fastify-plugin": "^4.0.0",
"fastq": "^1.17.0",
"glob": "^10.3.4"
"@fastify/accept-negotiator": "^1.1.0",
"@fastify/send": "^2.1.0",
"content-disposition": "^0.5.4",
"fastify-plugin": "^4.5.1",
"fastq": "^1.17.1",
"glob": "^10.3.10"
},
"devDependencies": {
"@fastify/compress": "^7.0.0",
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"concat-stream": "^2.0.0",
"coveralls": "^3.0.4",
"coveralls": "^3.1.1",
"eslint-plugin-typescript": "^0.14.0",
"fastify": "^4.0.0-rc.2",
"handlebars": "^4.7.6",
"pino": "^8.4.2",
"proxyquire": "^2.1.0",
"simple-get": "^4.0.0",
"fastify": "^4.26.2",
"handlebars": "^4.7.8",
"pino": "^8.19.0",
"proxyquire": "^2.1.3",
"simple-get": "^4.0.1",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.30.0",
"typescript": "^5.1.6"
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.30.7",
"typescript": "^5.4.3"
},
"tsd": {
"directory": "test/types"
Expand Down

0 comments on commit a5394c6

Please sign in to comment.