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 and jsumners committed Jul 13, 2024
1 parent d169e10 commit 94108f7
Show file tree
Hide file tree
Showing 3 changed files with 3 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" ]
5 changes: 1 addition & 4 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 @@ -151,5 +148,5 @@ yarn.lock
.vscode
.idea

#tap files
# tap files
.tap/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"url": "git+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",
"tap": "^18.7.1",
"tsd": "^0.31.0"
},
"pre-commit": [
Expand Down

0 comments on commit 94108f7

Please sign in to comment.