Skip to content

Commit

Permalink
Renovate/shared preferences 2.x (#4324)
Browse files Browse the repository at this point in the history
* Update dependency shared_preferences to v2.0.17

* * fix shared_preferences

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
dhrn and renovate[bot] authored Jan 21, 2023
1 parent ebe9c9e commit f5776de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: 1.0.2
flutter_qjs: 0.3.7
shared_preferences: 2.0.15
shared_preferences: 2.0.17
rxdart: 0.27.5
json_serializable: 6.5.2

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/flutter/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
flutter_qjs: 0.3.7
shared_preferences: 2.0.15
shared_preferences: 2.0.17
rxdart: 0.27.5
dev_dependencies:
lints: 2.0.1
Expand Down

0 comments on commit f5776de

Please sign in to comment.