Skip to content

Commit 78daae5

Browse files
chore(deps): update all non-major dependencies
1 parent 68cc5f7 commit 78daae5

80 files changed

Lines changed: 547 additions & 379 deletions

File tree

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: 381 additions & 213 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.14 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.14 AS release
1919
WORKDIR /usr/src
2020

2121
# Copy built files from builder stage

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
},
7575
"devDependencies": {
7676
"@iconify-json/heroicons": "^1.2.3",
77-
"@iconify-json/hugeicons": "^1.2.26",
77+
"@iconify-json/hugeicons": "^1.2.28",
7878
"@iconify-json/mdi": "^1.2.3",
79-
"@types/bun": "^1.3.11",
80-
"bun-git-hooks": "^0.3.1"
79+
"@types/bun": "^1.3.14",
80+
"bun-git-hooks": "^0.3.2"
8181
},
8282
"workspaces": [
8383
"storage/framework/**",

storage/framework/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@stacksjs/cli": "workspace:*",
56-
"better-dx": "^0.2.7",
56+
"better-dx": "^0.2.15",
5757
"@stacksjs/env": "workspace:*"
5858
}
5959
}

storage/framework/core/actions/package.json

Lines changed: 3 additions & 3 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.15"
5858
},
5959
"devDependencies": {
6060
"@stacksjs/api": "workspace:*",
6161
"@stacksjs/cli": "workspace:*",
6262
"@stacksjs/config": "workspace:*",
6363
"@stacksjs/database": "workspace:*",
64-
"@stacksjs/tlsx": "^0.13.2",
65-
"better-dx": "^0.2.5",
64+
"@stacksjs/tlsx": "^0.13.6",
65+
"better-dx": "^0.2.15",
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,17 +55,17 @@
5555
"prepublishOnly": "bun run build"
5656
},
5757
"dependencies": {
58-
"@stacksjs/ts-cloud": "^0.1.14"
58+
"@stacksjs/ts-cloud": "^0.2.15"
5959
},
6060
"peerDependencies": {
61-
"@anthropic-ai/claude-agent-sdk": "^0.2.79"
61+
"@anthropic-ai/claude-agent-sdk": "^0.3.143"
6262
},
6363
"peerDependenciesMeta": {
6464
"@anthropic-ai/claude-agent-sdk": {
6565
"optional": true
6666
}
6767
},
6868
"devDependencies": {
69-
"better-dx": "^0.2.5"
69+
"better-dx": "^0.2.15"
7070
}
7171
}

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.15",
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.15"
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.15",
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.15",
5454
"@stacksjs/utils": "workspace:*"
5555
}
5656
}

0 commit comments

Comments
 (0)