Skip to content

Commit 5f29aa7

Browse files
committed
Fixed dependencies
1 parent 39c93d3 commit 5f29aa7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

trpc_client/pubspec.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ repository: https://github.com/wosherco/trpc-client-dart
55
issue_tracker: https://github.com/wosherco/trpc-client-dart/issues
66
homepage: https://github.com/wosherco/trpc-client-dart
77

8+
resolution: workspace
9+
810
environment:
9-
sdk: ^3.4.0
11+
sdk: ^3.5.0
1012

1113
dependencies:
1214
http: ^1.2.1

trpc_generator/build.yaml

Whitespace-only changes.

trpc_generator/pubspec.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,25 @@ repository: https://github.com/wosherco/trpc-client-dart
55
issue_tracker: https://github.com/wosherco/trpc-client-dart/issues
66
homepage: https://github.com/wosherco/trpc-client-dart
77

8+
resolution: workspace
9+
810
environment:
9-
sdk: ^3.4.0
11+
sdk: ^3.5.0
1012

1113
dependencies:
1214
trpc_client: ^0.3.4
15+
source_gen: ^1.5.0
16+
analyzer: ">=5.2.0 <7.0.0"
17+
json_annotation: ^4.8.1
18+
freezed_annotation: ^2.4.4
19+
build: ^2.4.1
1320

1421
dev_dependencies:
1522
lints: ^3.0.0
1623
test: ^1.24.0
24+
build_runner: ^2.3.3
25+
freezed: ^2.5.7
26+
json_serializable: ^6.7.1
1727

1828
platforms:
1929
android:

0 commit comments

Comments
 (0)