Skip to content

Commit 9f44037

Browse files
build(deps): bump clsx from 1.2.1 to 2.0.0
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]>
1 parent 7cf64bb commit 9f44037

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@endo/eventual-send": "^0.17.2",
1111
"@endo/init": "^0.5.56",
1212
"@endo/nat": "^4.1.27",
13-
"clsx": "^1.1.1"
13+
"clsx": "^2.0.0"
1414
},
1515
"scripts": {
1616
"test": "BABEL_ENV='test' ava",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -4995,11 +4995,16 @@ clone@^2.1.0, clone@^2.1.2:
49954995
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
49964996
integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==
49974997

4998-
clsx@^1.0.4, clsx@^1.1.1:
4998+
clsx@^1.0.4:
49994999
version "1.2.1"
50005000
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
50015001
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
50025002

5003+
clsx@^2.0.0:
5004+
version "2.0.0"
5005+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b"
5006+
integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==
5007+
50035008
50045009
version "6.0.1"
50055010
resolved "https://registry.yarnpkg.com/cmd-shim/-/cmd-shim-6.0.1.tgz#a65878080548e1dca760b3aea1e21ed05194da9d"

0 commit comments

Comments
 (0)