Skip to content

Commit cb4a61d

Browse files
committed
Update dependencies and test it! close #212
1 parent f26019c commit cb4a61d

1 file changed

Lines changed: 23 additions & 22 deletions

File tree

package.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,31 @@
3232
"babel-core": "^6.7.7",
3333
"babel-loader": "^6.2.4",
3434
"babel-preset-es2015": "^6.6.0",
35-
"grunt": "~0.4.4",
35+
"grunt": "~1.0.1",
3636
"grunt-browser-sync": "~2.2.0",
37-
"grunt-contrib-clean": "~0.7.0",
38-
"grunt-contrib-concat": "~0.5.0",
39-
"grunt-contrib-copy": "~0.8.0",
40-
"grunt-contrib-jshint": "^0.11.2",
41-
"grunt-contrib-uglify": "~0.11.0",
42-
"grunt-contrib-watch": "~0.6.1",
43-
"grunt-jsbeautifier": "^0.2.7",
44-
"grunt-karma": "~0.12.1",
37+
"grunt-contrib-clean": "~1.0.0",
38+
"grunt-contrib-concat": "~1.0.1",
39+
"grunt-contrib-copy": "~1.0.0",
40+
"grunt-contrib-jshint": "^1.0.0",
41+
"grunt-contrib-uglify": "~2.0.0",
42+
"grunt-contrib-watch": "~1.0.0",
43+
"grunt-jsbeautifier": "^0.2.13",
44+
"grunt-karma": "~2.0.0",
4545
"grunt-karma-coveralls": "^2.5.4",
46-
"karma": "~0.13.14",
47-
"karma-chrome-launcher": "~0.2.1",
48-
"karma-coffee-preprocessor": "~0.3.0",
49-
"karma-coverage": "^0.5.3",
50-
"karma-firefox-launcher": "~0.1.2",
51-
"karma-html2js-preprocessor": "~0.1.0",
52-
"karma-jasmine": "~0.3.5",
53-
"karma-phantomjs-launcher": "~0.2.0",
54-
"karma-requirejs": "~0.2.0",
55-
"karma-script-launcher": "~0.1.0",
56-
"load-grunt-tasks": "~3.4.0",
57-
"requirejs": "~2.1.14",
58-
"time-grunt": "~1.3.0"
46+
"jasmine-core": "^2.4.1",
47+
"karma": "~1.1.1",
48+
"karma-chrome-launcher": "~1.0.1",
49+
"karma-coffee-preprocessor": "~1.0.1",
50+
"karma-coverage": "^1.1.0",
51+
"karma-firefox-launcher": "~1.0.0",
52+
"karma-html2js-preprocessor": "~1.0.0",
53+
"karma-jasmine": "~1.0.2",
54+
"karma-phantomjs-launcher": "~1.0.1",
55+
"karma-requirejs": "~1.0.0",
56+
"karma-script-launcher": "~1.0.0",
57+
"load-grunt-tasks": "~3.5.0",
58+
"requirejs": "~2.2.0",
59+
"time-grunt": "~1.4.0"
5960
},
6061
"dependencies": {
6162
"webpack": "^1.13.0"

0 commit comments

Comments
 (0)