Update chokidar. (#1235)

This commit is contained in:
Awjin Ahn 2021-02-18 15:15:11 -06:00 committed by GitHub
parent a021ae2974
commit 94d1fc407b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 1.32.8
* Update chokidar version for Node API tests.
## 1.32.7
* Allow the null safety release of stream_transform.

View File

@ -6,9 +6,9 @@
],
"name": "sass",
"devDependencies": {
"node-sass": "^4.11.0",
"chokidar": "^2.0.0",
"chokidar": ">=2.0.0 <4.0.0",
"fibers": ">=1.0.0 <5.0.0",
"intercept-stdout": "^0.1.2"
"intercept-stdout": "^0.1.2",
"node-sass": "^4.11.0"
}
}

View File

@ -1,5 +1,5 @@
name: sass
version: 1.32.7
version: 1.32.8-dev
description: A Sass implementation in Dart.
author: Sass Team
homepage: https://github.com/sass/dart-sass