Skip to content

Commit

Permalink
refactor(client): remove dependency on Effect
Browse files Browse the repository at this point in the history
  • Loading branch information
david-r-cox committed Sep 24, 2024
1 parent 941fdec commit aef4ab6
Show file tree
Hide file tree
Showing 7 changed files with 1,580 additions and 2,536 deletions.
6 changes: 2 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,16 @@
},
"homepage": "https://keyhippo.com",
"dependencies": {
"@effect/schema": "^0.71.0",
"effect": "^3.6.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "^1.6.0",
"prettier": "^3.3.3",
"tsup": "^8.0.2",
"typescript": "5.3.3",
"vitest": "^1.6.0",
"tsup": "^8.0.2"
"vitest": "^1.6.0"
},
"peerDependencies": {
"@supabase/ssr": ">=0.3.0",
Expand Down
Loading

0 comments on commit aef4ab6

Please sign in to comment.