Migrate to official dart-sdk version 2.0.0
This commit is contained in:
parent
c84b052beb
commit
a8cafbac49
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ author: Marty Oehme <marty.oehme@gmail.com>
|
||||||
homepage: https://www.martyoehme.org/
|
homepage: https://www.martyoehme.org/
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.0.0-dev.66.0 <2.0.0'
|
sdk: '>=2.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
angular: ^5.0.0-beta
|
angular: ^5.0.0-beta
|
||||||
|
@ -14,6 +14,6 @@ dependencies:
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angular_test: ^2.0.0-beta
|
angular_test: ^2.0.0-beta
|
||||||
build_runner: ^0.9.0
|
build_runner: ^0.9.0
|
||||||
build_test: ^0.10.2
|
build_test: ^0.10.3+1
|
||||||
build_web_compilers: ^0.4.0
|
build_web_compilers: ^0.4.0
|
||||||
test: ^1.0.0
|
test: ^1.3.0
|
||||||
|
|
Loading…
Reference in a new issue