Skip to content

Commit

Permalink
feat: Update version of echarts to avoid ReferenceError
Browse files Browse the repository at this point in the history
ReferenceError: document is not defined
    at detect (C:\Users\John\Desktop\FFCreator\node_modules\echarts\node_modules\zrender\lib\core\env.js:68:29)
    at <anonymous> (C:\Users\John\Desktop\FFCreator\node_modules\echarts\node_modules\zrender\lib\core\env.js:43:5)
    at C:\Users\John\Desktop\FFCreator\node_modules\echarts\dist\echarts.js:22:68
    at Object.<anonymous> (C:\Users\John\Desktop\FFCreator\node_modules\echarts\dist\echarts.js:25:2)
  • Loading branch information
zdu-strong committed Dec 20, 2024
1 parent abbbb11 commit 3098b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@xsstomy/subsrt": "^1.0.0",
"browser-or-node": "^1.3.0",
"colors": "^1.4.0",
"echarts": "5.1.2",
"echarts": "5.5.1",
"eventemitter3": "^4.0.7",
"ffmpeg-probe": "^1.0.6",
"ffprobe-installer": "^2.1.5",
Expand Down

0 comments on commit 3098b47

Please sign in to comment.