Skip to content

Commit

Permalink
fix: add dep on classnames (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley committed Jun 28, 2023
1 parent 5a9d564 commit ebc9463
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/proud-ravens-marry.md
@@ -0,0 +1,5 @@
---
'@hashicorp/react-form-fields': patch
---

Add dependency on classnames
8 changes: 7 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/form-fields/package.json
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.0",
"dependencies": {
"@hashicorp/flight-icons": "^2.5.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1"
}
}

1 comment on commit ebc9463

@vercel
Copy link

@vercel vercel bot commented on ebc9463 Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.