Skip to content

Commit 53dbb87

Browse files
authored
Update to fastify@5 (#230)
* Update to fastify@5 Signed-off-by: Matteo Collina <[email protected]> * bump ci Signed-off-by: Matteo Collina <[email protected]> * remove ovveride due to legacy-peer-deps Signed-off-by: Matteo Collina <[email protected]> * fixup Signed-off-by: Matteo Collina <[email protected]> --------- Signed-off-by: Matteo Collina <[email protected]>
1 parent 0f5d91c commit 53dbb87

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
test:
20-
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
20+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
2121
with:
2222
lint: true
2323
license-check: true

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
package-lock=false
2+
legacy-peer-deps=true

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"postversion": "git push && git push --tags"
4141
},
4242
"devDependencies": {
43-
"@fastify/multipart": "8.3.0",
43+
"@fastify/multipart": "^9.0.0",
4444
"@fastify/pre-commit": "^2.1.0",
4545
"@h4ad/serverless-adapter": "4.2.3",
4646
"@types/aws-lambda": "8.10.145",
@@ -53,16 +53,11 @@
5353
"eslint-plugin-n": "^16.6.2",
5454
"eslint-plugin-promise": "^6.1.1",
5555
"eslint-plugin-standard": "^5.0.0",
56-
"fastify": "^4.26.0",
56+
"fastify": "^5.0.0-alpha.4",
5757
"serverless-http": "^3.2.0",
5858
"tap": "^16.3.9",
5959
"tsd": "^0.31.0"
6060
},
61-
"overrides": {
62-
"aws-serverless-fastify": {
63-
"fastify": "^4.26.0"
64-
}
65-
},
6661
"publishConfig": {
6762
"access": "public"
6863
},

0 commit comments

Comments
 (0)