Skip to content

Commit 89630d4

Browse files
committed
Update deps to newer version tested to compile correctly.
1 parent bf5a99f commit 89630d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"devDependencies": {
1717
"grunt": "~0.4.1",
1818
"grunt-typescript": "~0.3.0",
19-
"grunt-autoprefixer": "~0.8.0",
20-
"grunt-contrib-clean": "~0.5.0",
21-
"grunt-contrib-copy": "~0.5.0",
19+
"grunt-autoprefixer": "~1.0.0",
20+
"grunt-contrib-clean": "~0.6.0",
21+
"grunt-contrib-copy": "~0.6.0",
2222
"grunt-contrib-watch": "~0.6.0",
23-
"grunt-contrib-concat": "~0.4.0",
23+
"grunt-contrib-concat": "~0.5.0",
2424
"grunt-contrib-cssmin": "~0.10.0",
25-
"grunt-contrib-uglify": "~0.5.0",
25+
"grunt-contrib-uglify": "~0.6.0",
2626
"load-grunt-tasks": "~0.6.0"
2727
}
2828
}

0 commit comments

Comments
 (0)