Skip to content

Commit 0ae9943

Browse files
committed
Run make update
1 parent 0ba4686 commit 0ae9943

File tree

5 files changed

+271
-266
lines changed

5 files changed

+271
-266
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
exclude: (.github|pnpm-lock.yaml)
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.12.8
13+
rev: v0.12.9
1414
hooks:
1515
- id: ruff
1616
args:

backend/poetry.lock

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

cspell/pnpm-lock.yaml

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

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"@playwright/test": "^1.54.2",
7070
"@swc/core": "^1.13.3",
7171
"@swc/jest": "^0.2.39",
72-
"@tailwindcss/postcss": "^4.1.11",
73-
"@testing-library/jest-dom": "^6.6.4",
72+
"@tailwindcss/postcss": "^4.1.12",
73+
"@testing-library/jest-dom": "^6.7.0",
7474
"@testing-library/react": "^16.3.0",
7575
"@types/jest": "^29.5.14",
7676
"@types/leaflet": "^1.9.20",

0 commit comments

Comments
 (0)