Skip to content

Commit

Permalink
Downgrade to 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykmnkmi committed Nov 19, 2023
1 parent fdfc472 commit 532bd50
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 17 deletions.
6 changes: 3 additions & 3 deletions _tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Tests for AngularDart.
publish_to: none

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
build: ^2.4.1
Expand All @@ -20,13 +20,13 @@ dependencies:
test: ^1.24.4

dev_dependencies:
analyzer: ^6.0.0
analyzer: ^5.11.0
build_runner: ^2.4.6
build_web_compilers: ^4.0.4
csslib: ^1.0.0
lints: ^2.1.0
meta: ^1.11.0
mockito: ^5.4.3
mockito: ^5.4.2
package_config: ^2.1.0
source_span: ^1.10.0
term_glyph: ^1.2.1
2 changes: 1 addition & 1 deletion ngast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 3.0.0-dev.1
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
charcode: ^1.3.1
Expand Down
6 changes: 3 additions & 3 deletions ngcompiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ version: 3.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
analyzer: ^6.0.0
analyzer: ^5.11.0
args: ^2.4.2
build: ^2.4.1
code_builder: ^4.7.0
collection: ^1.18.0
csslib: ^1.0.0
dart_style: ^2.3.3
dart_style: ^2.3.2
logging: ^1.2.0
meta: ^1.11.0
ngast: ^3.0.0-dev.1
Expand Down
2 changes: 1 addition & 1 deletion ngdart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 8.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
build: ^2.4.1
Expand Down
2 changes: 2 additions & 0 deletions ngforms/lib/src/directives/control_value_accessor.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import 'package:ngdart/angular.dart';

import 'default_value_accessor.dart';

/// A bridge between a control and a native element.
///
/// A `ControlValueAccessor` abstracts the operations of writing a new value to a
Expand Down
3 changes: 3 additions & 0 deletions ngforms/lib/src/directives/default_value_accessor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import 'package:ngdart/angular.dart';
import 'package:ngforms/src/directives/shared.dart' show setElementDisabled;

import 'control_value_accessor.dart';
import 'ng_control_name.dart';
import 'ng_form_control.dart';
import 'ng_model.dart';

const defaultValueAccessor = ExistingProvider.forToken(
ngValueAccessor,
Expand Down
4 changes: 2 additions & 2 deletions ngforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 5.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
meta: ^1.11.0
Expand All @@ -17,6 +17,6 @@ dev_dependencies:
build_test: ^2.2.1
build_web_compilers: ^4.0.4
lints: ^2.1.0
mockito: ^5.4.3
mockito: ^5.4.2
ngtest: ^5.0.0-dev.2
test: ^1.24.4
4 changes: 2 additions & 2 deletions ngrouter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 4.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
collection: ^1.18.0
Expand All @@ -18,6 +18,6 @@ dev_dependencies:
build_test: ^2.2.1
build_web_compilers: ^4.0.4
lints: ^2.1.0
mockito: ^5.4.3
mockito: ^5.4.2
ngtest: ^5.0.0-dev.2
test: ^1.24.4
2 changes: 1 addition & 1 deletion ngtest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 5.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
collection: ^1.18.0
Expand Down
8 changes: 4 additions & 4 deletions tool/package_versions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

analyzer: ^6.0.0
analyzer: ^5.11.0
args: ^2.4.2
async: ^2.11.0
build: ^2.4.1
Expand All @@ -14,14 +14,14 @@ charcode: ^1.3.1
code_builder: ^4.7.0
collection: ^1.18.0
csslib: ^1.0.0
dart_style: ^2.3.3
dart_style: ^2.3.2
glob: ^2.1.2
intl: ^0.18.1
js: ^0.6.7
logging: ^1.2.0
lints: ^2.1.0
meta: ^1.11.0
mockito: ^5.4.3
mockito: ^5.4.2
ngast: ^3.0.0-dev.1
ngcompiler: ^3.0.0-dev.2
ngdart: ^8.0.0-dev.3
Expand Down

0 comments on commit 532bd50

Please sign in to comment.