Skip to content

Commit

Permalink
upgrade to bun 1.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbarker committed Dec 24, 2024
1 parent 537fdfb commit 6d65b19
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build + test with Bun v${{matrix.bun_version}}, wasm-bindgen v${{matrix.wasm_bindgen_version}}
strategy:
matrix:
bun_version: ["1.1.40"]
bun_version: ["1.1.42"]
wasm_bindgen_version: ["0.2.99"]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bun 1.1.40
bun 1.1.42
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUN_VERSION=1.1.40
ARG BUN_VERSION=1.1.42
FROM oven/bun:${BUN_VERSION} AS builder

# Install OS deps
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"bun-types": "^1.1.40",
"bun-types": "^1.1.42",
"chokidar": "^4.0.3",
"concurrently": "^9.1.0",
"postcss": "^8.4.49",
Expand Down

0 comments on commit 6d65b19

Please sign in to comment.