File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ module.exports = {
3
3
babel : {
4
4
loose : 'all'
5
5
} ,
6
- define : {
7
- __VERSION__ : JSON . stringify ( require ( './package.json' ) . version )
6
+ webpack : {
7
+ plugins : {
8
+ define : {
9
+ __VERSION__ : JSON . stringify ( require ( './package.json' ) . version )
10
+ }
11
+ }
8
12
}
9
13
}
Original file line number Diff line number Diff line change 16
16
},
17
17
"dependencies" : {
18
18
"events" : " 1.1.0" ,
19
- "firebase" : " 2.3.2 " ,
20
- "history" : " 1.17.0 " ,
21
- "react" : " 0.14.5 " ,
22
- "react-dom" : " 0.14.5 " ,
19
+ "firebase" : " 2.4.1 " ,
20
+ "history" : " 2.0.1 " ,
21
+ "react" : " 15.0.0-rc.1 " ,
22
+ "react-dom" : " 15.0.0-rc.1 " ,
23
23
"react-router" : " 2.0.1" ,
24
24
"react-timeago" : " 2.2.1" ,
25
- "reactfire" : " 0.5.1 " ,
26
- "scroll-behavior" : " 0.3.0 " ,
25
+ "reactfire" : " 0.6.0 " ,
26
+ "scroll-behavior" : " 0.3.3 " ,
27
27
"setimmediate" : " 1.0.4"
28
28
},
29
29
"devDependencies" : {
30
- "eslint-config-jonnybuchanan" : " 2.0.x " ,
31
- "nwb" : " 0.6.x "
30
+ "eslint-config-jonnybuchanan" : " 2.0.3 " ,
31
+ "nwb" : " 0.8.1 "
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments