Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Update dependencies for angular: 5.0.0-alpha+2 (#50)
Browse files Browse the repository at this point in the history
* Update bootstrap to work with angular: 5.0.0-alpha+2
  • Loading branch information
nshahan committed Dec 21, 2017
1 parent 971b829 commit 297a31b
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 20 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
66 changes: 51 additions & 15 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion web/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 297a31b

Please sign in to comment.