Skip to content

Commit 2e0ff33

Browse files
Update all non-major dependencies
1 parent c4cdefe commit 2e0ff33

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/fetch_langs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: 3.12.1
23+
python-version: 3.14.0
2424

2525
- name: Install dependencies
2626
run: pip install tomlkit

.github/workflows/validate_toml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: contains(steps.changes.outputs.changes, 'data')
8181
uses: actions/setup-python@v6
8282
with:
83-
python-version: 3.12.1
83+
python-version: 3.14.0
8484

8585
- name: Install dependencies
8686
if: contains(steps.changes.outputs.changes, 'data')

api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"dependencies": {
3636
"@hono/vite-cloudflare-pages": "^0.4.3",
37-
"@hono/vite-dev-server": "^0.18.3",
38-
"@hono/zod-validator": "^0.4.3",
37+
"@hono/vite-dev-server": "^0.23.0",
38+
"@hono/zod-validator": "^0.7.0",
3939
"hono": "^4.10.4",
4040
"p-lazy": "^5.0.0",
4141
"zod": "^3.25.76",

api/pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)