Skip to content

Commit 9b8da0f

Browse files
Bump clsx from 2.0.0 to 2.1.0
Bumps [clsx](https://github.com/lukeed/clsx) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](lukeed/clsx@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3a55c9 commit 9b8da0f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"dependencies": {
6161
"@emmetio/codemirror-plugin": "^1.1.3",
6262
"@zenuml/core": "^3.14.5",
63-
"clsx": "^2.0.0",
63+
"clsx": "^2.1.0",
6464
"code-blast-codemirror": "chinchang/code-blast-codemirror#web-maker",
6565
"codemirror": "^5.65.16",
6666
"dom-to-image": "github:MichalBryxi/dom-to-image",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4567,10 +4567,10 @@ cloneable-readable@^1.0.0:
45674567
process-nextick-args "^2.0.0"
45684568
readable-stream "^2.3.5"
45694569

4570-
clsx@^2.0.0:
4571-
version "2.0.0"
4572-
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b"
4573-
integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==
4570+
clsx@^2.1.0:
4571+
version "2.1.0"
4572+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.0.tgz#e851283bcb5c80ee7608db18487433f7b23f77cb"
4573+
integrity sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==
45744574

45754575
co@^4.6.0:
45764576
version "4.6.0"

0 commit comments

Comments
 (0)