mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Update chokidar. (#1235)
This commit is contained in:
parent
a021ae2974
commit
94d1fc407b
@ -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.
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user