Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchiuli committed May 26, 2024
1 parent 77ff463 commit ec64b9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@types/markdown-it": "^14.0.1",
"@vavt/v3-extension": "^1.1.2",
"axios": "^1.6.8",
"@types/markdown-it": "^14.1.1",
"@vavt/v3-extension": "^1.2.2",
"axios": "^1.7.2",
"element-plus": "^2.7.3",
"highlight.js": "^11.9.0",
"js-base64": "^3.7.7",
Expand All @@ -37,13 +37,13 @@
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.25.0",
"npm-run-all2": "^6.1.2",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"typescript": "~5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.9",
"vue-tsc": "^2.0.13"
"vite": "^5.2.11",
"vue-tsc": "^2.0.19"
}
}

0 comments on commit ec64b9b

Please sign in to comment.