Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit b0ba99b

Browse files
committed
Update pubspec for version solving in Dart 2 stable
PiperOrigin-RevId: 207339085
1 parent c12cee2 commit b0ba99b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pubspec.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: angular_components
2-
version: 0.9.0-beta+2
2+
version: 0.9.0-beta+3
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
66
homepage: https://webdev.dartlang.org/components
77
author: Dart Team <[email protected]>
88
environment:
9-
sdk: '>=2.0.0-dev.64.2 <3.0.0'
9+
sdk: '>=2.0.0-dev.68.0 <3.0.0'
1010
dependencies:
11-
angular: ^5.0.0-beta+2
12-
angular_forms: ^2.0.0-beta+2
11+
angular: ^5.0.0-beta+3
12+
angular_forms: ^2.0.0-beta+3
1313
async: ^2.0.6
1414
build: '>=0.11.1 <0.13.0'
1515
build_config: '>=0.2.6 <0.4.0'
@@ -21,7 +21,6 @@ dependencies:
2121
logging: ^0.11.2
2222
meta: ^1.0.4
2323
observable: ^0.22.1+3
24-
protobuf: ^0.8.0
25-
perf_api: ^0.1.0
24+
protobuf: ^0.9.0
2625
quiver: '>=0.24.0 <0.30.0'
2726
sass_builder: ^2.0.2

0 commit comments

Comments
 (0)