Rename packages
Lint / lint (push) Failing after 10s

This commit is contained in:
Julien Valverdé
2026-07-26 22:38:39 +02:00
parent ec21d49dce
commit 38320b502d
88 changed files with 763 additions and 763 deletions
+7 -8
View File
@@ -1,9 +1,10 @@
{
"name": "@effect-fc/example",
"name": "@effect-view/example",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint:tsc": "tsc -b --noEmit",
"lint:biome": "biome lint",
@@ -13,6 +14,7 @@
"clean:modules": "rm -rf node_modules"
},
"devDependencies": {
"@effect-view/vite-plugin": "workspace:*",
"@tanstack/react-router": "^1.170.10",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/router-plugin": "^1.168.13",
@@ -22,21 +24,18 @@
"globals": "^17.6.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"type-fest": "^5.7.0",
"vite": "^8.0.16"
},
"dependencies": {
"@effect/platform": "^0.96.1",
"@effect/platform-browser": "^0.76.0",
"@effect/platform-browser": "4.0.0-beta.98",
"@radix-ui/themes": "^3.3.0",
"@typed/id": "^0.17.2",
"effect": "^3.21.2",
"effect-fc": "workspace:*",
"effect": "4.0.0-beta.98",
"effect-fc-next": "workspace:*",
"react-icons": "^5.6.0"
},
"overrides": {
"@types/react": "^19.2.15",
"effect": "^3.21.2",
"effect": "4.0.0-beta.98",
"react": "^19.2.6"
}
}