Skip to content

Commit

Permalink
build(deps): bump clsx from 1.2.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [clsx](https://github.com/lukeed/clsx) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pionxzh committed Jul 17, 2023
1 parent a5e9eda commit 8ef553d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"build": "tsc && rollup -c rollup.config.ts --configPlugin swc3"
},
"dependencies": {
"clsx": "^1.2.1",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"zustand": "^4.3.9"
},
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ __metadata:
"@typescript-eslint/parser": ^5.60.0
"@vitejs/plugin-react": ^4.0.1
"@vitest/coverage-v8": ^0.32.2
clsx: ^1.2.1
clsx: ^2.0.0
copy-to-clipboard: ^3.3.3
eslint: ^8.43.0
eslint-config-standard: ^17.1.0
Expand Down Expand Up @@ -2927,6 +2927,13 @@ __metadata:
languageName: node
linkType: hard

"clsx@npm:^2.0.0":
version: 2.0.0
resolution: "clsx@npm:2.0.0"
checksum: a2cfb2351b254611acf92faa0daf15220f4cd648bdf96ce369d729813b85336993871a4bf6978ddea2b81b5a130478339c20d9d0b5c6fc287e5147f0c059276e
languageName: node
linkType: hard

"color-convert@npm:^1.9.0":
version: 1.9.3
resolution: "color-convert@npm:1.9.3"
Expand Down

0 comments on commit 8ef553d

Please sign in to comment.