Skip to content

Commit 5c6f0be

Browse files
author
Christian Wesselhoeft
committed
Update dev dependencies.
1 parent 0c9bcc2 commit 5c6f0be

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@
2929
"typescript"
3030
],
3131
"devDependencies": {
32-
"grunt": "~0.4.1",
33-
"grunt-contrib-concat": "~0.3.0",
34-
"grunt-contrib-connect": "~0.5.0",
35-
"grunt-contrib-copy": "~0.5.0",
36-
"grunt-contrib-clean": "~0.5.0",
32+
"grunt": "^0.4.1",
33+
"grunt-contrib-clean": "^0.5.0",
34+
"grunt-contrib-concat": "^0.4.0",
35+
"grunt-contrib-connect": "^0.7.1",
36+
"grunt-contrib-copy": "^0.5.0",
3737
"grunt-contrib-jshint": "^0.9.2",
38-
"grunt-contrib-uglify": "~0.3.3",
39-
"lodash": "~2.2.1",
40-
"grunt-text-replace": "~0.3.11",
38+
"grunt-contrib-uglify": "^0.4.0",
39+
"grunt-text-replace": "^0.3.11",
4140
"load-grunt-config": "~0.8.0-beta.1"
4241
}
4342
}

0 commit comments

Comments
 (0)