Skip to content

Commit

Permalink
Update tap to version 18 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrayburn-tech authored Mar 19, 2024
1 parent 862a3c4 commit c53927f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
- dependency-name: tap
update-types: [ "version-update:semver-major" ]
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ dist
# macOS files
.DS_Store

# Clinic
.clinic

# lock files
bun.lockb
package-lock.json
Expand All @@ -150,3 +147,6 @@ yarn.lock
# editor files
.vscode
.idea

# tap files
.tap/
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"url": "https://github.com/fastify/fast-content-type-parse.git"
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@fastify/pre-commit": "^2.1.0",
"benchmark": "^2.1.4",
"busboy": "^1.6.0",
"content-type": "^1.0.4",
"standard": "^17.0.0",
"tap": "16.3.9",
"tsd": "^0.29.0"
"tap": "^18.7.1",
"tsd": "^0.30.7"
},
"pre-commit": [
"lint",
Expand Down

0 comments on commit c53927f

Please sign in to comment.