Skip to content

Commit 3529dfb

Browse files
committed
Version v0.1.4
* redux-firebasev3 used to replace redux-react-firebase * Yeoman generator version updated * Dev dependencies updated (eslint and plugins)
1 parent 6f5734c commit 3529dfb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-react-firebase",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Starter that uses React and Firebase (with option for Redux)",
55
"homepage": "github.com/prescottprue/generator-react-firebase",
66
"author": {
@@ -21,7 +21,7 @@
2121
"yeoman-generator"
2222
],
2323
"dependencies": {
24-
"yeoman-generator": "^0.23.3",
24+
"yeoman-generator": "^0.24.1",
2525
"chalk": "^1.1.3",
2626
"yosay": "^1.1.1"
2727
},
@@ -30,13 +30,13 @@
3030
"babel-core": "^6.9.1",
3131
"babel-eslint": "^6.0.0-beta.6",
3232
"babel-preset-es2015": "^6.9.0",
33-
"eslint": "^2.4.0",
33+
"eslint": "^3.1.1",
3434
"eslint-config-standard": "^5.1.0",
35-
"eslint-config-standard-react": "^2.2.0",
35+
"eslint-config-standard-react": "^3.0.0",
3636
"eslint-plugin-babel": "^3.2.0",
37-
"eslint-plugin-promise": "^1.0.8",
37+
"eslint-plugin-promise": "^2.0.0",
3838
"eslint-plugin-react": "^5.0.0",
39-
"eslint-plugin-standard": "^1.3.1",
39+
"eslint-plugin-standard": "^2.0.0",
4040
"fs-extra": "^0.30.0",
4141
"isparta": "^4.0.0",
4242
"mocha": "^2.5.3",

0 commit comments

Comments
 (0)