Skip to content

Commit

Permalink
Update react version for example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed Feb 27, 2020
1 parent 7c8af6d commit 2c53ecc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/mobx-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"main": "src/index.js",
"dependencies": {
"react": "16.8.0",
"react-dom": "16.8.0",
"react": "latest",
"react-dom": "latest",
"react-scripts": "1.1.4",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
Expand All @@ -29,4 +29,4 @@
"react",
"mobxjs"
]
}
}
2 changes: 1 addition & 1 deletion examples/redux-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-scripts": "latest",
"redux": "latest",
"notistack": "latest",
"@material-ui/core": "latest"
"@material-ui/core": "3.4.0"
},
"devDependencies": {},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions examples/simple-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@material-ui/core": "3.4.0",
"notistack": "latest",
"prop-types": "15.6.2",
"react": "16.4.2",
"react-dom": "16.4.2"
"prop-types": "latest",
"react": "latest",
"react-dom": "latest"
}
}

0 comments on commit 2c53ecc

Please sign in to comment.