Skip to content

Commit

Permalink
fix: add clsx dependency for react template
Browse files Browse the repository at this point in the history
  • Loading branch information
wre232114 committed Mar 10, 2023
1 parent 409fe6f commit facaef3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/cli

## 0.3.3

### Patch Changes

- Add clsx dependency for react template

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/cli",
"version": "0.3.2",
"version": "0.3.3",
"description": "CLI of Farm",
"type": "module",
"author": {
Expand Down
1 change: 1 addition & 0 deletions packages/cli/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@farmfe-examples/react",
"version": "0.0.0",
"dependencies": {
"clsx": "^1.2.1",
"react": "18",
"react-dom": "18"
},
Expand Down

0 comments on commit facaef3

Please sign in to comment.