Update react-scripts in group default to the latest version 🚀 (#890)
* fix(package): update react-scripts to version 3.3.1 * fix(package): update react-scripts to version 3.3.1 * 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
7e2fb82b2f
commit
a20c9f1f9f
File diff suppressed because it is too large
Load Diff
|
@ -7,7 +7,7 @@
|
|||
"lodash": "4.17.15",
|
||||
"react": "16.12.0",
|
||||
"react-dom": "16.12.0",
|
||||
"react-scripts": "3.3.0"
|
||||
"react-scripts": "3.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6,7 +6,7 @@
|
|||
"jsoneditor": "^8.0.0",
|
||||
"react": "16.12.0",
|
||||
"react-dom": "16.12.0",
|
||||
"react-scripts": "3.3.0"
|
||||
"react-scripts": "3.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
Loading…
Reference in New Issue