Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent c2f206f commit 1fced06
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "3000"

traefik:
image: "traefik:3.0"
image: "traefik:v3.1"
command:
- "--api.insecure=true"
- "--providers.docker=true"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"typecheck:web": "tsc --noEmit --project web/tsconfig.json"
},
"dependencies": {
"@elysiajs/cors": "0.7.2",
"@elysiajs/eden": "0.7.7",
"@elysiajs/static": "0.7.1",
"@elysiajs/swagger": "1.0.5",
"@elysiajs/cors": "0.8.0",
"@elysiajs/eden": "0.8.1",
"@elysiajs/static": "0.8.1",
"@elysiajs/swagger": "1.1.1",
"elysia": "latest",
"elysia-autoroutes": "0.5.0",
"pino": "9.3.1"
"pino": "9.4.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.1",
"@tsconfig/svelte": "5.0.4",
"bun-types": "latest",
"npm-run-all2": "6.2.2",
"npm-run-all2": "6.2.3",
"superjson": "2.2.1",
"svelte": "next",
"svelte-check": "4.0.1",
"tslib": "2.6.3",
"typescript": "5.5.3",
"vite": "5.3.6"
"svelte-check": "4.0.2",
"tslib": "2.7.0",
"typescript": "5.6.2",
"vite": "5.4.6"
}
}
Binary file modified web/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.3"
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6"
}
}

0 comments on commit 1fced06

Please sign in to comment.