Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 2d392cd commit d6451fd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified bun.lockb
Binary file not shown.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit d6451fd

Please sign in to comment.