Skip to content

Commit a2e9ced

Browse files
committed
bump deps
1 parent ebb275a commit a2e9ced

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@
2424
},
2525
"homepage": "https://github.com/firebase/vuefire#readme",
2626
"devDependencies": {
27-
"eslint": "^1.10.3",
28-
"eslint-plugin-html": "^1.1.0",
27+
"eslint": "^2.5.1",
28+
"eslint-config-standard": "^5.1.0",
29+
"eslint-plugin-html": "^1.4.0",
30+
"eslint-plugin-promise": "^1.1.0",
31+
"eslint-plugin-standard": "^1.3.2",
2932
"jasmine-core": "^2.4.1",
30-
"karma": "^0.13.19",
31-
"karma-coverage": "^0.5.3",
32-
"karma-jasmine": "^0.3.6",
33-
"karma-phantomjs-launcher": "^0.2.3",
34-
"phantomjs": "^1.9.19",
35-
"vue": "^1.0.13"
33+
"karma": "^0.13.22",
34+
"karma-coverage": "^0.5.5",
35+
"karma-jasmine": "^0.3.8",
36+
"karma-phantomjs-launcher": "^1.0.0",
37+
"phantomjs-prebuilt": "^2.1.3",
38+
"vue": "^1.0.19"
3639
}
3740
}

0 commit comments

Comments
 (0)