Index: third_party/pkg/js/pubspec.yaml |
diff --git a/third_party/pkg/js/pubspec.yaml b/third_party/pkg/js/pubspec.yaml |
index 5aee84258ffce396d9d8920c71ac4eb0b55c305d..485cf4252d152d3888394af9912ad3115831ae73 100644 |
--- a/third_party/pkg/js/pubspec.yaml |
+++ b/third_party/pkg/js/pubspec.yaml |
@@ -6,9 +6,9 @@ authors: |
description: Access JavaScript from Dart. |
homepage: https://github.com/dart-lang/js-interop |
dependencies: |
- browser: '>=0.8.7' |
+ browser: '>=0.9.0 <0.11.0' |
dev_dependencies: |
- ghpages_generator: '>=0.0.1' |
- unittest: '>=0.8.7' |
+ ghpages_generator: '>=0.0.1 <0.1.0' |
+ unittest: '>=0.9.0 < 0.11.0' |
environment: |
- sdk: '>0.8.7' |
+ sdk: '>=1.0.0 < 2.0.0' |