Skip to content

Commit

Permalink
chore: move clsx dependency to caret/semver range (#316)
Browse files Browse the repository at this point in the history
* chore: move clsx dependency to caret/semver range

* chore: update lock file
  • Loading branch information
philwolstenholme authored Nov 25, 2024
1 parent d4ded2d commit 985dba9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/class-variance-authority/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bundlesize": "pnpm build && bundlesize -f 'dist/*.js' -s 1.2KB"
},
"dependencies": {
"clsx": "2.1.0"
"clsx": "^2.1.1"
},
"devDependencies": {
"@swc/cli": "0.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/cva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"bundlesize": "pnpm build && bundlesize -f 'dist/*.js' -s 1.6KB"
},
"dependencies": {
"clsx": "2.1.0"
"clsx": "^2.1.1"
},
"devDependencies": {
"@swc/cli": "0.3.12",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 985dba9

Please sign in to comment.