Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutalCoding committed Nov 8, 2023
1 parent 8029f33 commit d5214e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions shady_ai_client/lib/src/protocol/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Client extends _i1.ServerpodClient {

@override
Map<String, _i1.EndpointRef> get endpointRefLookup => {'example': example};

@override
Map<String, _i1.ModuleEndpointCaller> get moduleLookup => {};
}
4 changes: 3 additions & 1 deletion shady_ai_flutter/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
499E86C0F2872813494098D5 /* Pods-Runner.release.xcconfig */,
AA028A78CA6460CE99754F87 /* Pods-Runner.profile.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand All @@ -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";
Expand Down
6 changes: 3 additions & 3 deletions shady_ai_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shady_ai_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
serverpod: ^1.0.1

dev_dependencies:
lints: ^2.0.0
lints: ^3.0.0
test: ^1.24.1

0 comments on commit d5214e4

Please sign in to comment.