diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c78938..6c0c633 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/.tool-versions b/.tool-versions index 8459aa5..17a43f0 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -bun 1.1.40 +bun 1.1.42 diff --git a/Dockerfile b/Dockerfile index 8279883..81e5e45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/bun.lockb b/bun.lockb index 31e5c93..d5cac84 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a9bbf66..909180b 100644 --- a/package.json +++ b/package.json @@ -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",