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

chore(deps): update all non-major dependencies #419

Merged
merged 3 commits into from
Sep 6, 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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

env:
flutter_version: "3.22.2"
flutter_version: "3.24.2"
flutter_channel: "stable"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1255,10 +1255,10 @@ packages:
dependency: transitive
description:
name: shelf_static
sha256: a41d3f53c4adf0f57480578c1d61d90342cd617de7fc8077b1304643c2d85c1e
sha256: c87c3875f91262785dade62d135760c2c69cb217ac759485334c5857ad89f6e3
url: "https://pub.dev"
source: hosted
version: "1.1.2"
version: "1.1.3"
shelf_web_socket:
dependency: transitive
description:
Expand Down
22 changes: 11 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,42 @@ dependencies:
# Dart
logging: ^1.2.0
graphql: ^5.1.3
http: ^1.2.1
http: ^1.2.2
bloc: ^8.1.4
equatable: ^2.0.5
json_annotation: ^4.9.0
enum_to_string: ^2.0.0
version: ^3.0.2
tuple: ^2.0.2
provider: ^6.1.2
mime: ^1.0.5
mime: ^1.0.6
gql: any
rxdart: ^0.27.0
http_parser: ^4.0.0
rxdart: any
http_parser: any

# Flutter
flutter_bloc: ^8.1.6
shared_preferences: ^2.2.3
shared_preferences: ^2.3.2
url_launcher: ^6.3.0
quick_actions: ^1.0.7
android_id: ^0.4.0
device_info_plus: ^10.1.0
package_info_plus: ^8.0.0
device_info_plus: ^10.1.2
package_info_plus: ^8.0.2
share_plus: ^10.0.2
flutter_keyboard_visibility: ^6.0.0
photo_view: ^0.15.0
image_picker: ^1.1.2
sentry_flutter: ^8.4.0-beta.1
sentry_flutter: ^8.8.0
flutter_treeview: ^1.0.7+1
dynamic_color: ^1.7.0
qr_flutter: ^4.1.0
qr_code_scanner: ^1.0.1

# Widget
webview_flutter: ^4.8.0
webview_flutter: ^4.9.0
datetime_picker_formfield: ^2.0.1
flutter_markdown_selectionarea: ^0.6.17+1
cached_network_image: ^3.3.1
cached_network_image: ^3.4.1
dropdown_search: ^5.0.6
flutter_sticky_header: ^0.6.5
extended_sliver: ^2.1.3
Expand All @@ -72,7 +72,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^9.1.7
build_runner: ^2.4.11
build_runner: ^2.4.12
json_serializable: ^6.8.0
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
Expand Down
Loading