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
Show file tree
Hide file tree
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
Next Next commit
remove unused npm modules
  • Loading branch information
raheeliftikhar5 committed Dec 21, 2023
commit 3c13c27563d1a0ac720ebfe2e701f911048e0d68
2 changes: 0 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/ali-oss": "^6.16.4",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.2.2",
"@types/mime": "^2.0.3",
Expand All @@ -40,7 +39,6 @@
"@types/styled-components": "^5.1.19",
"@types/stylis": "^4.0.2",
"@types/tern": "0.23.4",
"@types/toposort": "^2.0.3",
"@types/ua-parser-js": "^0.7.36",
"@welldone-software/why-did-you-render": "^6.2.3",
"add": "^2.0.6",
Expand Down
6 changes: 1 addition & 5 deletions client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"types": "src/index.sdk.ts",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-form": "^1.52.9",
"@ant-design/pro-table": "^2.62.7",
"@codemirror/autocomplete": "^0.20.3",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/lang-css": "0.20",
Expand Down Expand Up @@ -39,9 +37,7 @@
"agora-access-token": "^2.0.4",
"agora-rtc-sdk-ng": "^4.19.0",
"agora-rtm-sdk": "^1.5.1",
"ali-oss": "^6.17.1",
"antd": "^5.12.2",
"antd-img-crop": "^4.12.2",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"clsx": "^2.0.0",
Expand Down Expand Up @@ -84,6 +80,7 @@
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-signature-canvas": "^1.0.6",
"react-sortable-hoc": "^2.0.0",
"react-test-renderer": "^18.1.0",
"react-use": "^17.3.2",
"really-relaxed-json": "^0.3.2",
Expand All @@ -99,7 +96,6 @@
"styled-components": "^5.3.3",
"stylis": "^4.1.1",
"tern": "^0.24.3",
"toposort": "^2.0.2",
"typescript-collections": "^1.3.3",
"ua-parser-js": "^1.0.33",
"uuid": "^9.0.0",
Expand Down
Loading