We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d2e664 + db87fd4 commit d200802Copy full SHA for d200802
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.12.24+1
2
+
3
+* Widen version constraint on `analyzer`.
4
5
## 0.12.24
6
7
* Add a `node` platform for compiling tests to JavaScript and running them on
pubspec.yaml
@@ -1,12 +1,12 @@
name: test
-version: 0.12.24
+version: 0.12.24+1
author: Dart Team <[email protected]>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
environment:
- sdk: '>=1.23.0 <2.0.0'
+ sdk: '>=1.23.0 <2.0.0-dev.infinity'
8
dependencies:
9
- analyzer: '>=0.26.4 <0.31.0'
+ analyzer: '>=0.26.4 <0.32.0'
10
args: '>=0.13.1 <2.0.0'
11
async: '^1.13.0'
12
barback: '>=0.14.0 <0.16.0'
0 commit comments