diff --git a/.gitea/workflows/update-dependencies.yaml b/.gitea/workflows/update-dependencies.yaml index 19a905f..170c528 100644 --- a/.gitea/workflows/update-dependencies.yaml +++ b/.gitea/workflows/update-dependencies.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Setup bun.sh - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@v2 with: bun-version: latest diff --git a/bun.lockb b/bun.lockb index d7ad127..b5a412b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 3125219..906bcf2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,10 @@ "@biomejs/biome": "1.9.4", "@tailwindcss/vite": "^4.0.0-beta.8", "tailwindcss": "^4.0.0-beta.8", - "typescript": "^5.6.3" + "typescript": "^5.7.2" }, - "trustedDependencies": ["@biomejs/biome", "@parcel/watcher"] + "trustedDependencies": [ + "@biomejs/biome", + "@parcel/watcher" + ] }