Upgrade dependencies
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-10-02 18:08:38 +02:00
parent d047651ce9
commit 34fca5a726
4 changed files with 74 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "effect-fc",
"description": "Write React function components with Effect",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"files": [
"./README.md",

View File

@@ -13,32 +13,32 @@
"clean:modules": "rm -rf node_modules"
},
"devDependencies": {
"@tanstack/react-router": "^1.131.27",
"@tanstack/react-router-devtools": "^1.131.27",
"@tanstack/router-plugin": "^1.131.27",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.1",
"globals": "^16.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"type-fest": "^4.41.0",
"vite": "^7.1.3"
"@tanstack/react-router": "^1.132.31",
"@tanstack/react-router-devtools": "^1.132.31",
"@tanstack/router-plugin": "^1.132.31",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"globals": "^16.4.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"type-fest": "^5.0.1",
"vite": "^7.1.8"
},
"dependencies": {
"@effect/platform": "^0.90.6",
"@effect/platform-browser": "^0.70.0",
"@effect/platform": "^0.92.1",
"@effect/platform-browser": "^0.72.0",
"@radix-ui/themes": "^3.2.1",
"@typed/async-data": "^0.13.1",
"@typed/id": "^0.17.2",
"@typed/lazy-ref": "^0.3.3",
"effect": "^3.17.9",
"effect": "^3.18.1",
"effect-fc": "workspace:*",
"react-icons": "^5.5.0"
},
"overrides": {
"@types/react": "^19.1.11",
"effect": "^3.17.9",
"react": "^19.1.1"
"@types/react": "^19.2.0",
"effect": "^3.18.1",
"react": "^19.2.0"
}
}