From ec68c847095764b3ec384b1bf67c8198bfc0c88c Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Mon, 18 Mar 2024 11:58:59 +0100 Subject: [PATCH 1/2] feat: preparation for fastify@5 --- .github/workflows/ci.yml | 2 +- package.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b00276..5395d92 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: license-check: true lint: true diff --git a/package.json b/package.json index 629bc1c..e4a1315 100644 --- a/package.json +++ b/package.json @@ -30,19 +30,19 @@ }, "homepage": "https://github.com/fastify/fastify-formbody#readme", "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@types/node": "^20.1.0", - "fastify": "^4.0.0-rc.2", - "form-auto-content": "^3.0.0", - "qs": "^6.5.1", + "@fastify/pre-commit": "^2.1.0", + "@types/node": "^20.11.28", + "fastify": "^4.26.2", + "form-auto-content": "^3.2.1", + "qs": "^6.12.0", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", - "tsd": "^0.30.0" + "standard": "^17.1.0", + "tap": "^18.7.1", + "tsd": "^0.30.7" }, "dependencies": { - "fast-querystring": "^1.0.0", - "fastify-plugin": "^4.0.0" + "fast-querystring": "^1.1.2", + "fastify-plugin": "^4.5.1" }, "types": "types/formbody.d.ts", "publishConfig": { From 34041511e7ce34675b45d02c2068aed3966afcdc Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Mon, 18 Mar 2024 11:58:59 +0100 Subject: [PATCH 2/2] feat: preparation for fastify@5 --- .github/workflows/ci.yml | 2 +- package.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b00276..5395d92 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: license-check: true lint: true diff --git a/package.json b/package.json index 744c704..c916240 100644 --- a/package.json +++ b/package.json @@ -30,19 +30,19 @@ }, "homepage": "https://github.com/fastify/fastify-formbody#readme", "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@types/node": "^20.1.0", - "fastify": "^4.0.0-rc.2", - "form-auto-content": "^3.0.0", - "qs": "^6.5.1", + "@fastify/pre-commit": "^2.1.0", + "@types/node": "^20.11.28", + "fastify": "^4.26.2", + "form-auto-content": "^3.2.1", + "qs": "^6.12.0", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", + "standard": "^17.1.0", + "tap": "^18.7.1", "tsd": "^0.31.0" }, "dependencies": { - "fast-querystring": "^1.0.0", - "fastify-plugin": "^4.0.0" + "fast-querystring": "^1.1.2", + "fastify-plugin": "^4.5.1" }, "types": "types/formbody.d.ts", "publishConfig": {