We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a021ae2 commit 94d1fc4Copy full SHA for 94d1fc4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.32.8
2
+
3
+* Update chokidar version for Node API tests.
4
5
## 1.32.7
6
7
* Allow the null safety release of stream_transform.
package.json
@@ -6,9 +6,9 @@
],
"name": "sass",
8
"devDependencies": {
9
- "node-sass": "^4.11.0",
10
- "chokidar": "^2.0.0",
+ "chokidar": ">=2.0.0 <4.0.0",
11
"fibers": ">=1.0.0 <5.0.0",
12
- "intercept-stdout": "^0.1.2"
+ "intercept-stdout": "^0.1.2",
+ "node-sass": "^4.11.0"
13
}
14
pubspec.yaml
@@ -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
0 commit comments