Skip to content

Commit

Permalink
setup: update package.json with @supabase/supabase-js peer dep (#5)
Browse files Browse the repository at this point in the history
Updates `package.json` by including
[supabase-js](https://github.com/supabase/supabase-js) as a peer
dependency.
  • Loading branch information
hf authored May 24, 2024
1 parent 730d3e0 commit 9149011
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 5 deletions.
142 changes: 137 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@
},
"homepage": "https://github.com/supabase/ssr#readme",
"devDependencies": {
"@supabase/supabase-js": "^2.43.4",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@supabase/supabase-js": "^2.43.4"
}
}

0 comments on commit 9149011

Please sign in to comment.