Bump deps

This commit is contained in:
shilangyu 2022-07-15 21:07:10 +02:00
parent d113e01eeb
commit 75622a735b
2 changed files with 6 additions and 6 deletions

View File

@ -302,7 +302,7 @@ packages:
name: flutter_typeahead name: flutter_typeahead
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.2.7" version: "4.0.0"
flutter_web_plugins: flutter_web_plugins:
dependency: transitive dependency: transitive
description: flutter description: flutter
@ -461,7 +461,7 @@ packages:
name: keyboard_dismisser name: keyboard_dismisser
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.1" version: "3.0.0"
latinize: latinize:
dependency: transitive dependency: transitive
description: description:
@ -671,7 +671,7 @@ packages:
name: photo_view name: photo_view
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.13.0" version: "0.14.0"
platform: platform:
dependency: transitive dependency: transitive
description: description:

View File

@ -24,10 +24,10 @@ environment:
dependencies: dependencies:
# widgets # widgets
flutter_speed_dial: ^6.0.0 flutter_speed_dial: ^6.0.0
photo_view: ^0.13.0 photo_view: ^0.14.0
markdown: ^5.0.0 markdown: ^5.0.0
flutter_markdown: ^0.6.1 flutter_markdown: ^0.6.1
flutter_typeahead: ^3.2.1 flutter_typeahead: ^4.0.0
modal_bottom_sheet: ^2.0.0 modal_bottom_sheet: ^2.0.0
# native # native
@ -51,7 +51,7 @@ dependencies:
intl: ^0.17.0 intl: ^0.17.0
matrix4_transform: ^2.0.0 matrix4_transform: ^2.0.0
json_annotation: ^4.5.0 json_annotation: ^4.5.0
keyboard_dismisser: ^2.0.0 keyboard_dismisser: ^3.0.0
freezed_annotation: ^2.0.1 freezed_annotation: ^2.0.1
logging: ^1.0.1 logging: ^1.0.1
nested: ^1.0.0 nested: ^1.0.0