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

Commit 6dc255e4 by Mick Hansen

Merge pull request #4594 from fintura/master

Update dependencies
2 parents 13708e7e 0ad02292
Showing with 19 additions and 11 deletions
# 3.xx.x
- [INTERNALS] Updated dependencies [#4594](https://github.com/sequelize/sequelize/pull/4594)
+ bluebird@2.10.1
+ dottie@1.0.0
+ wellknown@0.4.0
- [INTERNALS] Updated devDependencies [#4594](https://github.com/sequelize/sequelize/pull/4594)
+ mysql@2.9.0
- coffee-script
# 3.10.0
- [ADDED] support `search_path` for postgres with lots of schemas [#4534](https://github.com/sequelize/sequelize/pull/4534)
- [ADDED] Expose Association constructor as `Sequelize.Association`
......
......@@ -32,9 +32,9 @@
"url": "https://github.com/sequelize/sequelize/issues"
},
"dependencies": {
"bluebird": "~2.9.24",
"depd": "^1.0.1",
"dottie": "^0.3.1",
"bluebird": "^2.10.1",
"depd": "^1.0.0",
"dottie": "^1.0.0",
"generic-pool": "2.2.0",
"inflection": "^1.6.0",
"lodash": "^3.9.3",
......@@ -45,25 +45,24 @@
"shimmer": "1.0.0",
"toposort-class": "^1.0.1",
"validator": "^4.0.4",
"wellknown": "^0.3.1",
"wellknown": "^0.4.0",
"wkx": "0.1.0"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"chai-datetime": "~1.4.0",
"chai-spies": "~0.7.0",
"coffee-script": "~1.9.1",
"chai-datetime": "^1.4.0",
"chai-spies": "^0.7.0",
"commander": "^2.6.0",
"continuation-local-storage": "^3.1.4",
"dox": "~0.8.0",
"git": "^0.1.5",
"hints": "^0.2.0",
"istanbul": "~0.3.0",
"jshint": ">=2.4.2",
"lcov-result-merger": "~1.0.0",
"istanbul": "^0.3.0",
"jshint": "^2.8.0",
"lcov-result-merger": "^1.0.0",
"mocha": "^2.2.1",
"mysql": "~2.8.0",
"mysql": "~2.9.0",
"pg": "^4.2.0",
"pg-hstore": "^2.3.1",
"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!