Skip to content

Commit

Permalink
🆙bump: version up dependencies (#503)
Browse files Browse the repository at this point in the history
* 🆙bump: version up dependencies

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Marukome0743 and autofix-ci[bot] authored Sep 5, 2024
1 parent b75ee11 commit 1d68e87
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ env:
REPOSITORY: marukome0743/homepage
GHCR_REGISTRY: ghcr.io
GHCR_REPOSITORY: openup-labtakizawa/homepage
IS_PUSH: ${{ inputs.push || github.event_name == 'push' && github.repository_owner == 'openup-labtakizawa' && github.ref_name == 'main' }}
IS_PUSH: ${{ github.ref_type == 'tag' || inputs.push || github.event_name == 'push' && github.repository_owner == 'openup-labtakizawa' && github.ref_name == 'main' }}

jobs:
build:
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker.io/docker/dockerfile-upstream:1.9.0-labs
# syntax=docker.io/docker/dockerfile-upstream:1.10.0-rc1
FROM oven/bun:canary AS base
WORKDIR /usr/src/app

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
@@ -24,7 +24,7 @@
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"daisyui": "^4.12.10",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "rc"
},

0 comments on commit 1d68e87

Please sign in to comment.