diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f03309..da77e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [keepachan ### Changed - Internals completely refactored, to make changes/new features easier to implement+test - Using [Flowtype](https://flowtype.org/) to find bugs easier -- Updated dependencies to latest stable versions +- Updated all dependencies to latest stable versions ## [0.7.0] - 2016-03-29 ### Added diff --git a/package.json b/package.json index d4cb972..cb1409d 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,12 @@ "atom-workspace": "textual-velocity:start-session" }, "engines": { - "atom": ">=1.6.0 <2.0.0" + "atom": ">=1.10.0 <2.0.0" }, "dependencies": { "baconjs": "0.7.85", "bplist": "0.0.4", - "chokidar": "1.0.6", + "chokidar": "1.6.0", "classnames": "2.2.5", "fs-plus": "2.9.1", "fs-xattr": "0.1.14",