Skip to content

Commit

Permalink
fix: point to latest dep version to fix incompatible deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrone committed Dec 29, 2023
1 parent 2960578 commit d96caf9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/nhost_auth_dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ void main() async {

```yaml
dependencies:
nhost_auth_dart: ^1.0.0
nhost_auth_dart: ^2.0.0
```
10 changes: 5 additions & 5 deletions packages/nhost_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dependencies:

#NHOST Package
nhost_sdk: ^5.0.0
nhost_storage_dart: ^1.1.0
nhost_auth_dart: ^1.0.1
nhost_functions_dart: ^1.0.1
nhost_graphql_adapter: ^3.0.1
nhost_storage_dart: ^2.0.0
nhost_auth_dart: ^2.0.0
nhost_functions_dart: ^2.0.0
nhost_graphql_adapter: ^4.0.0
dev_dependencies:
fake_async: ^1.3.1
graphql: ^5.1.3
Expand All @@ -33,7 +33,7 @@ dev_dependencies:
test: ^1.22.0
gql: ^1.0.0
gql_exec: ^1.0.0
nhost_gql_links: ^3.0.1
nhost_gql_links: ^4.0.0
async: ^2.10.0
stream_channel: ^2.1.1
web_socket_channel: ^2.2.0
2 changes: 1 addition & 1 deletion packages/nhost_graphql_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
meta: ^1.7.0

#Nhost_dart
nhost_gql_links: ^3.0.1
nhost_gql_links: ^4.0.0
nhost_sdk: ^5.0.0
dev_dependencies:
async: ^2.10.0
Expand Down
4 changes: 2 additions & 2 deletions packages/nhost_storage_dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ void main() async {

```yaml
dependencies:
nhost_auth_dart: ^1.0.0
nhost_storage_dart: ^1.0.1s
nhost_auth_dart: ^2.0.0
nhost_storage_dart: ^2.0.0
```
2 changes: 1 addition & 1 deletion packages/nhost_storage_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:
# Nhost packages
nhost_storage_dart:
path: ../
nhost_auth_dart: ^1.0.1
nhost_auth_dart: ^2.0.0

0 comments on commit d96caf9

Please sign in to comment.