diff --git a/storybook/pubspec.lock b/storybook/pubspec.lock index ddd33334..8df78a72 100644 --- a/storybook/pubspec.lock +++ b/storybook/pubspec.lock @@ -171,10 +171,11 @@ packages: mews_pedantic: dependency: "direct dev" description: - path: "../mews_pedantic" - relative: true - source: path - version: "0.21.0" + name: mews_pedantic + sha256: "4b568058c498f0e1351ee36117311a0174f88b96b05ff4803402f5c5e808cc7e" + url: "https://pub.dev" + source: hosted + version: "0.22.0" nested: dependency: transitive description: @@ -290,10 +291,10 @@ packages: dependency: "direct main" description: name: shared_preferences - sha256: "396f85b8afc6865182610c0a2fc470853d56499f75f7499e2a73a9f0539d23d0" + sha256: "81429e4481e1ccfb51ede496e916348668fd0921627779233bd24cc3ff6abd02" url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.2.2" shared_preferences_android: dependency: transitive description: diff --git a/storybook/pubspec.yaml b/storybook/pubspec.yaml index deff5d61..5d243a61 100644 --- a/storybook/pubspec.yaml +++ b/storybook/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sdk: flutter optimus: path: ../optimus - shared_preferences: ^2.0.16 + shared_preferences: ^2.2.2 storybook_flutter: ^0.14.0 url_launcher: ^6.1.12