From aed64b0af0779ceae13a07c1f23346ebcdc7c123 Mon Sep 17 00:00:00 2001 From: James Sumners <321201+jsumners@users.noreply.github.com> Date: Sat, 29 Jun 2024 06:27:24 -0400 Subject: [PATCH] Merge `next` into `master` (#167) * Update for v5 (#165) * Update for v5 (#165) * update deps --------- Co-authored-by: Mohammed Bilal Shareef --- .github/workflows/ci.yml | 2 +- package.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0610c55..582175c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index 5b8dc42..09e6db1 100644 --- a/package.json +++ b/package.json @@ -6,18 +6,18 @@ "type": "commonjs", "types": "types/index.d.ts", "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@types/node": "^20.1.0", - "fastify": "^4.0.0-rc.2", + "@fastify/pre-commit": "^2.1.0", + "@types/node": "^20.11.29", + "fastify": "^5.0.0-alpha.3", "request": "^2.88.0", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", - "tsd": "^0.31.0" + "standard": "^17.1.0", + "tap": "^20.0.1", + "tsd": "^0.31.1" }, "dependencies": { - "accepts": "^1.3.5", - "fastify-plugin": "^4.0.0" + "accepts": "^1.3.8", + "fastify-plugin": "^5.0.0-pre.fv5.1" }, "scripts": { "lint": "standard | snazzy",