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

Commit 98e36fb

Browse files
authored
Bump dependency versions (#39)
1 parent 927e97e commit 98e36fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ packages:
1212
name: angular
1313
url: "https://pub.dartlang.org"
1414
source: hosted
15-
version: "4.0.0-alpha+3"
15+
version: "4.0.0-beta"
1616
angular_compiler:
1717
description:
1818
name: angular_compiler
1919
url: "https://pub.dartlang.org"
2020
source: hosted
21-
version: "0.2.1"
21+
version: "0.3.0"
2222
angular_components:
2323
description:
2424
name: angular_components
2525
url: "https://pub.dartlang.org"
2626
source: hosted
27-
version: "0.6.0-alpha+3"
27+
version: "0.6.0-beta"
2828
angular_forms:
2929
description:
3030
name: angular_forms

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: An example app using the angular_components package.
33
environment:
44
sdk: '>=1.24.0 <2.0.0-dev.infinity'
55
dependencies:
6-
angular: 4.0.0-alpha+3
7-
angular_components: 0.6.0-alpha+3
6+
angular: 4.0.0-beta
7+
angular_components: 0.6.0-beta
88
browser: ^0.10.0
99
dart_to_js_script_rewriter: ^1.0.1
1010
dev_dependencies:

0 commit comments

Comments
 (0)