From 1d2ffdd0da8a174ceb61b229742b0a3fae7da1d4 Mon Sep 17 00:00:00 2001 From: Matteo Gesmundo <46707463+Gesma94@users.noreply.github.com> Date: Sat, 4 May 2024 16:09:25 +0200 Subject: [PATCH] Updating for v5 (#50) * chore: updating dependencies and ci workflow * chore: update `plugins-ci` to v4.2.1 --- .github/workflows/ci.yml | 5 +++-- package.json | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b00276..af5918d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1 with: - license-check: true lint: true + license-check: true + node-versions: '["16", "18", "20", "22"]' diff --git a/package.json b/package.json index 7a2fe7f..cb298c3 100644 --- a/package.json +++ b/package.json @@ -24,11 +24,11 @@ }, "homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme", "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "fastify": "^4.0.0", + "@fastify/pre-commit": "^2.1.0", + "fastify": "^4.26.2", "sanitize-filename": "^1.6.3", - "standard": "^17.0.0", - "tap": "^16.0.0", + "standard": "^17.1.0", + "tap": "^18.7.2", "tsd": "^0.31.0" }, "pre-commit": [ @@ -36,6 +36,6 @@ "test" ], "dependencies": { - "fast-json-stringify": "^5.7.0" + "fast-json-stringify": "^5.14.1" } }