Skip to content

Commit

Permalink
build: ⬆️ Upgrade graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralu committed Nov 7, 2024
1 parent e6b1485 commit 7e12f06
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
27 changes: 18 additions & 9 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e12f06

Please sign in to comment.