diff --git a/macos/Podfile.lock b/macos/Podfile.lock index 649cc7c6..449ca259 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -2,7 +2,7 @@ PODS: - FlutterMacOS (1.0.0) - shared_preferences_macos (0.0.1): - FlutterMacOS - - window_manager (0.1.0): + - window_manager (0.1.4): - FlutterMacOS DEPENDENCIES: @@ -21,8 +21,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424 shared_preferences_macos: 480ce071d0666e37cef23fe6c702293a3d21799e - window_manager: db713621c322d52e96064336a4ba2b7e4e30c94f + window_manager: 02776e5a599084cd4576e27a42dd5ec6f49132cf PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c -COCOAPODS: 1.11.2 +COCOAPODS: 1.10.1 diff --git a/pubspec.lock b/pubspec.lock index a2ee7c6e..75599171 100755 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "32.0.0" + version: "33.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "3.1.0" args: dependency: transitive description: @@ -91,7 +91,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.1.3" + version: "8.1.4" characters: dependency: transitive description: @@ -295,7 +295,7 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.1.3" + version: "6.1.4" lints: dependency: transitive description: @@ -531,7 +531,7 @@ packages: name: state_notifier url: "https://pub.dartlang.org" source: hosted - version: "0.7.1" + version: "0.7.2+1" stream_channel: dependency: transitive description: @@ -608,7 +608,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.3.3" + version: "2.3.6" window_manager: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 957cb9b4..85847dea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,7 +39,7 @@ dependencies: logging: ^1.0.2 shared_preferences: ^2.0.12 flutter_riverpod: ^1.0.0 - json_annotation: ^4.3.0 + json_annotation: ^4.4.0 freezed_annotation: ^1.0.0 window_manager: ^0.1.4