DEV: Update @json-editor/json-editor (#22308)

Manually tried it out by editing a json_schema setting of a theme component
This commit is contained in:
Jarek Radosz 2023-06-27 23:01:58 +02:00 committed by GitHub
parent 1027a8a2d7
commit d3facec7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 20 deletions

View File

@ -3,7 +3,7 @@
export const PUBLIC_JS_VERSIONS = {
"ace/ace.js": "ace.js/1.4.13/ace.js",
"jsoneditor.js": "@json-editor/json-editor/2.6.1/jsoneditor.js",
"jsoneditor.js": "@json-editor/json-editor/2.10.0/jsoneditor.js",
"chart.min.js": "chart.js/3.5.1/chart.min.js",
"chartjs-plugin-datalabels.min.js":
"chartjs-plugin-datalabels/2.0.0/chartjs-plugin-datalabels.min.js",

View File

@ -9,7 +9,7 @@
"@discourse/moment-timezone-names-translations": "^1.0.0",
"@fortawesome/fontawesome-free": "5.15.4",
"@highlightjs/cdn-assets": "^11.6.0",
"@json-editor/json-editor": "^2.6.1",
"@json-editor/json-editor": "^2.10.0",
"ace-builds": "1.4.13",
"chart.js": "3.5.1",
"chartjs-plugin-datalabels": "^2.0.0",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -462,10 +462,10 @@
dependencies:
lodash "^4.17.21"
"@json-editor/json-editor@^2.6.1":
version "2.9.1"
resolved "https://registry.yarnpkg.com/@json-editor/json-editor/-/json-editor-2.9.1.tgz#14de9cabea09773fa233cf75fb8ab2ec986074d4"
integrity sha512-PSpi/zp3PEiC7078px1L9hY4kL+FLxGI+by0a09TvltRYfhetsNIkoU/NcqJPt7Qxg5Kp4Qfg0bgo+X3TxowEA==
"@json-editor/json-editor@^2.10.0":
version "2.10.0"
resolved "https://registry.yarnpkg.com/@json-editor/json-editor/-/json-editor-2.10.0.tgz#95002ed971e8b39d8d8834df885f002275a1e5ce"
integrity sha512-RGkzTccb4UDtmcQ1PYDWDJ3SXoGIRmesTUTJCyZ9kyVGjHs/HgqIXlpQPmg9fHFi9D45/8RTdGqlvkZMGw2zlA==
dependencies:
core-js "^3.27.2"