Skip to content

Commit 85b8446

Browse files
Clean Up (sequelize#432)
* legacy stuff * dependency update
1 parent 69f1ca2 commit 85b8446

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script:
88
- travis_retry node_modules/.bin/gulp
99

1010
env:
11-
- JS2COFFEE=2.0.0 DIALECT=mysql SEQUELIZE=3.24.3
11+
- JS2COFFEE=2.0.0 DIALECT=mysql SEQUELIZE=3.30.2
1212
- JS2COFFEE=2.0.0 DIALECT=postgres SEQUELIZE=4.0.0-2
1313

1414
language: node_js

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 sequelize
3+
Copyright (c) 2017 sequelize
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
22
"name": "sequelize-cli",
33
"version": "2.5.1",
4-
"description": "The sequelize CLI.",
4+
"description": "The Sequelize CLI",
55
"main": "index.js",
66
"dependencies": {
7-
"bluebird": "^3.4.5",
7+
"bluebird": "^3.5.0",
88
"cli-color": "~1.2.0",
99
"findup-sync": "^0.4.0",
1010
"fs-extra": "^2.0.0",
1111
"gulp": "^3.9.1",
1212
"gulp-help": "~1.6.1",
13-
"js-beautify": "^1.5.4",
14-
"lodash": "^4.12.0",
15-
"moment": "^2.15.1",
16-
"resolve": "^1.0.0",
17-
"umzug": "^1.9.1",
13+
"js-beautify": "^1.6.11",
14+
"lodash": "^4.17.4",
15+
"moment": "^2.17.1",
16+
"resolve": "^1.3.2",
17+
"umzug": "^1.11.0",
1818
"yargs": "^7.0.1"
1919
},
2020
"devDependencies": {
21-
"coffee-script": "^1.9.0",
21+
"coffee-script": "^1.12.4",
2222
"expect.js": "~0.3.1",
2323
"gulp-jscs": "^4.0.0",
2424
"gulp-jshint": "^2.0.4",
2525
"gulp-jshint-instafail": "^1.0.0",
26-
"gulp-mocha": "^4.0.0",
27-
"js2coffee": "^2.0.0",
26+
"gulp-mocha": "^4.1.0",
27+
"js2coffee": "^2.2.0",
2828
"jshint": "^2.9.4",
2929
"jshint-stylish": "^2.2.0",
30-
"mocha": "^3.1.2",
31-
"mysql": "^2.5.4",
32-
"nodeify": "^1.0.0",
33-
"pg": "^6.1.0",
34-
"pg-hstore": "^2.3.1",
35-
"run-sequence": "^1.0.2",
36-
"sequelize": "^3.22.0",
30+
"mocha": "^3.2.0",
31+
"mysql": "^2.13.0",
32+
"nodeify": "^1.0.1",
33+
"pg": "^6.1.3",
34+
"pg-hstore": "^2.3.2",
35+
"run-sequence": "^1.2.2",
36+
"sequelize": "^3.30.2",
3737
"sqlite3": "^3.1.8",
38-
"through2": "^2.0.1"
38+
"through2": "^2.0.3"
3939
},
4040
"scripts": {
4141
"test": "gulp"

0 commit comments

Comments
 (0)