Skip to content

Commit aee8d8b

Browse files
Update dependency clsx to v2 (#631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d546128 commit aee8d8b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@docusaurus/core": "2.4.1",
2121
"@docusaurus/preset-classic": "2.4.1",
2222
"@mdx-js/react": "^1.6.22",
23-
"clsx": "^1.2.1",
23+
"clsx": "^2.0.0",
2424
"prism-react-renderer": "^1.3.5",
2525
"react": "^17.0.2",
2626
"react-dom": "^17.0.2"

website/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,6 +3177,11 @@ clsx@^1.2.1:
31773177
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
31783178
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
31793179

3180+
clsx@^2.0.0:
3181+
version "2.0.0"
3182+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b"
3183+
integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==
3184+
31803185
codesandbox-import-util-types@^1.3.7:
31813186
version "1.3.7"
31823187
resolved "https://registry.yarnpkg.com/codesandbox-import-util-types/-/codesandbox-import-util-types-1.3.7.tgz#7a6097e248a75424d13b06b74368cd76bd2b3e10"

0 commit comments

Comments
 (0)