Skip to content

Commit

Permalink
Update package.json for examples/with-supabase-auth-realtime-db (#33321)
Browse files Browse the repository at this point in the history
Updating dependencies for examples/with-supabase-auth-realtime-db so npm install does not encounter dependency errors on install.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
  • Loading branch information
rpie3 committed Jan 14, 2022
1 parent 3e00a81 commit 91dd819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-supabase-auth-realtime-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
},
"dependencies": {
"@supabase/supabase-js": "^1.2.1",
"@supabase/ui": "^0.6.1",
"@supabase/ui": "^0.36.2",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "0.2.3"
"swr": "1.1.2"
}
}

0 comments on commit 91dd819

Please sign in to comment.