diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4c1051d..23c58d4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1934fa9..c50040c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,7 +13,7 @@ jobs: continue-on-error: true steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 - id: checkout name: Checkout uses: actions/checkout@v4 @@ -35,7 +35,7 @@ jobs: continue-on-error: true steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 - id: checkout name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04b04c7..03f37e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: continue-on-error: true steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 - id: checkout name: Checkout uses: actions/checkout@v4 diff --git a/bun.lockb b/bun.lockb index c9f0e80..762c76c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d60b115..6584e83 100644 --- a/package.json +++ b/package.json @@ -21,33 +21,33 @@ "typecheck:web": "tsc --noEmit --project web/tsconfig.json" }, "dependencies": { - "@elysiajs/cors": "0.7.2", - "@elysiajs/eden": "0.7.6", - "@elysiajs/static": "0.7.1", - "@elysiajs/swagger": "0.7.4", - "@libsql/client": "0.3.6", - "drizzle-orm": "0.29.1", + "@elysiajs/cors": "0.8.0", + "@elysiajs/eden": "0.8.1", + "@elysiajs/static": "0.8.1", + "@elysiajs/swagger": "0.8.5", + "@libsql/client": "0.4.3", + "drizzle-orm": "0.29.3", "elysia": "latest", - "pino": "8.16.2" + "pino": "8.18.0" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "3.0.1", + "@sveltejs/vite-plugin-svelte": "3.0.2", "@trivago/prettier-plugin-sort-imports": "4.3.0", "@tsconfig/svelte": "5.0.2", - "@typescript-eslint/eslint-plugin": "6.13.2", - "@typescript-eslint/parser": "6.13.2", + "@typescript-eslint/eslint-plugin": "6.20.0", + "@typescript-eslint/parser": "6.20.0", "bun-types": "latest", - "drizzle-kit": "0.20.6", - "eslint": "8.55.0", + "drizzle-kit": "0.20.14", + "eslint": "8.56.0", "eslint-config-productsway": "1.3.1", "eslint-plugin-svelte": "2.35.1", "npm-run-all": "4.1.5", - "prettier": "3.1.0", + "prettier": "3.2.5", "superjson": "2.2.1", - "svelte": "4.2.8", - "svelte-check": "3.6.2", + "svelte": "4.2.9", + "svelte-check": "3.6.3", "tslib": "2.6.2", "typescript": "5.3.3", - "vite": "5.0.7" + "vite": "5.0.12" } }