Skip to content

Commit

Permalink
chore: move clsx dependency to caret/semver range
Browse files Browse the repository at this point in the history
  • Loading branch information
philwolstenholme committed Nov 12, 2024
1 parent d4ded2d commit cb9a02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit cb9a02d

Please sign in to comment.