Form refactoring
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-11-11 04:28:40 +01:00
parent fe5cfbe99c
commit ec5e5bdc87
4 changed files with 76 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@effect-fc/monorepo",
"packageManager": "bun@1.2.23",
"packageManager": "bun@1.3.2",
"private": true,
"workspaces": [
"./packages/*"
@@ -15,12 +15,12 @@
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@effect/language-service": "^0.55.0",
"@types/bun": "^1.2.23",
"npm-check-updates": "^19.0.0",
"@biomejs/biome": "^2.3.4",
"@effect/language-service": "^0.55.3",
"@types/bun": "^1.3.2",
"npm-check-updates": "^19.1.2",
"npm-sort": "^0.0.4",
"turbo": "^2.5.8",
"turbo": "^2.6.0",
"typescript": "^5.9.3"
}
}