Skip to content

Commit b4fc7a2

Browse files
committed
Update bun to 1.3.8
1 parent 8d7edd8 commit b4fc7a2

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"workspaceFolder": "/workspace",
66
"service": "workspace",
77
"shutdownAction": "stopCompose",
8-
"postCreateCommand": "npm install -g bun@1.3.7 && bun install --frozen-lockfile",
8+
"postCreateCommand": "npm install -g bun@1.3.8 && bun install --frozen-lockfile",
99
"remoteUser": "node",
1010
"forwardPorts": [5432, 5540, 6379],
1111
"customizations": {

bun.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"kysely": "~0.28.8",
3636
"ioredis": "^5.0.0",
3737
"typescript": "^5.9.3",
38-
"@types/bun": "1.3.7",
38+
"@types/bun": "1.3.8",
3939
"@types/node": "20.19.6"
4040
}
4141
},
42-
"packageManager": "bun@1.3.7"
42+
"packageManager": "bun@1.3.8"
4343
}

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@
113113
"peerDependencies": {
114114
"@zenstackhq/orm": "catalog:"
115115
},
116-
"packageManager": "bun@1.3.7"
116+
"packageManager": "bun@1.3.8"
117117
}

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"exports": {
77
"./ts": "./ts.json"
88
},
9-
"packageManager": "bun@1.3.7"
9+
"packageManager": "bun@1.3.8"
1010
}

0 commit comments

Comments
 (0)