Skip to content

Commit

Permalink
Update for Fastify v5 (#246)
Browse files Browse the repository at this point in the history
* ci

* update tap
  • Loading branch information
gurgunday authored Apr 22, 2024
1 parent 7372714 commit 3141885
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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:
lint: true
license-check: true
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@
"author": "Denis Fäcke",
"license": "MIT",
"dependencies": {
"fastify-plugin": "^4.0.0",
"safe-stable-stringify": "^2.3.1"
"fastify-plugin": "^4.5.1",
"safe-stable-stringify": "^2.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/session.git"
},
"devDependencies": {
"@fastify/cookie": "^9.0.4",
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"connect-mongo": "^5.0.0",
"connect-redis": "^7.0.0",
"cronometro": "^3.0.1",
"fastify": "^4.3.0",
"ioredis": "^5.0.5",
"@fastify/cookie": "^9.3.1",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.12.7",
"connect-mongo": "^5.1.0",
"connect-redis": "^7.1.1",
"cronometro": "^3.0.2",
"fastify": "^4.26.2",
"ioredis": "^5.3.2",
"session-file-store": "^1.5.0",
"standard": "^17.0.0",
"tap": "^16.3.0",
"standard": "^17.1.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
},
"types": "types/types.d.ts",
Expand Down

0 comments on commit 3141885

Please sign in to comment.