Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Nov 6, 2017
1 parent c70e62d commit a5ee2ac
Show file tree
Hide file tree
Showing 12 changed files with 15,689 additions and 17,075 deletions.
1,677 changes: 918 additions & 759 deletions examples/counter/package-lock.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
"version": "1.0.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.2"
"react-scripts": "^1.0.17"
},
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"redux": "^3.7.2",
"redux-dynamic-reducer": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"test": "echo 'No Tests'"
}
}
Loading

0 comments on commit a5ee2ac

Please sign in to comment.