Skip to content

Commit

Permalink
↗️ [patch](deps): bump bun-types from 1.1.42 to 1.1.43
Browse files Browse the repository at this point in the history
Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.42 to 1.1.43.
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.43/packages/bun-types)

---
updated-dependencies:
- dependency-name: bun-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent e2e06a6 commit b79622e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@release-it/conventional-changelog": "9.0.4",
"@tsconfig/bun": "1.0.7",
"@~/config.tailwindcss": "workspace:*",
"bun-types": "1.1.42",
"bun-types": "1.1.43",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/~/app/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"devDependencies": {
"@~/config.typescript": "workspace:*",
"bun-types": "1.1.42"
"bun-types": "1.1.43"
}
}
2 changes: 1 addition & 1 deletion packages/~/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@tsconfig/bun": "1.0.7",
"@tsconfig/strictest": "2.0.5",
"bun-types": "1.1.42",
"bun-types": "1.1.43",
"hono": "4.6.16"
}
}
2 changes: 1 addition & 1 deletion packages/~/infra/crisp/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@~/config.typescript": "workspace:*",
"@~/crisp.lib": "workspace:*",
"bun-types": "1.1.42"
"bun-types": "1.1.43"
}
}
2 changes: 1 addition & 1 deletion packages/~/infra/zammad/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"@~/config.typescript": "workspace:*",
"bun-types": "1.1.42"
"bun-types": "1.1.43"
}
}
2 changes: 1 addition & 1 deletion packages/~/welcome/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"@~/config.typescript": "workspace:*",
"bun-types": "1.1.42"
"bun-types": "1.1.43"
}
}

0 comments on commit b79622e

Please sign in to comment.