Skip to content

Commit

Permalink
dependencies upgrade (#130) (#132)
Browse files Browse the repository at this point in the history
* dependencies upgrade (#130)

* chore: remove dangling comment to improve package score

---------

Co-authored-by: Hassan Ben Jobrane <hsanbenjobrane@gmail.com>
  • Loading branch information
zaqwery and onehassan authored Jan 31, 2024
1 parent c263d03 commit 799b622
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
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

0 comments on commit 799b622

Please sign in to comment.