Skip to content

Commit 81d7e9e

Browse files
chore(deps): update all non-major dependencies
1 parent 619a200 commit 81d7e9e

76 files changed

Lines changed: 232 additions & 256 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bun.lock

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

cloud/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM oven/bun:1.3.11 AS builder
2+
FROM oven/bun:1.3.13 AS builder
33
WORKDIR /usr/src
44

55
# Copy source files
@@ -15,7 +15,7 @@ COPY ./tsconfig.docker.json ./tsconfig.json
1515
# RUN bun run build
1616

1717
# Final stage
18-
FROM oven/bun:1.3.11 AS release
18+
FROM oven/bun:1.3.13 AS release
1919
WORKDIR /usr/src
2020

2121
# Copy built files from builder stage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"ts-broadcasting": "latest"
7474
},
7575
"devDependencies": {
76-
"@types/bun": "^1.3.11",
76+
"@types/bun": "^1.3.12",
7777
"bun-git-hooks": "^0.3.1"
7878
},
7979
"workspaces": [

storage/framework/core/actions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
"prepublishOnly": "bun run build"
5555
},
5656
"dependencies": {
57-
"@stacksjs/ts-cloud": "^0.2.1"
57+
"@stacksjs/ts-cloud": "^0.2.3"
5858
},
5959
"devDependencies": {
6060
"@stacksjs/api": "workspace:*",
6161
"@stacksjs/cli": "workspace:*",
6262
"@stacksjs/config": "workspace:*",
6363
"@stacksjs/database": "workspace:*",
6464
"@stacksjs/tlsx": "^0.13.0",
65-
"better-dx": "^0.2.5",
65+
"better-dx": "^0.2.7",
6666
"@stacksjs/dns": "workspace:*",
6767
"@stacksjs/enums": "workspace:*",
6868
"@stacksjs/env": "workspace:*",

storage/framework/core/ai/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"prepublishOnly": "bun run build"
5656
},
5757
"dependencies": {
58-
"@anthropic-ai/claude-agent-sdk": "^0.2.79",
59-
"@stacksjs/ts-cloud": "^0.1.14"
58+
"@anthropic-ai/claude-agent-sdk": "^0.2.117",
59+
"@stacksjs/ts-cloud": "^0.2.3"
6060
},
6161
"devDependencies": {
62-
"better-dx": "^0.2.5"
62+
"better-dx": "^0.2.7"
6363
}
6464
}

storage/framework/core/alias/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prepublishOnly": "bun run build"
4141
},
4242
"devDependencies": {
43-
"better-dx": "^0.2.5",
43+
"better-dx": "^0.2.7",
4444
"@stacksjs/path": "workspace:*"
4545
}
4646
}

storage/framework/core/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"prepublishOnly": "bun run build"
5050
},
5151
"devDependencies": {
52-
"better-dx": "^0.2.5"
52+
"better-dx": "^0.2.7"
5353
}
5454
}

storage/framework/core/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"prepublishOnly": "bun run build"
5151
},
5252
"devDependencies": {
53-
"better-dx": "^0.2.5",
53+
"better-dx": "^0.2.7",
5454
"@stacksjs/utils": "workspace:*"
5555
}
5656
}

storage/framework/core/arrays/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"prepublishOnly": "bun run build"
5151
},
5252
"devDependencies": {
53-
"better-dx": "^0.2.5",
53+
"better-dx": "^0.2.7",
5454
"@stacksjs/utils": "workspace:*"
5555
}
5656
}

storage/framework/core/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@stacksjs/ts-auth": "^0.4.1"
5050
},
5151
"devDependencies": {
52-
"better-dx": "^0.2.5",
52+
"better-dx": "^0.2.7",
5353
"@stacksjs/error-handling": "workspace:*",
5454
"@stacksjs/router": "workspace:*"
5555
}

0 commit comments

Comments
 (0)