Skip to content

Commit fa3b2e4

Browse files
committed
Upgrade examples to React 16.
Also get rid of unnecessary deps (mostly enzyme vs react-test-renderer). Upgrade to enzyme 3. Get todos-flow in line with the other examples. Upgrade universal to webpack 4.
1 parent cdfed49 commit fa3b2e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+48298
-26130
lines changed

examples/async/package-lock.json

Lines changed: 4715 additions & 2564 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/async/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.0.1",
44
"private": true,
55
"devDependencies": {
6-
"react-scripts": "^1.0.2",
7-
"redux-logger": "^3.0.6"
6+
"react-scripts": "^1.1.4"
87
},
98
"dependencies": {
10-
"prop-types": "^15.5.10",
11-
"react": "^15.5.0",
12-
"react-dom": "^15.5.0",
13-
"react-redux": "^5.0.5",
9+
"prop-types": "^15.6.1",
10+
"react": "^16.3.1",
11+
"react-dom": "^16.3.1",
12+
"react-redux": "^5.0.7",
1413
"redux": "^3.5.2",
14+
"redux-logger": "^3.0.6",
1515
"redux-thunk": "^2.1.0"
1616
},
1717
"scripts": {

0 commit comments

Comments
 (0)