X Tutup
Skip to content

Commit cf9d466

Browse files
author
Tim Blasi
committed
refactor(dart/transform): Update protobuf dependencies
Update - libprotoc to 2.6.1 - dart-protoc-plugin to 0.5.0 - pkg/protobuf 0.5.0 Closes angular#4681
1 parent be3e7db commit cf9d466

File tree

8 files changed

+1356
-878
lines changed

8 files changed

+1356
-878
lines changed

modules/angular2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
intl: '^0.12.4'
2020
logging: '>=0.9.0 <0.12.0'
2121
observe: '^0.13.1'
22-
protobuf: '^0.4.2'
22+
protobuf: '^0.5.0'
2323
quiver: '^0.21.4'
2424
source_span: '^1.0.0'
2525
stack_trace: '^1.1.1'

modules_dart/transform/lib/src/transform/common/model/annotation_model.pb.dart

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules_dart/transform/lib/src/transform/common/model/import_export_model.pb.dart

Lines changed: 54 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules_dart/transform/lib/src/transform/common/model/ng_deps_model.pb.dart

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules_dart/transform/lib/src/transform/common/model/parameter_model.pb.dart

Lines changed: 36 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
X Tutup