Skip to content

Commit

Permalink
deps(ui): @antv/g6 from devDependencies and peerDependencies to depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
dengfuping committed Apr 12, 2024
1 parent 87b81bd commit b0e7fd6
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 487 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@
"@babel/cli": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@chenshuai2144/less2cssinjs": "^1.0.7",
"@ctrl/tinycolor": "^4.0.3",
"@ctrl/tinycolor": "^4.0.4",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@qixian.cs/github-contributors-list": "^2.0.1",
"@rc-component/trigger": "^2.0.0",
"@rc-component/trigger": "^2.1.1",
"@stackblitz/sdk": "^1.9.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react": "^14.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@umijs/fabric": "^4.0.1",
"@umijs/test": "^4.1.8",
"@umijs/test": "^4.1.9",
"@vercel/analytics": "^1.2.2",
"antd": "^5.16.1",
"antd-style": "^3.6.2",
Expand Down Expand Up @@ -111,7 +111,7 @@
"react-router-dom": "^6.22.3",
"runscript": "^1.6.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vanilla-jsoneditor": "^0.23.1",
"vitest": "^1.4.0",
"vitest-canvas-mock": "^0.3.3",
Expand Down
5 changes: 2 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"build": "NODE_OPTIONS=--max_old_space_size=4096 father build"
},
"dependencies": {
"@antv/g6": "3.4.10",
"@ant-design/cssinjs": "^1.19.1",
"@ant-design/pro-components": "^2.7.0",
"@oceanbase/design": "workspace:^",
Expand All @@ -58,11 +59,9 @@
},
"devDependencies": {
"@ant-design/pro-form": "^2.25.1",
"@ant-design/pro-layout": "^7.19.0",
"@antv/g6": "3.4.10"
"@ant-design/pro-layout": "^7.19.0"
},
"peerDependencies": {
"@antv/g6": "3.4.10",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
Expand Down
Loading

0 comments on commit b0e7fd6

Please sign in to comment.