File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"devDependencies" : {
6
- "cross-env" : " ^4.0.0 " ,
7
- "react-scripts" : " 0.9.5 "
6
+ "cross-env" : " ^5.1.4 " ,
7
+ "react-scripts" : " 1.1.1 "
8
8
},
9
9
"dependencies" : {
10
10
"history" : " ^4.6.3" ,
11
11
"marked" : " ^0.3.6" ,
12
12
"prop-types" : " ^15.5.10" ,
13
- "react" : " ^15.5 .0" ,
14
- "react-dom" : " ^15.5 .0" ,
15
- "react-redux" : " ^4.4.8 " ,
13
+ "react" : " ^16.3 .0" ,
14
+ "react-dom" : " ^16.3 .0" ,
15
+ "react-redux" : " ^5.0.7 " ,
16
16
"react-router" : " ^4.1.2" ,
17
17
"react-router-dom" : " ^4.1.2" ,
18
18
"react-router-redux" : " ^5.0.0-alpha.6" ,
19
19
"redux" : " ^3.6.0" ,
20
20
"redux-devtools-extension" : " ^2.13.2" ,
21
21
"redux-logger" : " ^3.0.1" ,
22
- "superagent" : " ^2.3.0 " ,
22
+ "superagent" : " ^3.8.2 " ,
23
23
"superagent-promise" : " ^1.1.0"
24
24
},
25
25
"scripts" : {
Original file line number Diff line number Diff line change @@ -32,3 +32,5 @@ export const UPDATE_FIELD_AUTH = 'UPDATE_FIELD_AUTH';
32
32
export const UPDATE_FIELD_EDITOR = 'UPDATE_FIELD_EDITOR' ;
33
33
export const FOLLOW_USER = 'FOLLOW_USER' ;
34
34
export const UNFOLLOW_USER = 'UNFOLLOW_USER' ;
35
+ export const PROFILE_FAVORITES_PAGE_UNLOADED = 'PROFILE_FAVORITES_PAGE_UNLOADED' ;
36
+ export const PROFILE_FAVORITES_PAGE_LOADED = 'PROFILE_FAVORITES_PAGE_LOADED' ;
You can’t perform that action at this time.
0 commit comments