Skip to content

Commit

Permalink
deps: move antd x to devDependencies (#46)
Browse files Browse the repository at this point in the history
* deps: move antd x to devDependencies

* chore: changeset
  • Loading branch information
lvisei authored Dec 4, 2024
1 parent c9ab166 commit 9e1461f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cyan-dolphins-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@antv/gpt-vis': patch
---

deps: move antd x to devDependencies
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@ant-design/graphs": "^2.0.1",
"@ant-design/icons": "^5.4.0",
"@ant-design/plots": "^2.2.5",
"@ant-design/x": "^1.0.0-alpha.12",
"@antv/l7": "^2.22.0",
"@antv/larkmap": "^1.5.1",
"@babel/runtime": "^7.18.0",
Expand All @@ -67,6 +66,7 @@
"styled-components": "^6.0.7"
},
"devDependencies": {
"@ant-design/x": "^1.0.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
Expand Down

0 comments on commit 9e1461f

Please sign in to comment.