File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - Bump up dependencies —
13+ [ 69] ( https://github.com/dartoos-dev/json_cache/issues/69 ) .
14+
1015### Fixed
1116
1217- The project's logo image — [ 67] ( https://github.com/dartoos-dev/json_cache/issues/67 ) .
Original file line number Diff line number Diff line change @@ -219,13 +219,6 @@ packages:
219219 url: "https://pub.dartlang.org"
220220 source: hosted
221221 version: "2.1.0"
222- hive_flutter:
223- dependency: "direct main"
224- description:
225- name: hive_flutter
226- url: "https://pub.dartlang.org"
227- source: hosted
228- version: "1.1.0"
229222 http_multi_server:
230223 dependency: transitive
231224 description:
@@ -414,7 +407,7 @@ packages:
414407 name: shared_preferences
415408 url: "https://pub.dartlang.org"
416409 source: hosted
417- version: "2.0.11 "
410+ version: "2.0.13 "
418411 shared_preferences_android:
419412 dependency: transitive
420413 description:
Original file line number Diff line number Diff line change @@ -15,10 +15,9 @@ dependencies:
1515 sdk : flutter
1616 flutter_secure_storage : ^5.0.2
1717 hive : ^2.1.0
18- hive_flutter : ^1.1.0
1918 localstorage : ^4.0.0+1
2019 mutex : ^3.0.0
21- shared_preferences : ^2.0.11
20+ shared_preferences : ^2.0.13
2221
2322dev_dependencies :
2423 flutter_test :
You can’t perform that action at this time.
0 commit comments