Skip to content

Commit 66f4585

Browse files
fix(@clayui/core): add missing dependencies
1 parent 629b4d4 commit 66f4585

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/clay-core/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"@clayui/drop-down": "^3.32.0",
3131
"@clayui/icon": "^3.32.0",
3232
"@clayui/modal": "^3.32.0",
33-
"@clayui/provider": "^3.32.0"
33+
"@clayui/provider": "^3.32.0",
34+
"@clayui/layout": "^3.32.0",
35+
"classnames": "^2.2.6"
3436
},
3537
"peerDependencies": {
3638
"@clayui/css": "3.x",

0 commit comments

Comments
 (0)