Skip to content

Commit b81df48

Browse files
Update dependency clsx to v2
1 parent 81373ad commit b81df48

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@docusaurus/preset-classic": "2.4.1",
1919
"@mdx-js/react": "1.6.22",
2020
"@svgr/webpack": "8.0.1",
21-
"clsx": "1.2.1",
21+
"clsx": "2.1.1",
2222
"file-loader": "6.2.0",
2323
"prism-react-renderer": "1.3.5",
2424
"react": "18.2.0",

docs/yarn.lock

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,7 @@
26252625
"@docusaurus/theme-search-algolia" "2.4.1"
26262626
"@docusaurus/types" "2.4.1"
26272627

2628-
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
2628+
"@docusaurus/react-loadable@5.5.2":
26292629
version "5.5.2"
26302630
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
26312631
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -4289,7 +4289,12 @@ clone-response@^1.0.2:
42894289
dependencies:
42904290
mimic-response "^1.0.0"
42914291

4292-
clsx@1.2.1, clsx@^1.2.1:
4292+
clsx@2.1.1:
4293+
version "2.1.1"
4294+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
4295+
integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
4296+
4297+
clsx@^1.2.1:
42934298
version "1.2.1"
42944299
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
42954300
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
@@ -7614,6 +7619,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
76147619
dependencies:
76157620
"@babel/runtime" "^7.10.3"
76167621

7622+
"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
7623+
version "5.5.2"
7624+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
7625+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
7626+
dependencies:
7627+
"@types/react" "*"
7628+
prop-types "^15.6.2"
7629+
76177630
react-router-config@^5.1.1:
76187631
version "5.1.1"
76197632
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"

0 commit comments

Comments
 (0)