Skip to content

Commit

Permalink
chore: upgrade to clsx@2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jul 17, 2023
1 parent 5d15fea commit f6df952
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -53,7 +53,7 @@
"test:size": "pnpm build && bundlesize -f 'dist/*.js' -s 850B"
},
"dependencies": {
"clsx": "1.2.1"
"clsx": "2.0.0"
},
"devDependencies": {
"@jest/types": "28.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/class-variance-authority/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import clsx from "clsx";
import { clsx } from "clsx";

import type {
ClassProp,
Expand Down
2 changes: 1 addition & 1 deletion packages/cva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"test:size": "pnpm build && bundlesize -f 'dist/*.js' -s 900B"
},
"dependencies": {
"clsx": "1.2.1"
"clsx": "2.0.0"
},
"devDependencies": {
"@jest/types": "28.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cva/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import clsx from "clsx";
import { clsx } from "clsx";

/* Types
============================================ */
Expand Down

0 comments on commit f6df952

Please sign in to comment.