blaskovicz / MagicStick

Integrated gatherer of magic
http://magic-stick.herokuapp.com
MIT License
4 stars 2 forks source link

upgrade npm modules #60

Open blaskovicz opened 7 years ago

blaskovicz commented 7 years ago

Within reason... obviously not massively breaking changes like angular 1.X to 2.Y...

bower.json

  "dependencies": {
    "angular-toastr": "~1.1.0",
    "angular-local-storage": "~0.1.5",
    "momentjs": "~2.9.0",
    "lodash": "~3.6.0",
    "bootstrap": "~3.3.4",
    "angular": "1.3",
    "angular-route": "1.3",
    "angular-bootstrap": "~0.12.1",
    "ng-file-upload": "~4.0.3",
    "angular-marked": "~0.0.12",
    "raygun4js": "~2.5.3"
  },

package.json

  "devDependencies": {
    "bower": "^1.4.1",
    "coffee-script": "^1.9.1",
    "coffeelint": "^1.9.3",
    "grunt": "^0.4.5",
    "grunt-bg-shell": "^2.3.1",
    "grunt-cli": "^0.1.13",
    "grunt-coffeelint": "0.0.13",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-contrib-sass": "^0.9.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-html2js": "^0.3.0",
    "grunt-htmlhint": "^0.4.1",
    "grunt-karma": "^0.10.1",
    "jasmine-core": "^2.3.0",
    "karma": "^0.12.31",
    "karma-jasmine": "^0.3.5",
    "karma-phantomjs-launcher": "^0.1.4",
    "lodash": "^4.17.4",
    "time-grunt": "^1.1.0"
  }