Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
d7ff4f2a9c
⬆️ Bump clsx from 2.1.0 to 2.1.1 in /website
Bumps [clsx](https://github.com/lukeed/clsx) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 05:21:42 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
"@loadable/component": "^5.16.3",
"@mdx-js/react": "^3.0.0",
"animate.css": "^4.1.1",
"clsx": "2.1.0",
"clsx": "2.1.1",
"docusaurus-plugin-image-zoom": "^2.0.0",
"docusaurus-plugin-sass": "^0.2.5",
"feather-icons": "^4.29.1",
@ -6369,9 +6369,9 @@
}
},
"node_modules/clsx": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",
"integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
"engines": {
"node": ">=6"
}

View File

@ -20,7 +20,7 @@
"@loadable/component": "^5.16.3",
"@mdx-js/react": "^3.0.0",
"animate.css": "^4.1.1",
"clsx": "2.1.0",
"clsx": "2.1.1",
"docusaurus-plugin-image-zoom": "^2.0.0",
"docusaurus-plugin-sass": "^0.2.5",
"feather-icons": "^4.29.1",