Skip to content

Commit

Permalink
修复版本问题,强制marked 版本,不允许安装其他版本
Browse files Browse the repository at this point in the history
  • Loading branch information
bypanghu committed Jul 21, 2023
1 parent e5b8d4c commit 1a15650
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ yarn-error.log*
*.sln
*.sw?

yarn.*
npm.*

.yarn-*

/server/log/
/server/gva
/server/latest_log
Expand Down
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"echarts": "5.3.2",
"element-plus": "^2.3.4",
"highlight.js": "^11.8.0",
"marked": "^5.1.0",
"marked": "4.3.0",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"path": "^0.12.7",
Expand All @@ -25,6 +25,7 @@
"quill": "^1.3.7",
"screenfull": "^5.0.2",
"spark-md5": "^3.0.1",
"tailwindcss": "^3.3.3",
"vue": "^3.2.47",
"vue-router": "^4.0.0-0"
},
Expand Down

0 comments on commit 1a15650

Please sign in to comment.