Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies upgrade (#130) #132

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/nhost_gql_links/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nhost_gql_links
version: 4.0.1
version: 4.0.2
description: Constructs GraphQL links for use with graphql and ferry packages
homepage: https://nhost.io
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_gql_links
Expand All @@ -12,7 +12,7 @@ dependencies:
gql_exec: ^1.0.0
gql_http_link: ^1.0.1
gql_link: ^1.0.0
gql_websocket_link: ^1.1.0
gql_websocket_link: ^2.0.1
gql: ^1.0.0
http: ^1.1.0
logging: ^1.1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// Describes a file stored by Nhost.
import 'package:nhost_sdk/nhost_sdk.dart';

///
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ homepage: https://nhost.io
repository: https://github.com/nhost/nhost-dart

environment:
sdk: ">=2.14.0 <=3.1.5"
sdk: ">=2.14.0 <=3.2.5"

dev_dependencies:
dotenv: ^4.2.0
melos: ^3.2.0
melos: ^4.0.0
path: ^1.8.3
Loading