Skip to content

Commit 98aa6e4

Browse files
Bump clsx from 1.2.1 to 2.1.1 (#665)
Bumps [clsx](https://github.com/lukeed/clsx) from 1.2.1 to 2.1.1. - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](lukeed/clsx@v1.2.1...v2.1.1) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4a5f68 commit 98aa6e4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@docusaurus/core": "^2.4.3",
1717
"@docusaurus/preset-classic": "^2.4.3",
1818
"@docusaurus/theme-mermaid": "^2.4.3",
19-
"clsx": "^1.2.1",
19+
"clsx": "^2.1.1",
2020
"react": "^17.0.2",
2121
"react-dom": "^17.0.2"
2222
},

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@
15821582
"@docusaurus/theme-search-algolia" "2.4.3"
15831583
"@docusaurus/types" "2.4.3"
15841584

1585-
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
1585+
"@docusaurus/react-loadable@5.5.2":
15861586
version "5.5.2"
15871587
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
15881588
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -3058,6 +3058,11 @@ clsx@^1.1.1, clsx@^1.2.1:
30583058
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
30593059
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
30603060

3061+
clsx@^2.1.1:
3062+
version "2.1.1"
3063+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
3064+
integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
3065+
30613066
collapse-white-space@^1.0.2:
30623067
version "1.0.6"
30633068
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
@@ -6686,6 +6691,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
66866691
dependencies:
66876692
"@babel/runtime" "^7.10.3"
66886693

6694+
"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
6695+
version "5.5.2"
6696+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
6697+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
6698+
dependencies:
6699+
"@types/react" "*"
6700+
prop-types "^15.6.2"
6701+
66896702
react-router-config@^5.1.1:
66906703
version "5.1.1"
66916704
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"

0 commit comments

Comments
 (0)