Skip to content

Commit

Permalink
fix: add missing camelCase dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Ledoux committed May 18, 2022
1 parent d19cf7b commit 2cee198
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/modern-dragons-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cypress-design/icon-registry': patch
---

add missing camelcase dependency
4 changes: 3 additions & 1 deletion icon-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
"files": [
"dist"
],
"dependencies": {
"camelcase": "^6.3.0"
},
"devDependencies": {
"@cypress-design/css": "^0.2.0",
"camelcase": "^6.3.0",
"dedent": "^0.7.0",
"globby": "^13.1.1",
"svg-to-ts": "^8.6.1"
Expand Down

1 comment on commit 2cee198

@vercel
Copy link

@vercel vercel bot commented on 2cee198 May 18, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

cypress-design – ./

cypress-design.vercel.app
cypress-design-git-main-cypress-io.vercel.app
cypress-design-cypress-io.vercel.app

Please sign in to comment.