Skip to content

Commit

Permalink
fix: add missing dependency declarations
Browse files Browse the repository at this point in the history
These were reported by running `yarn checkDeps` in the previous commit.
  • Loading branch information
wincent committed Dec 10, 2019
1 parent 04361f1 commit c591e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/clay-breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"@clayui/drop-down": "^3.1.2",
"@clayui/icon": "^3.0.1",
"@clayui/shared": "^3.0.5",
"classnames": "^2.2.6"
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
"peerDependencies": {
"@clayui/css": "3.x",
Expand Down
1 change: 1 addition & 0 deletions packages/clay-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
"dependencies": {
"@clayui/drop-down": "^3.1.2",
"@clayui/form": "^3.2.1",
"@clayui/icon": "^3.0.1",
"@clayui/label": "^3.0.1",
"@clayui/sticker": "^3.0.3",
Expand Down

0 comments on commit c591e2f

Please sign in to comment.