Skip to content

Commit 5b80061

Browse files
chore: update all non-major dependencies
1 parent 634c299 commit 5b80061

File tree

4 files changed

+740
-718
lines changed

4 files changed

+740
-718
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup PNPM
2424
uses: pnpm/action-setup@v4
2525
with:
26-
version: 10
26+
version: 10.20.0
2727
run_install: true
2828

2929
- name: Setup Node

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup PNPM
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: 10
32+
version: 10.20.0
3333
run_install: true
3434

3535
- name: Setup Node

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,41 @@
1313
"generate:api": "openapi-ts"
1414
},
1515
"dependencies": {
16-
"@tanstack/react-query": "^5.83.0",
17-
"@tanstack/react-router": "^1.130.2",
16+
"@tanstack/react-query": "^5.90.5",
17+
"@tanstack/react-router": "^1.134.4",
1818
"leaflet": "^1.9.4",
19-
"luxon": "^3.7.1",
20-
"react": "^19.1.1",
19+
"luxon": "^3.7.2",
20+
"react": "^19.2.0",
2121
"react-clock": "^6.0.0",
22-
"react-dom": "^19.1.1",
22+
"react-dom": "^19.2.0",
2323
"react-icons": "^5.5.0",
2424
"react-leaflet": "^5.0.0",
2525
"react-leaflet-drift-marker": "^4.0.0",
2626
"react-use-websocket": "^4.13.0"
2727
},
2828
"devDependencies": {
29-
"@biomejs/biome": "^2.1.2",
30-
"@eslint/js": "^9.32.0",
31-
"@hey-api/openapi-ts": "^0.80.1",
32-
"@tailwindcss/vite": "^4.1.11",
33-
"@tanstack/react-query-devtools": "^5.83.0",
34-
"@tanstack/react-router-devtools": "^1.130.2",
35-
"@tanstack/router-plugin": "^1.130.2",
36-
"@types/leaflet": "^1.9.20",
37-
"@types/luxon": "^3.6.2",
38-
"@types/node": "^22.16.5",
39-
"@types/react": "^19.1.8",
40-
"@types/react-dom": "^19.1.6",
29+
"@biomejs/biome": "^2.3.2",
30+
"@eslint/js": "^9.39.0",
31+
"@hey-api/openapi-ts": "^0.86.11",
32+
"@tailwindcss/vite": "^4.1.16",
33+
"@tanstack/react-query-devtools": "^5.90.2",
34+
"@tanstack/react-router-devtools": "^1.134.4",
35+
"@tanstack/router-plugin": "^1.134.6",
36+
"@types/leaflet": "^1.9.21",
37+
"@types/luxon": "^3.7.1",
38+
"@types/node": "^22.18.13",
39+
"@types/react": "^19.2.2",
40+
"@types/react-dom": "^19.2.2",
4141
"@vitejs/plugin-react": "^4.7.0",
4242
"clsx": "^2.1.1",
43-
"eslint": "^9.32.0",
43+
"eslint": "^9.39.0",
4444
"eslint-plugin-react-hooks": "^5.2.0",
45-
"eslint-plugin-react-refresh": "^0.4.20",
46-
"globals": "^16.3.0",
45+
"eslint-plugin-react-refresh": "^0.4.24",
46+
"globals": "^16.4.0",
4747
"tailwind-merge": "^3.3.1",
48-
"tailwindcss": "^4.1.11",
49-
"typescript": "^5.8.3",
50-
"typescript-eslint": "^8.38.0",
48+
"tailwindcss": "^4.1.16",
49+
"typescript": "^5.9.3",
50+
"typescript-eslint": "^8.46.2",
5151
"vite": "^7.0.6"
5252
},
5353
"pnpm": {

0 commit comments

Comments
 (0)