Skip to content

Commit 63180cc

Browse files
authored
build: remove mxgraph dependencies (#536)
* fix: remove mxgraph dependencies * fix: remove some unused dependencies
1 parent 234ba0e commit 63180cc

File tree

3 files changed

+43
-180
lines changed

3 files changed

+43
-180
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,32 +79,24 @@
7979
"@testing-library/react": "^13.4.0",
8080
"@testing-library/react-hooks": "^8.0.1",
8181
"@testing-library/user-event": "^14.4.3",
82-
"@typed-mxgraph/typed-mxgraph": "^1.0.7",
8382
"@types/jest": "^29.2.3",
8483
"@types/lodash-es": "^4.17.12",
8584
"@types/react": "^18.0.0",
8685
"@types/shortid": "^0.0.31",
8786
"@types/showdown": "^1.9.0",
8887
"@types/testing-library__jest-dom": "^5.14.5",
89-
"@umijs/lint": "^4.0.0",
9088
"ant-design-testing": "^1.0.0-beta.0",
91-
"babel-plugin-import": "^1.13.5",
92-
"babel-types": "^6.26.0",
93-
"conventional-changelog-cli": "^2.2.2",
9489
"cz-conventional-changelog": "^3.3.0",
9590
"dumi": "^2.2.12",
9691
"eslint": "^8.23.0",
9792
"father": "~4.1.0",
98-
"fetch-jsonp": "^1.2.3",
9993
"gh-pages": "^4.0.0",
10094
"husky": "^8.0.1",
10195
"jest": "^29.3.1",
10296
"jest-environment-jsdom": "^29.3.1",
10397
"ko-lint-config": "2.2.21",
10498
"lint-staged": "^13.0.3",
10599
"prettier": "^2.7.1",
106-
"prettier-plugin-organize-imports": "^3.0.0",
107-
"prettier-plugin-packagejson": "^2.2.18",
108100
"rc-motion": "2.6.2",
109101
"react": "^18.0.0",
110102
"react-dom": "^18.0.0",
@@ -123,7 +115,6 @@
123115
"handsontable": "6.2.2",
124116
"highlight.js": "^10.5.0",
125117
"lodash-es": "^4.17.21",
126-
"mxgraph": "^4.2.2",
127118
"rc-drawer": "~5.1.0",
128119
"rc-virtual-list": "^3.4.13",
129120
"shortid": "^2.2.16",

0 commit comments

Comments
 (0)