Skip to content

Upgrade dependencies + Remove unused dependencies #593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upgrade mermaid
  • Loading branch information
raheeliftikhar5 committed Dec 21, 2023
commit 09b2e2a7785a9fe15cc3e87dc57bfcadd3d5a406
4 changes: 2 additions & 2 deletions client/packages/lowcoder-comps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowcoder-comps",
"version": "0.0.22",
"version": "0.0.23",
"type": "module",
"license": "MIT",
"dependencies": {
Expand All @@ -18,7 +18,7 @@
"echarts-wordcloud": "^2.1.0",
"lowcoder-cli": "workspace:^",
"lowcoder-sdk": "workspace:^",
"mermaid": "^10.2.4",
"mermaid": "^10.6.1",
"react": "17",
"react-dom": "17",
"typescript": "4.8.4"
Expand Down