From d5214e410b918e09155dae985b431e031490cc2f Mon Sep 17 00:00:00 2001 From: BrutalCoding Date: Thu, 9 Nov 2023 00:00:10 +0100 Subject: [PATCH] feat: Update dependencies --- shady_ai_client/lib/src/protocol/client.dart | 1 + shady_ai_flutter/ios/Runner.xcodeproj/project.pbxproj | 4 +++- shady_ai_flutter/pubspec.yaml | 6 +++--- shady_ai_server/pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/shady_ai_client/lib/src/protocol/client.dart b/shady_ai_client/lib/src/protocol/client.dart index 8e85543..f3ff83d 100644 --- a/shady_ai_client/lib/src/protocol/client.dart +++ b/shady_ai_client/lib/src/protocol/client.dart @@ -42,6 +42,7 @@ class Client extends _i1.ServerpodClient { @override Map get endpointRefLookup => {'example': example}; + @override Map get moduleLookup => {}; } diff --git a/shady_ai_flutter/ios/Runner.xcodeproj/project.pbxproj b/shady_ai_flutter/ios/Runner.xcodeproj/project.pbxproj index 8e566e0..5d3f789 100644 --- a/shady_ai_flutter/ios/Runner.xcodeproj/project.pbxproj +++ b/shady_ai_flutter/ios/Runner.xcodeproj/project.pbxproj @@ -121,7 +121,6 @@ 499E86C0F2872813494098D5 /* Pods-Runner.release.xcconfig */, AA028A78CA6460CE99754F87 /* Pods-Runner.profile.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -368,6 +367,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.example.shadyAiFlutter; PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_STYLE = "non-global"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; @@ -497,6 +497,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.example.shadyAiFlutter; PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_STYLE = "non-global"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -520,6 +521,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.example.shadyAiFlutter; PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_STYLE = "non-global"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; diff --git a/shady_ai_flutter/pubspec.yaml b/shady_ai_flutter/pubspec.yaml index c4275cf..a4d5dc5 100644 --- a/shady_ai_flutter/pubspec.yaml +++ b/shady_ai_flutter/pubspec.yaml @@ -38,11 +38,11 @@ dependencies: hooks_riverpod: ^2.4.0 riverpod_generator: ^2.3.2 riverpod_lint: ^2.1.0 - go_router: ^10.1.2 + go_router: ^12.1.0 url_launcher: ^6.1.14 path_provider: ^2.1.1 desktop_drop: ^0.4.3 - super_hot_key: ^0.6.4 + super_hot_key: ^0.7.2 window_manager: ^0.3.6 collection: ^1.17.0 freezed_annotation: ^2.4.1 @@ -65,7 +65,7 @@ dev_dependencies: build_runner: ^2.4.6 ffigen: ^9.0.1 flutter_launcher_icons: ^0.13.1 - flutter_lints: ^2.0.3 # Contains a set of recommended lints for Flutter code + flutter_lints: ^3.0.1 # Contains a set of recommended lints for Flutter code freezed: ^2.4.2 json_serializable: ^6.7.1 go_router_builder: ^2.3.2 diff --git a/shady_ai_server/pubspec.yaml b/shady_ai_server/pubspec.yaml index cf77204..1464c35 100644 --- a/shady_ai_server/pubspec.yaml +++ b/shady_ai_server/pubspec.yaml @@ -8,5 +8,5 @@ dependencies: serverpod: ^1.0.1 dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 test: ^1.24.1