Allow the null safety release of args and watcher (#1238)

This commit is contained in:
Lukasz Kolodziejczyk 2021-02-25 22:45:14 +01:00 committed by GitHub
parent ad4a1692a8
commit 84cae191bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## 1.32.9
### Dart API
* Allow the null safety release of args and watcher.
## 1.32.8
* Update chokidar version for Node API tests.

View File

@ -1,5 +1,5 @@
name: sass
version: 1.32.8
version: 1.32.9-dev
description: A Sass implementation in Dart.
author: Sass Team
homepage: https://github.com/sass/dart-sass
@ -12,7 +12,7 @@ environment:
sdk: '>=2.6.0 <3.0.0'
dependencies:
args: ">=1.4.0 <2.0.0"
args: ">=1.4.0 <3.0.0"
async: ">=1.10.0 <3.0.0"
charcode: "^1.1.0"
cli_repl: ">=0.1.3 <0.3.0"
@ -29,7 +29,7 @@ dependencies:
string_scanner: ">=0.1.5 <2.0.0"
term_glyph: "^1.0.0"
tuple: "^1.0.0"
watcher: "^0.9.6"
watcher: ">=0.9.6 <2.0.0"
dev_dependencies:
archive: ">=1.0.0 <3.0.0"