Skip to content

Commit 32578a5

Browse files
committed
Update dev dependencies to latest versions
1 parent 10b627e commit 32578a5

8 files changed

+17
-17
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = function(grunt) {
9898
build: {
9999
options: {
100100
paths: ["src/themes/"],
101-
yuicompress: true
101+
cleancss: true
102102
},
103103
files: [
104104
{expand: true, filter: 'isFile', cwd: 'src/themes/', src: ['*'], dest: 'minified/themes/', ext: '.min.css'}

minified/jquery.sceditor.default.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minified/themes/default.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minified/themes/modern.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minified/themes/office-toolbar.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minified/themes/office.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minified/themes/square.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"test": "grunt test"
1313
},
1414
"devDependencies": {
15-
"grunt": "~0.4.1",
16-
"grunt-cli": "~0.1.7",
17-
"grunt-contrib-jshint": "~0.6.3",
18-
"grunt-contrib-qunit": "~0.2.1",
15+
"grunt": "~0.4.4",
16+
"grunt-cli": "~0.1.13",
17+
"grunt-contrib-jshint": "~0.10.0",
18+
"grunt-contrib-qunit": "~0.4.0",
1919
"grunt-contrib-clean": "~0.5.0",
20-
"grunt-contrib-copy": "~0.4.1",
21-
"grunt-contrib-concat": "~0.3.0",
22-
"grunt-contrib-uglify": "~0.2.4",
23-
"grunt-contrib-less": "~0.7.0",
24-
"grunt-contrib-compress": "~0.5.0",
25-
"grunt-contrib-cssmin": "~0.6.0"
20+
"grunt": "~0.4.4",
21+
"grunt-contrib-concat": "~0.4.0",
22+
"grunt-contrib-uglify": "~0.4.0",
23+
"grunt-contrib-less": "~0.11.0",
24+
"grunt-contrib-compress": "~0.8.0",
25+
"grunt-contrib-cssmin": "~0.9.0"
2626
}
2727
}

0 commit comments

Comments
 (0)