Skip to content

Commit

Permalink
Upgrade for fastify v5 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse authored and jsumners committed Jun 19, 2024
1 parent c98803a commit f3c2559
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 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-mysql.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci-mysql.yml@v4.1.0
with:
license-check: true
lint: true
6 changes: 1 addition & 5 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
jobs: 1
jsx: false
ts: false
flow: false

disable-coverage: true
files:
- test/**/*.test.js
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
},
"homepage": "https://github.com/fastify/fastify-mysql#readme",
"dependencies": {
"fastify-plugin": "^4.0.0",
"fastify-plugin": "^4.5.1",
"mysql2": "^3.9.7"
},
"devDependencies": {
"@types/node": "^20.1.0",
"fastify": "^4.0.0-rc.2",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.31.0"
"@types/node": "^20.11.30",
"fastify": "^5.0.0-alpha.1",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.7"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f3c2559

Please sign in to comment.