diff --git a/_benchmarks/pubspec.yaml b/_benchmarks/pubspec.yaml index e6aed1534b..6620a970a5 100644 --- a/_benchmarks/pubspec.yaml +++ b/_benchmarks/pubspec.yaml @@ -2,7 +2,7 @@ name: _benchmarks author: Dart Team 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. diff --git a/_goldens/pubspec.yaml b/_goldens/pubspec.yaml index 9bfe3401d4..fcf9205eac 100644 --- a/_goldens/pubspec.yaml +++ b/_goldens/pubspec.yaml @@ -2,7 +2,7 @@ name: _goldens author: Dart Team 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. diff --git a/_tests/pubspec.yaml b/_tests/pubspec.yaml index 87783734f5..e01c2194f3 100644 --- a/_tests/pubspec.yaml +++ b/_tests/pubspec.yaml @@ -2,7 +2,7 @@ name: _tests author: Dart Team 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. diff --git a/angular/pubspec.yaml b/angular/pubspec.yaml index d52fc39fef..115fdc4346 100644 --- a/angular/pubspec.yaml +++ b/angular/pubspec.yaml @@ -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). diff --git a/angular/tools/analyzer_plugin/pubspec.yaml b/angular/tools/analyzer_plugin/pubspec.yaml index 219bcaf8eb..0a86b84ce8 100644 --- a/angular/tools/analyzer_plugin/pubspec.yaml +++ b/angular/tools/analyzer_plugin/pubspec.yaml @@ -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' diff --git a/angular_ast/pubspec.yaml b/angular_ast/pubspec.yaml index fcfe21992c..1c9c2873e9 100644 --- a/angular_ast/pubspec.yaml +++ b/angular_ast/pubspec.yaml @@ -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 diff --git a/angular_compiler/pubspec.yaml b/angular_compiler/pubspec.yaml index 98070830d0..b81717566a 100644 --- a/angular_compiler/pubspec.yaml +++ b/angular_compiler/pubspec.yaml @@ -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 diff --git a/angular_forms/pubspec.yaml b/angular_forms/pubspec.yaml index ce4d2e2d1d..6aaa48f859 100644 --- a/angular_forms/pubspec.yaml +++ b/angular_forms/pubspec.yaml @@ -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 diff --git a/angular_router/pubspec.yaml b/angular_router/pubspec.yaml index d68f798b76..4be304fe92 100644 --- a/angular_router/pubspec.yaml +++ b/angular_router/pubspec.yaml @@ -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 diff --git a/angular_test/pubspec.yaml b/angular_test/pubspec.yaml index f803fd93f1..d1bb31a8a9 100644 --- a/angular_test/pubspec.yaml +++ b/angular_test/pubspec.yaml @@ -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 diff --git a/dev/pubspec.yaml b/dev/pubspec.yaml index 566c7a9e49..4f838f8b46 100644 --- a/dev/pubspec.yaml +++ b/dev/pubspec.yaml @@ -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 diff --git a/examples/github_issues/pubspec.yaml b/examples/github_issues/pubspec.yaml index 70ad8c99e5..9c3624d17c 100644 --- a/examples/github_issues/pubspec.yaml +++ b/examples/github_issues/pubspec.yaml @@ -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 diff --git a/examples/hacker_news_pwa/pubspec.yaml b/examples/hacker_news_pwa/pubspec.yaml index f35228a83b..96ef337fa7 100644 --- a/examples/hacker_news_pwa/pubspec.yaml +++ b/examples/hacker_news_pwa/pubspec.yaml @@ -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. diff --git a/examples/hello_world/pubspec.yaml b/examples/hello_world/pubspec.yaml index b19f680c62..76d6126238 100644 --- a/examples/hello_world/pubspec.yaml +++ b/examples/hello_world/pubspec.yaml @@ -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. diff --git a/examples/i18n/pubspec.yaml b/examples/i18n/pubspec.yaml index 464ed67f63..5d646f5ee0 100644 --- a/examples/i18n/pubspec.yaml +++ b/examples/i18n/pubspec.yaml @@ -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: # No strict dependencies, we always use dependency_overrides. diff --git a/examples/registration_form/pubspec.yaml b/examples/registration_form/pubspec.yaml index 8449d4f3a0..d53069af9d 100644 --- a/examples/registration_form/pubspec.yaml +++ b/examples/registration_form/pubspec.yaml @@ -1,7 +1,7 @@ name: examples.registration_form 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. diff --git a/pubspec.yaml b/pubspec.yaml index a836012124..5104b66370 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ name: repository environment: - sdk: ">=2.0.0-dev.64.2 <3.0.0" + sdk: ">=2.1.0-dev.5.0 <3.0.0" dev_dependencies: dev: