From 297a31b2045fc2ab03c7634702fcd9b8d6fd114d Mon Sep 17 00:00:00 2001 From: Nicholas Shahan Date: Thu, 21 Dec 2017 10:45:09 -0800 Subject: [PATCH] Update dependencies for angular: 5.0.0-alpha+2 (#50) * Update bootstrap to work with angular: 5.0.0-alpha+2 --- analysis_options.yaml | 1 + pubspec.lock | 66 +++++++++++++++++++++++++++++++++---------- pubspec.yaml | 8 +++--- web/main.dart | 3 +- 4 files changed, 58 insertions(+), 20 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index eeda3dd..4d78b82 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -7,6 +7,7 @@ analyzer: unused_import: warning unused_local_variable: warning dead_code: warning + uri_has_not_been_generated: ignore linter: rules: #- always_declare_return_types diff --git a/pubspec.lock b/pubspec.lock index 49eaedd..2f352a5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -12,37 +12,37 @@ packages: name: angular url: "https://pub.dartlang.org" source: hosted - version: "5.0.0-alpha+1" + version: "5.0.0-alpha+2" angular_ast: description: name: angular_ast url: "https://pub.dartlang.org" source: hosted - version: "0.4.0-alpha+2" + version: "0.4.0" angular_compiler: description: name: angular_compiler url: "https://pub.dartlang.org" source: hosted - version: "0.4.0-alpha+1" + version: "0.4.0-alpha+2" angular_components: description: name: angular_components url: "https://pub.dartlang.org" source: hosted - version: "0.9.0-alpha+1" + version: "0.9.0-alpha+2" angular_forms: description: name: angular_forms url: "https://pub.dartlang.org" source: hosted - version: "1.0.1-alpha+1" + version: "1.0.1-alpha+2" archive: description: name: archive url: "https://pub.dartlang.org" source: hosted - version: "1.0.32" + version: "1.0.33" args: description: name: args @@ -61,6 +61,12 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.15.2+13" + bazel_worker: + description: + name: bazel_worker + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.8" browser: description: name: browser @@ -72,19 +78,31 @@ packages: name: build url: "https://pub.dartlang.org" source: hosted - version: "0.10.2+1" + version: "0.11.2" build_barback: description: name: build_barback url: "https://pub.dartlang.org" source: hosted - version: "0.4.0+1" + version: "0.4.0+2" + build_compilers: + description: + name: build_compilers + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.0" + build_config: + description: + name: build_config + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.1" build_runner: description: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "0.5.0" + version: "0.6.1" built_collection: description: name: built_collection @@ -114,7 +132,7 @@ packages: name: code_builder url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.4.0" code_transformers: description: name: code_transformers @@ -199,6 +217,12 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.15.2" + io: + description: + name: io + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.1" isolate: description: name: isolate @@ -211,6 +235,12 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.6.1" + json_annotation: + description: + name: json_annotation + url: "https://pub.dartlang.org" + source: hosted + version: "0.2.2" kernel: description: name: kernel @@ -240,7 +270,7 @@ packages: name: mime url: "https://pub.dartlang.org" source: hosted - version: "0.9.4" + version: "0.9.5" observable: description: name: observable @@ -283,6 +313,12 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.3" + protobuf: + description: + name: protobuf + url: "https://pub.dartlang.org" + source: hosted + version: "0.6.0" quiver: description: name: quiver @@ -300,13 +336,13 @@ packages: name: sass url: "https://pub.dartlang.org" source: hosted - version: "1.0.0-beta.3" + version: "1.0.0-beta.4" sass_builder: description: name: sass_builder url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.1.0" scratch_space: description: name: scratch_space @@ -324,7 +360,7 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "0.7.2+1" + version: "0.7.3" source_maps: description: name: source_maps @@ -348,7 +384,7 @@ packages: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "1.6.2" + version: "1.6.3" stream_transform: description: name: stream_transform diff --git a/pubspec.yaml b/pubspec.yaml index a6e849b..7e9c334 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,12 +3,12 @@ description: An example app using the angular_components package. environment: sdk: '>=2.0.0-dev.3.0 <2.0.0' dependencies: - angular: 5.0.0-alpha+1 - angular_components: 0.9.0-alpha+1 - angular_forms: 1.0.1-alpha+1 + angular: 5.0.0-alpha+2 + angular_components: 0.9.0-alpha+2 + angular_forms: 1.0.1-alpha+2 browser: ^0.10.0 dart_to_js_script_rewriter: ^1.0.1 - sass_builder: ^1.0.0 + sass_builder: ^1.1.0 dependency_overrides: # Necessary with angular: 5.0.0-alpha+1 dependency. analyzer: ^0.31.0-alpha.1 diff --git a/web/main.dart b/web/main.dart index 7518137..176d2d5 100644 --- a/web/main.dart +++ b/web/main.dart @@ -4,7 +4,8 @@ import 'package:angular/angular.dart'; import 'package:angular_components_example/app_component.dart'; +import 'main.template.dart' as ng; main() { - bootstrap(AppComponent); + bootstrapStatic(AppComponent, [/*providers*/], ng.initReflector); }