Skip to content

Commit 084f41e

Browse files
✨ feat: Update antd
1 parent 38cba81 commit 084f41e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@
7878
"eslint --fix"
7979
]
8080
},
81+
"dependencies": {
82+
"@lobehub/ui": "^1.160.0",
83+
"antd-style": "^3.7.1",
84+
"lucide-react": "^0.469.0",
85+
"polished": "^4.3.1",
86+
"react-layout-kit": "^1.9.1"
87+
},
8188
"devDependencies": {
8289
"@babel/runtime": "^7.26.0",
8390
"@commitlint/cli": "^18.6.1",
@@ -86,7 +93,7 @@
8693
"@types/lodash-es": "^4.17.12",
8794
"@types/pangu": "^4.0.2",
8895
"@types/query-string": "^6.3.0",
89-
"@types/react": "^19.0.2",
96+
"@types/react": "^19.0.3",
9097
"@types/react-dom": "^19.0.2",
9198
"@vitest/coverage-v8": "~1.2.2",
9299
"babel-plugin-antd-style": "^1.0.4",
@@ -120,15 +127,9 @@
120127
"vitest": "~1.2.2"
121128
},
122129
"peerDependencies": {
123-
"@babel/runtime": "^7.0.0",
124-
"@lobehub/ui": "^1.160.0",
125-
"antd": "^5.22.0",
126-
"antd-style": "^3.7.0",
127-
"lucide-react": "^0.469.0",
128-
"polished": "^4.0.0",
130+
"antd": "^5.23.0",
129131
"react": "^18.0.0 || ^19.0.0",
130-
"react-dom": "^18.0.0 || ^19.0.0",
131-
"react-layout-kit": "^1.0.0"
132+
"react-dom": "^18.0.0 || ^19.0.0"
132133
},
133134
"publishConfig": {
134135
"access": "public",

0 commit comments

Comments
 (0)