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

Commit f01f3b38 by Jan Aagaard Meier

Merge pull request #4339 from sequelize/revert-4332-patch-1

Revert "Update dependencies"
2 parents 33a19d15 940a60ca
Showing with 3 additions and 7 deletions
...@@ -10,10 +10,6 @@ ...@@ -10,10 +10,6 @@
- [FIXED] BTM would remove any previously added association getters [#4268](https://github.com/sequelize/sequelize/pull/4268) - [FIXED] BTM would remove any previously added association getters [#4268](https://github.com/sequelize/sequelize/pull/4268)
- [FIXED] Pass through connection mode options to sqlite - [FIXED] Pass through connection mode options to sqlite
[#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)
+ toposort-class@1.0.1
+ validator@4.0.2
+ wkx@0.1.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.
......
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
"node-uuid": "~1.4.1", "node-uuid": "~1.4.1",
"semver": "^5.0.1", "semver": "^5.0.1",
"shimmer": "1.0.0", "shimmer": "1.0.0",
"toposort-class": "^1.0.1", "toposort-class": "~0.3.0",
"validator": "^4.0.2", "validator": "^3.34.0",
"wellknown": "^0.3.1", "wellknown": "^0.3.1",
"wkx": "0.1.0" "wkx": "0.0.7"
}, },
"devDependencies": { "devDependencies": {
"chai": "^3.0.0", "chai": "^3.0.0",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!