We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4eed2 commit 3f8f644Copy full SHA for 3f8f644
1 file changed
package.json
@@ -25,16 +25,16 @@
25
"webcomponent"
26
],
27
"devDependencies": {
28
- "chai": "^3.5.0",
+ "chai": "^4.1.0",
29
"gulp": "^3.9.1",
30
"gulp-bower": "^0.0.13",
31
- "http-server": "^0.9",
32
- "karma": "^0.13",
+ "http-server": "^0.10",
+ "karma": "^1.7.0",
33
"karma-chai": "^0.1",
34
- "karma-mocha": "^0.2",
+ "karma-mocha": "^1.3.0",
35
"karma-phantomjs-launcher": "^1.0",
36
- "phantomjs-prebuilt": "^2.1.3",
37
- "mocha": "^2.4.5"
+ "mocha": "^3.4.2",
+ "phantomjs-prebuilt": "^2.1.3"
38
},
39
"scripts": {
40
"postinstall": "bower install",
0 commit comments