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

Commit

Permalink
chore(*): update SDK constraints
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 216249728
  • Loading branch information
leonsenft authored and alorenzen committed Oct 8, 2018
1 parent 64a8931 commit c6a3691
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion _benchmarks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: _benchmarks
author: Dart Team <web@dartlang.org>
description: Benchmarks for AngularDart.
environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand Down
2 changes: 1 addition & 1 deletion _goldens/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: _goldens
author: Dart Team <web@dartlang.org>
description: Goldens for AngularDart.
environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand Down
2 changes: 1 addition & 1 deletion _tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: _tests
author: Dart Team <web@dartlang.org>
description: Tests for AngularDart.
environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand Down
2 changes: 1 addition & 1 deletion angular/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Fast and productive web framework
homepage: https://webdev.dartlang.org/angular
documentation: https://webdev.dartlang.org/angular/api
environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
# Runtime (or runtime *and* the compiler).
Expand Down
2 changes: 1 addition & 1 deletion angular/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: analyzed_angular_plugin_loader
version: 0.0.0
description: This pubspec determines the version of the analyzer plugin to load
environment:
sdk: '>=2.0.0-dev.69.5 <3.0.0'
sdk: ">=2.1.0-dev.5.0 <3.0.0"
dependencies:
angular_analyzer_plugin: '^0.0.17'
2 changes: 1 addition & 1 deletion angular_ast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Parser and utilities for AngularDart templates
version: 0.5.6

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
analyzer: ^0.33.0
Expand Down
2 changes: 1 addition & 1 deletion angular_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Compiler for AngularDart.
version: 0.4.0

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
analyzer: ^0.33.0
Expand Down
2 changes: 1 addition & 1 deletion angular_forms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Forms framework for AngularDart.
version: 2.0.0

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
angular: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion angular_router/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Router for AngularDart.
version: 2.0.0-alpha+19

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
angular: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion angular_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Testing runner and library for AngularDart
version: 2.0.0

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
angular: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion dev/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: dev

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
args: ^1.4.1
Expand Down
2 changes: 1 addition & 1 deletion examples/github_issues/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: examples.github_issues

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
angular_components: ^0.9.0-beta+2
Expand Down
2 changes: 1 addition & 1 deletion examples/hacker_news_pwa/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: examples.hacker_news_pwa

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: examples.hello_world

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: examples.i18n

environment:
sdk: ">=2.0.0-dev.69.5 <3.0.0"
sdk: ">=2.1.0-dev.5.0 <3.0.0"

dependencies: