MISC: Update monaco-editor (#1769)

This commit is contained in:
catloversg 2024-11-12 22:20:42 +07:00 committed by GitHub
parent 5d26f4fa56
commit 48b25d2223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated

@ -87,7 +87,7 @@
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"jsdom": "^20.0.3", "jsdom": "^20.0.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"monaco-editor": "^0.50.0", "monaco-editor": "^0.52.0",
"monaco-editor-webpack-plugin": "^7.1.0", "monaco-editor-webpack-plugin": "^7.1.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"react-refresh": "^0.14.0", "react-refresh": "^0.14.0",
@ -14446,9 +14446,10 @@
"integrity": "sha512-7NO5s6n10TIV96d4g2uDpG7ZDpIhMh0QNfGdJw/W47JswFcosz457wqz/b5sAKvl12sxINGFCn80NZHKwxQEXA==" "integrity": "sha512-7NO5s6n10TIV96d4g2uDpG7ZDpIhMh0QNfGdJw/W47JswFcosz457wqz/b5sAKvl12sxINGFCn80NZHKwxQEXA=="
}, },
"node_modules/monaco-editor": { "node_modules/monaco-editor": {
"version": "0.50.0", "version": "0.52.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.50.0.tgz", "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.0.tgz",
"integrity": "sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==" "integrity": "sha512-OeWhNpABLCeTqubfqLMXGsqf6OmPU6pHM85kF3dhy6kq5hnhuVS1p3VrEW/XhWHc71P2tHyS5JFySD8mgs1crw==",
"license": "MIT"
}, },
"node_modules/monaco-editor-webpack-plugin": { "node_modules/monaco-editor-webpack-plugin": {
"version": "7.1.0", "version": "7.1.0",

@ -88,7 +88,7 @@
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"jsdom": "^20.0.3", "jsdom": "^20.0.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"monaco-editor": "^0.50.0", "monaco-editor": "^0.52.0",
"monaco-editor-webpack-plugin": "^7.1.0", "monaco-editor-webpack-plugin": "^7.1.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"react-refresh": "^0.14.0", "react-refresh": "^0.14.0",