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 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "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 "
88 },
99 "dependencies" : {
1010 "history" : " ^4.6.3" ,
1111 "marked" : " ^0.3.6" ,
1212 "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 " ,
1616 "react-router" : " ^4.1.2" ,
1717 "react-router-dom" : " ^4.1.2" ,
1818 "react-router-redux" : " ^5.0.0-alpha.6" ,
1919 "redux" : " ^3.6.0" ,
2020 "redux-devtools-extension" : " ^2.13.2" ,
2121 "redux-logger" : " ^3.0.1" ,
22- "superagent" : " ^2.3.0 " ,
22+ "superagent" : " ^3.8.2 " ,
2323 "superagent-promise" : " ^1.1.0"
2424 },
2525 "scripts" : {
Original file line number Diff line number Diff line change @@ -32,3 +32,5 @@ export const UPDATE_FIELD_AUTH = 'UPDATE_FIELD_AUTH';
3232export const UPDATE_FIELD_EDITOR = 'UPDATE_FIELD_EDITOR' ;
3333export const FOLLOW_USER = 'FOLLOW_USER' ;
3434export 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