Skip to content

Commit

Permalink
Update dependencies of react examples
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jun 12, 2019
1 parent 436c56d commit 12dc040
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions examples/react_advanced_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"dependencies": {
"jsoneditor": "file:../..",
"lodash": "4.17.10",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-scripts": "1.1.4"
"lodash": "4.17.11",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
6 changes: 3 additions & 3 deletions examples/react_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"dependencies": {
"jsoneditor": "file:../..",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-scripts": "1.1.4"
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 12dc040

Please sign in to comment.