diff --git a/gulpfile.js b/gulpfile.js index f4681cf1..fae002e3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -80,10 +80,6 @@ gulp.task('lib', ['clean:lib'], function () { src: paths.npmDir + 'angular-animate/angular-animate.js', dest: paths.libDir + 'angular-animate' }, - { - src: paths.npmDir + 'angular-ui-bootstrap/dist/*tpls*.js', - dest: paths.libDir + 'angular-ui-bootstrap' - }, { src: paths.npmDir + 'angular-ui-router/release/angular-ui-router.js', dest: paths.libDir + 'angular-ui-router' diff --git a/package.json b/package.json index 93b755be..64302a75 100644 --- a/package.json +++ b/package.json @@ -5,37 +5,36 @@ "jquery": "2.2.4", "bootstrap": "3.3.7", "font-awesome": "4.7.0", - "angular": "1.5.9", - "angular-ui-bootstrap": "2.2.0", - "angular-ui-router": "0.3.2", - "angular-animate": "1.5.9", + "angular": "1.6.4", + "angular-ui-router": "0.4.2", + "angular-animate": "1.6.4", "gulp": "3.9.1", "gulp-less": "3.3.0", "gulp-preprocess": "2.0.0", "gulp-concat": "2.6.1", "gulp-rename": "1.2.2", - "rimraf": "2.5.4", + "rimraf": "2.6.1", "jshint": "2.9.4", "gulp-jshint": "2.0.4", "run-sequence": "1.2.2", "ngclipboard": "1.1.1", - "clipboard": "1.5.15", - "merge-stream": "1.0.0", + "clipboard": "1.6.1", + "merge-stream": "1.0.1", "angular-toastr": "2.1.1", - "q": "1.4.1", - "angularjs-slider": "5.8.7", + "q": "1.5.0", + "angularjs-slider": "6.1.1", "sweetalert": "1.1.3", "angular-sweetalert": "1.1.2", - "angulartics": "1.3.0", - "angulartics-google-analytics": "0.3.0", + "angulartics": "1.4.0", + "angulartics-google-analytics": "0.4.0", "tldjs": "1.7.0", - "browserify": "13.1.1", + "browserify": "14.3.0", "vinyl-source-stream": "1.1.0", "gulp-google-webfonts": "0.0.14", "ng-infinite-scroll": "1.3.0", - "node-forge": "0.7.0", + "node-forge": "0.7.1", "webpack-stream": "3.2.0", "gulp-json-editor": "2.2.1", - "papaparse": "4.2.0" + "papaparse": "4.3.2" } }