diff --git a/storybook/pubspec.lock b/storybook/pubspec.lock index ddd333342..ec5d1cc23 100644 --- a/storybook/pubspec.lock +++ b/storybook/pubspec.lock @@ -171,9 +171,10 @@ packages: mews_pedantic: dependency: "direct dev" description: - path: "../mews_pedantic" - relative: true - source: path + name: mews_pedantic + sha256: "786df3b53be8715ffc86b27e9b8ee205a9c0328bbb59d00264aa0dd9c5c9380f" + url: "https://pub.dev" + source: hosted version: "0.21.0" nested: dependency: transitive @@ -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 e0f345bc2..aa2990d8d 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