Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Apr 23, 2019
1 parent 72550a3 commit 27a0489
Show file tree
Hide file tree
Showing 29 changed files with 75,146 additions and 100,699 deletions.
16,658 changes: 6,839 additions & 9,819 deletions examples/async/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions examples/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.0.1",
"private": true,
"devDependencies": {
"react-scripts": "^2.0.2"
"react-scripts": "^3.0.0"
},
"dependencies": {
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"redux": "^3.5.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.2",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.1.0"
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
21,827 changes: 9,827 additions & 12,000 deletions examples/counter/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.0.1",
"private": true,
"devDependencies": {
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"react-scripts": "^2.0.2"
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"react-scripts": "^3.0.0"
},
"dependencies": {
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"redux": "^3.5.2"
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.2",
"redux": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
17,419 changes: 7,370 additions & 10,049 deletions examples/real-world/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions examples/real-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
"version": "0.0.1",
"private": true,
"devDependencies": {
"react-scripts": "^2.0.2",
"redux-devtools": "^3.4.1",
"react-scripts": "^3.0.0",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-logger": "^3.0.6"
},
"dependencies": {
"humps": "^2.0.0",
"lodash": "^4.17.5",
"normalizr": "^3.2.4",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.1.2",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
"lodash": "^4.17.11",
"normalizr": "^3.3.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.2",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 27a0489

Please sign in to comment.