Skip to content

Commit e11e013

Browse files
authored
chore: update dependencies (linkesch#488)
1 parent 4b2a314 commit e11e013

File tree

6 files changed

+1184
-2224
lines changed

6 files changed

+1184
-2224
lines changed

.jscsrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"preset": "crockford",
3-
"verbose": true,
43
"disallowDanglingUnderscores": false
54
}

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ module.exports = function (grunt) {
7777
},
7878

7979
sass: {
80+
options: {
81+
implementation: require('node-sass')
82+
},
8083
dist: {
8184
files: [{
8285
expand: true,

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"jquery": ">=1.9.0",
4141
"medium-editor": "^5.15.0",
42-
"handlebars": "~4.0.0",
43-
"blueimp-file-upload": "~9.12.1",
42+
"handlebars": "~4.0.12",
43+
"blueimp-file-upload": "~9.28.0",
4444
"jquery-sortable": "~0.9.12"
4545
}
4646
}

0 commit comments

Comments
 (0)