Skip to content

Commit

Permalink
upgrade packages in pubspec.yaml and pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagen Rode committed Oct 20, 2024
1 parent 9e21fd5 commit d01c265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/graphql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
normalize: '>=0.8.2 <0.10.0'
http: ^1.0.0
collection: ^1.15.0
web_socket_channel: '>=2.3.0 <=2.4.0'
web_socket_channel: '>=3.0.1 <4.0.0'
stream_channel: ^2.1.0
rxdart: '>=0.27.1 <0.29.0'
uuid: ^4.0.0
Expand All @@ -32,4 +32,4 @@ dev_dependencies:
lints: ^1.0.1

environment:
sdk: '>=2.15.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'
6 changes: 3 additions & 3 deletions packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
gql_exec: ^1.0.0
flutter:
sdk: flutter
meta: ^1.7.0
meta: ^1.15.0
path_provider: ^2.0.1
path: ^1.8.0
path: ^1.9.0
connectivity_plus: ^6.0.3
hive: ^2.0.0
plugin_platform_interface: ^2.0.0
Expand All @@ -29,7 +29,7 @@ dev_dependencies:
test: ^1.17.12

environment:
sdk: '>=2.12.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'
flutter: ">=2.11.0"

platforms:
Expand Down

0 comments on commit d01c265

Please sign in to comment.