File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 2626 "license" : " MIT" ,
2727 "dependencies" : {
2828 "@arpinum/ddd" : " 4.0.0-beta1" ,
29- "knex" : " 0.12.6 " ,
29+ "knex" : " 0.12.8 " ,
3030 "lodash" : " 4.17.4" ,
31- "pg" : " 6.1.2 " ,
31+ "pg" : " 6.1.4 " ,
3232 "pg-query-stream" : " 1.0.0" ,
33- "tcomb" : " 3.2.16 "
33+ "tcomb" : " 3.2.20 "
3434 },
3535 "devDependencies" : {
3636 "chai" : " 3.5.0" ,
3737 "chai-as-promised" : " 6.0.0" ,
38- "eslint" : " 3.15.0 " ,
38+ "eslint" : " 3.17.1 " ,
3939 "eslint-config-arpinum" : " 3.0.4" ,
4040 "mocha" : " 3.2.0" ,
4141 "sinon" : " 1.17.7" ,
42- "sinon-as-promised" : " 4.0.2" ,
4342 "sinon-chai" : " 2.8.0" ,
44- "watch" : " 1.0.1 "
43+ "watch" : " 1.0.2 "
4544 }
4645}
Original file line number Diff line number Diff line change @@ -2,5 +2,3 @@ require('chai')
22 . use ( require ( 'sinon-chai' ) )
33 . use ( require ( 'chai-as-promised' ) )
44 . should ( ) ;
5-
6- require ( 'sinon-as-promised' ) ;
You can’t perform that action at this time.
0 commit comments