Skip to content

Commit

Permalink
fix(deps): update dependency clsx to v2.1.0 (#4849)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 29, 2023
1 parent 2320894 commit 89c56ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@your-org/db-main-prisma": "workspace:^",
"@your-org/ts-utils": "workspace:^",
"@your-org/ui-lib": "workspace:^",
"clsx": "2.0.0",
"clsx": "2.1.0",
"cors": "2.8.5",
"graphql": "16.8.1",
"graphql-jit": "0.8.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10057,10 +10057,10 @@ __metadata:
languageName: node
linkType: hard

"clsx@npm:2.0.0, clsx@npm:^2.0.0":
version: 2.0.0
resolution: "clsx@npm:2.0.0"
checksum: c09f43b3144a0b7826b6b11b6a111b2c7440831004eecc02d333533c5e58ef0aa5f2dce071d3b25fbb8c8ea97b45df96c74bcc1d51c8c2027eb981931107b0cd
"clsx@npm:2.1.0, clsx@npm:^2.0.0":
version: 2.1.0
resolution: "clsx@npm:2.1.0"
checksum: c09c00ad14f638366ca814097e6cab533dfa1972a358da5b557be487168acbb25b4c1395e89ffa842a8a61ba87a462d2b4885bc9d4f8410b598f3cb339599cdb
languageName: node
linkType: hard

Expand Down Expand Up @@ -17893,7 +17893,7 @@ __metadata:
"@your-org/ts-utils": "workspace:^"
"@your-org/ui-lib": "workspace:^"
autoprefixer: "npm:10.4.16"
clsx: "npm:2.0.0"
clsx: "npm:2.1.0"
cors: "npm:2.8.5"
cross-env: "npm:7.0.3"
dotenv-flow: "npm:4.1.0"
Expand Down

0 comments on commit 89c56ef

Please sign in to comment.