不要怂,就是干,撸起袖子干!

Commit 6202a409 by Jan Aagaard Meier

Merge pull request #4336 from josephpage/patch-2

Update devDependencies
2 parents 5df7c134 cf2ee74c
Showing with 8 additions and 4 deletions
...@@ -12,8 +12,12 @@ ...@@ -12,8 +12,12 @@
[#4288](https://github.com/sequelize/sequelize/issues/4288) [#4288](https://github.com/sequelize/sequelize/issues/4288)
- [INTERNALS] Updated dependencies [#4332](https://github.com/sequelize/sequelize/pull/4332) - [INTERNALS] Updated dependencies [#4332](https://github.com/sequelize/sequelize/pull/4332)
+ toposort-class@1.0.1 + toposort-class@1.0.1
+ validator@4.0.2 + validator@4.0.4
+ wkx@0.1.0 + wkx@0.1.0
- [INTERNALS] Updated devDependencies [#4336](https://github.com/sequelize/sequelize/pull/4336)
+ chai-spies@0.7.0
+ dox@0.8.0
+ mysql@2.8.0
# 3.5.1 # 3.5.1
- [FIXED] Fix bug with nested includes where a middle include results in a null value which breaks $findSeperate. - [FIXED] Fix bug with nested includes where a middle include results in a null value which breaks $findSeperate.
......
...@@ -52,18 +52,18 @@ ...@@ -52,18 +52,18 @@
"chai": "^3.0.0", "chai": "^3.0.0",
"chai-as-promised": "^5.1.0", "chai-as-promised": "^5.1.0",
"chai-datetime": "~1.4.0", "chai-datetime": "~1.4.0",
"chai-spies": "~0.6.0", "chai-spies": "~0.7.0",
"coffee-script": "~1.9.1", "coffee-script": "~1.9.1",
"commander": "^2.6.0", "commander": "^2.6.0",
"continuation-local-storage": "^3.1.4", "continuation-local-storage": "^3.1.4",
"dox": "0.7.1", "dox": "~0.8.0",
"git": "^0.1.5", "git": "^0.1.5",
"hints": "^0.2.0", "hints": "^0.2.0",
"istanbul": "~0.3.0", "istanbul": "~0.3.0",
"jshint": ">=2.4.2", "jshint": ">=2.4.2",
"lcov-result-merger": "~1.0.0", "lcov-result-merger": "~1.0.0",
"mocha": "^2.2.1", "mocha": "^2.2.1",
"mysql": "~2.6.2", "mysql": "~2.8.0",
"pg": "^4.2.0", "pg": "^4.2.0",
"pg-hstore": "^2.3.1", "pg-hstore": "^2.3.1",
"pg-native": "^1.8.0", "pg-native": "^1.8.0",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!