Skip to content

Commit 488045c

Browse files
committed
Upgraded npm dependencies.
1 parent a307b26 commit 488045c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,37 @@
1919
}
2020
],
2121
"devDependencies": {
22-
"grunt": "0.4.2",
22+
"grunt": "0.4.4",
2323
"grunt-cli": "0.1.13",
24-
"grunt-browserify": "1.3.1",
24+
"grunt-browserify": "2.0.8",
2525
"grunt-contrib-clean": "0.5.0",
2626
"load-grunt-tasks": "0.4.0",
2727
"grunt-docular": "0.1.2",
28-
"grunt-contrib-uglify": "0.3.2",
29-
"grunt-contrib-jshint": "0.8.0",
28+
"grunt-contrib-uglify": "0.4.0",
29+
"grunt-contrib-jshint": "0.10.0",
3030
"grunt-contrib-copy": "0.5.0",
31-
"grunt-contrib-concat": "0.3.0",
31+
"grunt-contrib-concat": "0.4.0",
3232
"karma-script-launcher": "~0.1.0",
33-
"karma-chrome-launcher": "~0.1.2",
33+
"karma-chrome-launcher": "~0.1.3",
3434
"karma-firefox-launcher": "~0.1.3",
35-
"karma-phantomjs-launcher": "~0.1.2",
36-
"karma": "~0.10.9",
37-
"grunt-karma": "~0.6.2",
35+
"karma-phantomjs-launcher": "~0.1.4",
36+
"karma": "~0.12.16",
37+
"grunt-karma": "~0.8.3",
3838
"karma-chai": "0.1.0",
39-
"mocha": "~1.17.1",
40-
"karma-coverage": "~0.2.0",
41-
"grunt-contrib-watch": "~0.5.3",
42-
"grunt-karma-coveralls": "~2.4.0",
43-
"karma-mocha": "~0.1.1",
44-
"karma-sinon": "~1.0.2",
45-
"time-grunt": "~0.2.9",
46-
"browserify": "~3.31.2"
39+
"mocha": "~1.18.2",
40+
"karma-coverage": "~0.2.1",
41+
"grunt-contrib-watch": "~0.6.1",
42+
"grunt-karma-coveralls": "~2.5.0",
43+
"karma-mocha": "~0.1.3",
44+
"karma-sinon": "~1.0.3",
45+
"time-grunt": "~0.3.1",
46+
"browserify": "~4.1.2"
4747
},
4848
"scripts": {
4949
"test": "node node_modules/grunt-cli/bin/grunt test"
5050
},
5151
"dependencies": {
5252
"observe-js": "0.1.0",
53-
"mout": "0.9.0"
53+
"mout": "0.9.1"
5454
}
5555
}

0 commit comments

Comments
 (0)