michaelkrone / generator-material-app

Yet another yeoman generator for scaffolding a simple Node.js/Express/MongoDB/Angular.js app using some material design elements.
MIT License
177 stars 48 forks source link

Update dependencies #44

Open Stupidism opened 8 years ago

Stupidism commented 8 years ago
michaelkrone commented 8 years ago

I have a material update in the making, need to adjust it to the latest changes made to the templates.

Stupidism commented 8 years ago

Use develop branch. It has the newest code.

michaelkrone commented 8 years ago
Package                   Current   Wanted   Latest  Location
body-parser                 1.5.2    1.5.2   1.15.1  body-parser
browser-sync                1.9.2    1.9.2  2.12.10  browser-sync
compression                1.0.11   1.0.11    1.6.2  compression
connect-mongo               0.4.2    0.4.2    1.2.0  connect-mongo
cookie-parser               1.0.1    1.0.1    1.4.3  cookie-parser
del                         0.1.3    0.1.3    2.2.0  del
ejs                         0.8.8    0.8.8    2.4.2  ejs
errorhandler                1.0.2    1.0.2    1.4.3  errorhandler
express                     4.9.8    4.9.8   4.13.4  express
express-session             1.0.4    1.0.4   1.13.0  express-session
gulp-autoprefixer           2.3.1    2.3.1    3.1.0  gulp-autoprefixer
gulp-if                     1.2.5    1.2.5    2.0.1  gulp-if
gulp-inject                 1.5.0    1.5.0    4.1.0  gulp-inject
gulp-istanbul               0.3.1    0.3.1   0.10.4  gulp-istanbul
gulp-jscs                   1.6.0    1.6.0    3.0.2  gulp-jscs
gulp-jshint                1.12.0   1.12.0    2.0.1  gulp-jshint
gulp-minify-css            0.3.13   0.3.13    1.2.4  gulp-minify-css
gulp-mocha                  1.1.2    1.1.2    2.2.0  gulp-mocha
gulp-nodemon                1.0.5    1.0.5    2.0.7  gulp-nodemon
gulp-protractor            0.0.12   0.0.12    2.3.0  gulp-protractor
gulp-ruby-sass              0.7.1    0.7.1    2.0.6  gulp-ruby-sass
jshint-stylish              1.0.2    1.0.2    2.2.0  jshint-stylish
jsonwebtoken                5.7.0    5.7.0    7.0.0  jsonwebtoken
karma                     0.12.37  0.12.37  0.13.22  karma
karma-chrome-launcher      0.1.12   0.1.12    1.0.1  karma-chrome-launcher
karma-coverage              0.2.7    0.2.7    1.0.0  karma-coverage
karma-mocha                0.1.10   0.1.10    1.0.1  karma-mocha
karma-phantomjs-launcher    0.1.4    0.1.4    1.0.0  karma-phantomjs-launcher
lodash                      2.4.2    2.4.2   4.13.1  lodash
method-override             1.0.2    1.0.2    2.3.6  method-override
mocha-jenkins-reporter      0.1.9    0.1.9    0.2.2  mocha-jenkins-reporter
morgan                      1.0.1    1.0.1    1.7.0  morgan
passport                    0.2.2    0.2.2    0.3.2  passport
passport-local              0.1.6    0.1.6    1.0.0  passport-local
require-dir                 0.1.0    0.1.0    0.3.0  require-dir
serve-favicon               2.0.1    2.0.1    2.3.0  serve-favicon
should                      3.3.2    3.3.2    8.4.0  should
socketio-jwt                3.0.0    3.0.0    4.3.4  socketio-jwt
supertest                  0.13.0   0.13.0    1.2.0  supertest
Stupidism commented 8 years ago

How is this going now?

Stupidism commented 8 years ago

BUG: Twice tab to next input https://github.com/angular/material/issues/458

Stupidism commented 8 years ago

@michaelkrone I'm back after graduation! What about you?

michaelkrone commented 8 years ago

Hi @stupidisum, how was it going? I was on vacation the last 2 weeks. Just starting to dig into all this again.

Stupidism commented 8 years ago

Glad to see you are back! I've done some more practical features. I think we can consider next release after you finish this dependency update and I set my ModelDefinitions as optional #86