Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#409)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore(deps): 使用没有冲突的版本

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: uy_sun <hmy0119@gmail.com>
  • Loading branch information
renovate[bot] and he0119 authored Jul 6, 2024
1 parent fd1154b commit b1c20d1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
tar -czvf web.tar.gz web
tar -czvf windows.tar.gz windows
- name: Upload Release Assets
uses: alexellis/upload-assets@0.2.3
uses: alexellis/upload-assets@0.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ packages:
dependency: "direct main"
description:
name: android_id
sha256: "5c2d3a259afcd173dbe367ba452817bd530c4df75d251d652c69b8d3c8ac0d36"
sha256: "748ba5f93dd5c497e675d8eaa1404346ce4d1794464ea654576ff192d153b92a"
url: "https://pub.dev"
source: hosted
version: "0.3.6"
version: "0.4.0"
ansicolor:
dependency: transitive
description:
Expand Down Expand Up @@ -418,10 +418,10 @@ packages:
dependency: transitive
description:
name: flutter_cache_manager
sha256: "8207f27539deb83732fdda03e259349046a39a4c767269285f449ade355d54ba"
sha256: "395d6b7831f21f3b989ebedbb785545932adb9afe2622c1ffacf7f4b53a7e544"
url: "https://pub.dev"
source: hosted
version: "3.3.1"
version: "3.3.2"
flutter_keyboard_visibility:
dependency: "direct main"
description:
Expand Down Expand Up @@ -689,10 +689,10 @@ packages:
dependency: transitive
description:
name: image_picker_for_web
sha256: e2423c53a68b579a7c37a1eda967b8ae536c3d98518e5db95ca1fe5719a730a3
sha256: "5d6eb13048cd47b60dbf1a5495424dea226c5faf3950e20bf8120a58efb5b5f3"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
version: "3.0.4"
image_picker_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -993,10 +993,10 @@ packages:
dependency: "direct main"
description:
name: photo_view
sha256: "8036802a00bae2a78fc197af8a158e3e2f7b500561ed23b4c458107685e645bb"
sha256: "1fc3d970a91295fbd1364296575f854c9863f225505c28c46e0a03e48960c75e"
url: "https://pub.dev"
source: hosted
version: "0.14.0"
version: "0.15.0"
platform:
dependency: transitive
description:
Expand Down
60 changes: 30 additions & 30 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,60 +15,60 @@ dependencies:
flutter_localizations:
sdk: flutter
intl: any
cupertino_icons: ^1.0.2
cupertino_icons: ^1.0.8

# Dart
logging: ^1.0.0
graphql: ^5.1.2
http: ^1.2.0
bloc: ^8.0.2
equatable: ^2.0.3
json_annotation: ^4.6.0
logging: ^1.2.0
graphql: ^5.1.3
http: ^1.2.1
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.0
provider: ^6.0.1
tuple: ^2.0.2
provider: ^6.1.2
mime: ^1.0.5
gql: any
rxdart: ^0.27.3
rxdart: ^0.27.0
http_parser: ^4.0.0

# Flutter
flutter_bloc: ^8.0.1
shared_preferences: ^2.0.5
url_launcher: ^6.2.4
flutter_bloc: ^8.1.6
shared_preferences: ^2.2.3
url_launcher: ^6.3.0
quick_actions: ^1.0.7
android_id: ^0.3.0
android_id: ^0.4.0
device_info_plus: ^10.1.0
package_info_plus: ^8.0.0
share_plus: ^9.0.0
flutter_keyboard_visibility: ^6.0.0
photo_view: ^0.14.0
image_picker: ^1.0.7
sentry_flutter: ^7.16.0
flutter_treeview: ^1.0.6+1
dynamic_color: ^1.6.9
photo_view: ^0.15.0
image_picker: ^1.1.2
sentry_flutter: ^7.20.2
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.5.0
datetime_picker_formfield: ^2.0.0
flutter_markdown_selectionarea: ^0.6.0
webview_flutter: ^4.8.0
datetime_picker_formfield: ^2.0.1
flutter_markdown_selectionarea: ^0.6.17+1
cached_network_image: ^3.3.1
dropdown_search: ^5.0.2
flutter_sticky_header: ^0.6.0
dropdown_search: ^5.0.6
flutter_sticky_header: ^0.6.5
extended_sliver: ^2.1.3

dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^9.0.2
build_runner: ^2.4.8
json_serializable: ^6.0.1
flutter_launcher_icons: ^0.13.0
flutter_lints: ^3.0.1
sentry_dart_plugin: ^1.0.0
bloc_test: ^9.1.7
build_runner: ^2.4.11
json_serializable: ^6.8.0
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.2
sentry_dart_plugin: ^1.7.1

flutter:
uses-material-design: true
Expand Down

0 comments on commit b1c20d1

Please sign in to comment.