Skip to content

Commit 6ed8b95

Browse files
chore(deps): bump bun-types from 1.1.22 to 1.1.26 (#481)
Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.22 to 1.1.26. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.26/packages/bun-types) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 132915e commit 6ed8b95

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@release-it/conventional-changelog": "8.0.1",
7171
"@tsconfig/bun": "1.0.7",
7272
"@~/config.tailwindcss": "workspace:*",
73-
"bun-types": "1.1.22",
73+
"bun-types": "1.1.26",
7474
"prettier": "3.3.3",
7575
"prettier-plugin-tailwindcss": "0.6.6",
7676
"release-it": "17.6.0",

packages/~/app/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"devDependencies": {
3636
"@~/config.typescript": "workspace:*",
37-
"bun-types": "1.1.22"
37+
"bun-types": "1.1.26"
3838
}
3939
}

packages/~/config/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@tsconfig/bun": "1.0.7",
99
"@tsconfig/strictest": "2.0.5",
10-
"bun-types": "1.1.22",
10+
"bun-types": "1.1.26",
1111
"hono": "4.5.8"
1212
}
1313
}

packages/~/infra/zammad/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"devDependencies": {
2323
"@~/config.typescript": "workspace:*",
24-
"bun-types": "1.1.22"
24+
"bun-types": "1.1.26"
2525
}
2626
}

packages/~/welcome/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"devDependencies": {
2323
"@~/config.typescript": "workspace:*",
24-
"bun-types": "1.1.22"
24+
"bun-types": "1.1.26"
2525
}
2626
}

0 commit comments

Comments
 (0)