Update react-scripts in group default to the latest version 🚀 (#797)
* fix(package): update react-scripts to version 3.1.2 * fix(package): update react-scripts to version 3.1.2 * chore(package): update lockfile examples/react_demo/package-lock.json * chore(package): update lockfile examples/react_advanced_demo/package-lock.json
This commit is contained in:
parent
6cb47746f5
commit
8633f33420
File diff suppressed because it is too large
Load Diff
|
@ -7,7 +7,7 @@
|
|||
"lodash": "4.17.15",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-scripts": "3.1.1"
|
||||
"react-scripts": "3.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6,7 +6,7 @@
|
|||
"jsoneditor": "^7.0.3",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-scripts": "3.1.1"
|
||||
"react-scripts": "3.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
Loading…
Reference in New Issue