Skip to content

Commit b5557d1

Browse files
authored
Merge pull request gothinkster#105 from JesseStolwijk/master
Upgrade to React 16
2 parents cde269d + 8c25330 commit b5557d1

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
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": {

src/constants/actionTypes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ export const UPDATE_FIELD_AUTH = 'UPDATE_FIELD_AUTH';
3232
export const UPDATE_FIELD_EDITOR = 'UPDATE_FIELD_EDITOR';
3333
export const FOLLOW_USER = 'FOLLOW_USER';
3434
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';

0 commit comments

Comments
 (0)