Skip to content

Commit 94d1fc4

Browse files
author
Awjin Ahn
authored
Update chokidar. (#1235)
1 parent a021ae2 commit 94d1fc4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.32.8
2+
3+
* Update chokidar version for Node API tests.
4+
15
## 1.32.7
26

37
* Allow the null safety release of stream_transform.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
],
77
"name": "sass",
88
"devDependencies": {
9-
"node-sass": "^4.11.0",
10-
"chokidar": "^2.0.0",
9+
"chokidar": ">=2.0.0 <4.0.0",
1110
"fibers": ">=1.0.0 <5.0.0",
12-
"intercept-stdout": "^0.1.2"
11+
"intercept-stdout": "^0.1.2",
12+
"node-sass": "^4.11.0"
1313
}
1414
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.32.7
2+
version: 1.32.8-dev
33
description: A Sass implementation in Dart.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)