Skip to content

Commit 3acf149

Browse files
authored
update for v5 (#140)
1 parent e92c327 commit 3acf149

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
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@v4.0.0
2121
with:
2222
license-check: true
2323
lint: true

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ lib-cov
2323
coverage
2424
*.lcov
2525

26+
# .tap output
27+
.tap
28+
2629
# nyc test coverage
2730
.nyc_output
2831

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
},
3030
"homepage": "https://github.com/fastify/fastify-url-data#readme",
3131
"devDependencies": {
32-
"@fastify/pre-commit": "^2.0.2",
33-
"@types/node": "^20.1.0",
34-
"fastify": "^4.0.0-rc.2",
32+
"@fastify/pre-commit": "^2.1.0",
33+
"@types/node": "^20.11.6",
34+
"fastify": "^4.25.2",
3535
"h2url": "^0.2.0",
36-
"semver": "^7.3.2",
36+
"semver": "^7.5.4",
3737
"snazzy": "^9.0.0",
38-
"standard": "^17.0.0",
39-
"tap": "^16.0.0",
40-
"tsd": "~0.30.0"
38+
"standard": "^17.1.0",
39+
"tap": "^18.6.1",
40+
"tsd": "~0.30.4"
4141
},
4242
"dependencies": {
43-
"fast-uri": "^2.2.0",
44-
"fastify-plugin": "^4.0.0"
43+
"fast-uri": "^2.3.0",
44+
"fastify-plugin": "^4.5.1"
4545
},
4646
"publishConfig": {
4747
"access": "public"

0 commit comments

Comments
 (0)