Skip to content

Commit

Permalink
Upgrade all example deps, including the universal example to Webpack 2
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jun 15, 2017
1 parent 2bc8f84 commit f4d9e55
Show file tree
Hide file tree
Showing 16 changed files with 6,739 additions and 6,802 deletions.
1,312 changes: 652 additions & 660 deletions examples/async/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"enzyme": "^2.8.2",
"react-addons-test-utils": "^15.5.1",
"react-scripts": "^1.0.2"
"react-scripts": "^1.0.2",
"react-test-renderer": "^15.6.1"
},
"dependencies": {
"prop-types": "^15.5.10",
Expand Down
1,346 changes: 667 additions & 679 deletions examples/counter/yarn.lock

Large diffs are not rendered by default.

1,310 changes: 651 additions & 659 deletions examples/real-world/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/shopping-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"enzyme": "^2.8.2",
"react-addons-test-utils": "^15.5.1",
"react-scripts": "^1.0.1"
"react-scripts": "^1.0.1",
"react-test-renderer": "^15.6.1"
},
"dependencies": {
"prop-types": "^15.5.10",
Expand Down
Loading

0 comments on commit f4d9e55

Please sign in to comment.