mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 13:51:31 +01:00
Allow the null safety release of args and watcher (#1238)
This commit is contained in:
parent
ad4a1692a8
commit
84cae191bd
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user