Skip to content

Commit 90d4eb3

Browse files
author
Olivier Giulieri
committed
Updated dependencies.
1 parent eac4d4c commit 90d4eb3

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ module.exports = function (grunt) {
204204
// *************************************************************************************
205205
// GRUNT PLUGIN : tasks
206206
// *************************************************************************************
207-
grunt.loadNpmTasks('grunt-bower-task');
208207
grunt.loadNpmTasks('grunt-contrib-copy');
209208
grunt.loadNpmTasks('grunt-contrib-concat');
210209
grunt.loadNpmTasks('grunt-contrib-jshint');

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"jquery": "2.1.1",
66
"backbone": "1.1.2",
77
"backbone.localStorage": "v1.1.16",
8-
"underscore": "1.7.0",
8+
"underscore": "1.8.2",
99
"bootstrap": "v3.3.2",
1010
"bootstrap-datepicker": "1.3.1",
1111
"select2": "3.5.2"

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
},
1616
"bugs": "https://github.com/evoluteur/evolutility/issues",
1717
"devDependencies": {
18-
"grunt": "0.4.1",
18+
"grunt": "~0.4.5",
1919
"grunt-contrib-concat": "~0.3.0",
20-
"grunt-contrib-uglify": "~0.3.2",
21-
"grunt-contrib-less": "~0.10.0",
20+
"grunt-contrib-uglify": "~0.7.0",
21+
"grunt-contrib-less": "~1.0.0",
2222
"grunt-contrib-copy": "~0.7.0",
23-
"grunt-contrib-jshint": "~0.8.0",
24-
"grunt-bower-task": "~0.3.4"
23+
"grunt-contrib-jshint": "~0.11.0"
2524
},
2625
"dependencies": {
2726
"jquery": "2.1.1",

0 commit comments

Comments
 (0)