Dependencies upgrade
All checks were successful
Lint / lint (push) Successful in 14s

This commit is contained in:
Julien Valverdé
2025-05-08 21:09:55 +02:00
parent 73dd7bc160
commit 904b725753
3 changed files with 335 additions and 189 deletions

View File

@@ -11,41 +11,41 @@
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@tanstack/react-router": "^1.117.1",
"@tanstack/react-router-devtools": "^1.117.1",
"@tanstack/router-plugin": "^1.117.2",
"@eslint/js": "^9.26.0",
"@tanstack/react-router": "^1.120.2",
"@tanstack/react-router-devtools": "^1.120.2",
"@tanstack/router-plugin": "^1.120.2",
"@thilawyn/thilaschema": "^0.1.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.1",
"eslint": "^9.26.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.0.0",
"globals": "^16.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript-eslint": "^8.31.0",
"vite": "^6.3.3"
"typescript-eslint": "^8.32.0",
"vite": "^6.3.5"
},
"dependencies": {
"@effect/platform": "^0.80.14",
"@effect/platform-browser": "^0.60.5",
"@effect/platform": "^0.80.21",
"@effect/platform-browser": "^0.60.12",
"@radix-ui/themes": "^3.2.1",
"@reffuse/extension-lazyref": "workspace:*",
"@reffuse/extension-query": "workspace:*",
"@typed/async-data": "^0.13.1",
"@typed/id": "^0.17.2",
"@typed/lazy-ref": "^0.3.3",
"effect": "^3.14.14",
"lucide-react": "^0.503.0",
"effect": "^3.14.21",
"lucide-react": "^0.508.0",
"mobx": "^6.13.7",
"reffuse": "workspace:*"
},
"overrides": {
"effect": "^3.14.14",
"@effect/platform": "^0.80.14",
"@effect/platform-browser": "^0.60.5",
"effect": "^3.14.21",
"@effect/platform": "^0.80.21",
"@effect/platform-browser": "^0.60.12",
"@typed/lazy-ref": "^0.3.3",
"@typed/async-data": "^0.13.1"
}