Skip to content

Commit

Permalink
✨ feat: Update antd
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 7, 2025
1 parent 38cba81 commit 084f41e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@
"eslint --fix"
]
},
"dependencies": {
"@lobehub/ui": "^1.160.0",
"antd-style": "^3.7.1",
"lucide-react": "^0.469.0",
"polished": "^4.3.1",
"react-layout-kit": "^1.9.1"
},
"devDependencies": {
"@babel/runtime": "^7.26.0",
"@commitlint/cli": "^18.6.1",
Expand All @@ -86,7 +93,7 @@
"@types/lodash-es": "^4.17.12",
"@types/pangu": "^4.0.2",
"@types/query-string": "^6.3.0",
"@types/react": "^19.0.2",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@vitest/coverage-v8": "~1.2.2",
"babel-plugin-antd-style": "^1.0.4",
Expand Down Expand Up @@ -120,15 +127,9 @@
"vitest": "~1.2.2"
},
"peerDependencies": {
"@babel/runtime": "^7.0.0",
"@lobehub/ui": "^1.160.0",
"antd": "^5.22.0",
"antd-style": "^3.7.0",
"lucide-react": "^0.469.0",
"polished": "^4.0.0",
"antd": "^5.23.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-layout-kit": "^1.0.0"
"react-dom": "^18.0.0 || ^19.0.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 084f41e

Please sign in to comment.