This is an automated email from the ASF dual-hosted git repository. emotionbug pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-age-viewer.git
commit 74d11a95ebee98dd1138e851234b7067093e691f Author: Hanbyeol Shin <[email protected]> AuthorDate: Fri Oct 1 11:04:54 2021 +0900 Fix codeMirror module version issue A bug occurred when applying the latest version of the Codemirror and Uiw/codemirror modules. I stopped updating the version of the module. --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index de46efd..7927285 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,12 +9,12 @@ "@fortawesome/free-solid-svg-icons": "^5.15.2", "@fortawesome/react-fontawesome": "^0.1.14", "@reduxjs/toolkit": "^1.5.0", - "@uiw/react-codemirror": "^3.0.5", + "@uiw/react-codemirror": "3.0.5", "antd": "^4.12.3", "ascii-table": "0.0.9", "axios": "^0.21.1", "bootstrap": "^4.6.0", - "codemirror": "^5.59.0", + "codemirror": "5.59.0", "cytoscape": "^3.18.0", "cytoscape-avsdf": "^1.0.0", "cytoscape-cise": "^1.0.0",
