Skip to content

Commit

Permalink
Update chokidar. (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awjin Ahn committed Feb 18, 2021
1 parent a021ae2 commit 94d1fc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 94d1fc4

Please sign in to comment.