Skip to content

Commit be760af

Browse files
⬆️📜 Update patch versions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c20f3d8 commit be760af

File tree

3 files changed

+57
-57
lines changed

3 files changed

+57
-57
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ repos:
6666

6767
# Ensure uv lock file is up-to-date
6868
- repo: https://github.com/astral-sh/uv-pre-commit
69-
rev: 0.9.24
69+
rev: 0.9.26
7070
hooks:
7171
- id: uv-lock
7272

7373
# Python linting and formatting using ruff
7474
- repo: https://github.com/astral-sh/ruff-pre-commit
75-
rev: v0.14.11
75+
rev: v0.14.13
7676
hooks:
7777
- id: ruff-check
7878
- id: ruff-format

webpage/package-lock.json

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

webpage/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "16.1.1",
12+
"next": "16.1.3",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0",
1515
"react-graph-vis": "^1.0.7",
1616
"vis-network": "^10.0.0"
1717
},
1818
"devDependencies": {
1919
"@tailwindcss/postcss": "^4.1.17",
20-
"@types/node": "24.10.7",
20+
"@types/node": "24.10.9",
2121
"@types/react": "19.2.8",
2222
"@types/react-dom": "^19.0.0",
2323
"eslint": "^9.0.0",
24-
"eslint-config-next": "16.1.1",
24+
"eslint-config-next": "16.1.3",
2525
"postcss": "^8",
2626
"tailwindcss": "^4.1.17",
2727
"typescript": "5.9.3"

0 commit comments

Comments
 (0)