Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 03b476a commit ad3923c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM oven/bun:1.2.0-debian AS builder
FROM oven/bun:1.2.1-debian AS builder
WORKDIR /usr/src

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

# Final stage
FROM oven/bun:1.2.0-debian AS release
FROM oven/bun:1.2.1-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@stacksjs/build": "workspace:*",
"@stacksjs/lint": "workspace:*",
"@stacksjs/logging": "workspace:*",
"@stacksjs/rpx": "^0.9.1",
"@stacksjs/rpx": "^0.10.0",
"@stacksjs/testing": "workspace:*",
"@stacksjs/tinker": "workspace:*",
"@stacksjs/tunnel": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@rollup/pluginutils": "^5.1.4",
"@stacksjs/validation": "workspace:*",
"@types/aws4": "^1.11.6",
"@types/bun": "^1.2.0",
"@types/bun": "^1.2.1",
"@types/crypto-js": "^4.2.2",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-link-attributes": "^3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM oven/bun:1.2.0-debian AS builder
FROM oven/bun:1.2.1-debian AS builder
WORKDIR /usr/src

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

# Final stage
FROM oven/bun:1.2.0-debian AS release
FROM oven/bun:1.2.1-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/views/dashboard/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.74.1"
tauri-build = { version = "1.5.6", features = [] }

[dependencies]
serde_json = "1.0.137"
serde_json = "1.0.138"
serde = { version = "1.0.217", features = [ "derive" ] }
tauri = { version = "1.8.2", features = [] }

Expand Down
2 changes: 1 addition & 1 deletion storage/framework/views/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.74.1"
tauri-build = { version = "1.5.6", features = [] }

[dependencies]
serde_json = "1.0.137"
serde_json = "1.0.138"
serde = { version = "1.0.217", features = [ "derive" ] }
tauri = { version = "1.8.2", features = [] }

Expand Down
2 changes: 1 addition & 1 deletion storage/framework/views/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vue-macros/volar": "^0.30.13",
"@vue/test-utils": "^2.4.6",
"markdown-it-link-attributes": "^4.0.1",
"rollup": "^4.32.0",
"rollup": "^4.32.1",
"shiki": "^2.1.0",
"unocss": "65.4.3",
"unplugin-auto-import": "^19.0.0",
Expand Down

0 comments on commit ad3923c

Please sign in to comment.