diff --git a/pubspec.lock b/pubspec.lock index b2aad74f..e188ebe0 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -337,11 +337,12 @@ packages: graphql: dependency: "direct main" description: - name: graphql - sha256: "62f31433ba194eda7b81a812a83c3d9560766cec5ac0210ea4a3e677c91b8df4" - url: "https://pub.dev" - source: hosted - version: "5.2.0-beta.8" + path: "packages/graphql" + ref: hagen00-upgrade-packages + resolved-ref: cd7fe08c63226a1287219b4f81f6b8c67b79af79 + url: "https://github.com/hagen00/graphql-flutter" + source: git + version: "5.2.0-beta.9" graphs: dependency: transitive description: @@ -514,10 +515,10 @@ packages: dependency: "direct main" description: name: phoenix_socket - sha256: "2d56ffde59875673bffdabd1f709307ab34b317bd868402e3d3a61c23c333b1b" + sha256: "6f1a355177eb1bf61b388407cf18f200fdf06bc5c1d9d05ac87cdd8a27d3ddd6" url: "https://pub.dev" source: hosted - version: "0.7.4" + version: "0.7.6" pinenacl: dependency: "direct main" description: @@ -774,14 +775,22 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.0" + web_socket: + dependency: transitive + description: + name: web_socket + sha256: "3c12d96c0c9a4eec095246debcea7b86c0324f22df69893d538fcc6f1b8cce83" + url: "https://pub.dev" + source: hosted + version: "0.1.6" web_socket_channel: dependency: transitive description: name: web_socket_channel - sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b + sha256: "9f187088ed104edd8662ca07af4b124465893caf063ba29758f97af57e61da8f" url: "https://pub.dev" source: hosted - version: "2.4.0" + version: "3.0.1" webkit_inspection_protocol: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 784387d0..521cbece 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,11 @@ dependencies: gql: ^1.0.0+1 # A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package. - graphql: ^5.1.3 + graphql: + git: # TODO Waiting for https://github.com/zino-hofmann/graphql-flutter/issues/1460 resolution to use stable versions. + url: https://github.com/hagen00/graphql-flutter + ref: hagen00-upgrade-packages + path: packages/graphql # A composable, multi-platform, Future-based API for HTTP requests http: ^1.2.1