mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 05:01:05 +08:00
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:
parent
1027a8a2d7
commit
d3facec7d0
|
@ -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",
|
||||
|
|
|
@ -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
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user