diff --git a/.github/workflows/bun-build.yml b/.github/workflows/bun-build.yml index 6ba3c64..9f2a2b1 100644 --- a/.github/workflows/bun-build.yml +++ b/.github/workflows/bun-build.yml @@ -14,7 +14,7 @@ jobs: - uses: oven-sh/setup-bun@v2 with: node-version: 22 - - run: bun install + - run: bun install --frozen-lockfile - run: bun run build - run: bun test - run: bun lint diff --git a/bun.lockb b/bun.lockb index ae6d290..888357c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c363840..2f98972 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "zod": "^4.1.8" }, "devDependencies": { - "@tailwindcss/vite": "next", + "@tailwindcss/vite": "^4.2.4", "@types/bun": "latest", "@types/random-seed": "^0.3.5", "@types/react": "^19.1.13",