Update dependencies of React examples

This commit is contained in:
josdejong 2020-05-03 10:13:57 +02:00
parent fe800bada7
commit 7dafdf8d9a
4 changed files with 1470 additions and 899 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,11 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"jsoneditor": "^8.5.3",
"jsoneditor": "^8.6.6",
"lodash": "4.17.15",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.0"
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",

View File

@ -1787,9 +1787,9 @@
}
},
"ace-builds": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.8.tgz",
"integrity": "sha512-8ZVAxwyCGAxQX8mOp9imSXH0hoSPkGfy8igJy+WO/7axL30saRhKgg1XPACSmxxPA7nfHVwM+ShWXT+vKsNuFg=="
"version": "1.4.11",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.11.tgz",
"integrity": "sha512-keACH1d7MvAh72fE/us36WQzOFQPJbHphNpj33pXwVZOM84pTWcdFzIAvngxOGIGLTm7gtUP2eJ4Ku6VaPo8bw=="
},
"acorn": {
"version": "7.1.1",
@ -7670,18 +7670,31 @@
}
},
"jsoneditor": {
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-8.5.3.tgz",
"integrity": "sha512-G+a1xOSnXE3n57xvmRV4Ebnframduu8kAnHi8oA4/7Duwpmh++xwjhllUZ0N18WSRya2Wk4evwSG1cZAAR585Q==",
"version": "8.6.6",
"resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-8.6.6.tgz",
"integrity": "sha512-ZXHvZyL+S8pY7EGQ8VITO64wq1/gJjM1RRJFixik4Jc/3a15E8TUs7+wZxW2ODNdNwVHBNg95RS3UJi8jFIFYA==",
"requires": {
"ace-builds": "^1.4.8",
"ajv": "^6.11.0",
"ace-builds": "^1.4.11",
"ajv": "^6.12.1",
"javascript-natural-sort": "^0.7.1",
"jmespath": "^0.15.0",
"json-source-map": "^0.6.1",
"mobius1-selectr": "^2.4.13",
"picomodal": "^3.0.0",
"vanilla-picker": "^2.10.1"
},
"dependencies": {
"ajv": {
"version": "6.12.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz",
"integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==",
"requires": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
}
}
}
},
"jsonfile": {

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"jsoneditor": "^8.5.3",
"jsoneditor": "^8.6.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1"