Update jsoneditor in group default to the latest version 🚀 (#868)

* fix(package): update jsoneditor to version 8.0.0

* fix(package): update jsoneditor to version 8.0.0

* 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:
greenkeeper[bot] 2019-12-11 17:37:48 +01:00 committed by Jos de Jong
parent 4eb55bffde
commit 1f02eda866
4 changed files with 8 additions and 8 deletions

View File

@ -7965,9 +7965,9 @@
}
},
"jsoneditor": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-7.4.0.tgz",
"integrity": "sha512-Be0BkVhNoyHVOckyAkKc5MyoIIxSOzHneAGgS/VdKukK+CRRDO8WccYtO67cjeoahndtMHft4rjBl9p3r5tu0g==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-8.0.0.tgz",
"integrity": "sha512-uMR/LNBkdaMiX7kKNdqysoQoa7LDzclmguvFUAj89JHqBT84I+BhXHT4qF95BufRFwDP8nFFsjOmATEAtNe+pA==",
"requires": {
"ace-builds": "^1.4.7",
"ajv": "^6.10.2",

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"jsoneditor": "^7.4.0",
"jsoneditor": "^8.0.0",
"lodash": "4.17.15",
"react": "16.12.0",
"react-dom": "16.12.0",

View File

@ -7965,9 +7965,9 @@
}
},
"jsoneditor": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-7.4.0.tgz",
"integrity": "sha512-Be0BkVhNoyHVOckyAkKc5MyoIIxSOzHneAGgS/VdKukK+CRRDO8WccYtO67cjeoahndtMHft4rjBl9p3r5tu0g==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-8.0.0.tgz",
"integrity": "sha512-uMR/LNBkdaMiX7kKNdqysoQoa7LDzclmguvFUAj89JHqBT84I+BhXHT4qF95BufRFwDP8nFFsjOmATEAtNe+pA==",
"requires": {
"ace-builds": "^1.4.7",
"ajv": "^6.10.2",

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"jsoneditor": "^7.4.0",
"jsoneditor": "^8.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scripts": "3.3.0"