Skip to content

Commit 00ed769

Browse files
committed
chore: update clsx
1 parent 641d63b commit 00ed769

File tree

4 files changed

+7
-43
lines changed

4 files changed

+7
-43
lines changed

package-lock.json

Lines changed: 4 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@monaco-editor/react": "^4.5.0",
2727
"@orama/plugin-docusaurus-v3": "^3.1.11",
2828
"@orama/plugin-secure-proxy": "^3.0.5",
29-
"clsx": "^1.2.1",
29+
"clsx": "^2.1.1",
3030
"image-js": "0.0.0-next-1a96bf38e6",
3131
"immer": "^9.0.19",
3232
"prism-react-renderer": "^2.1.0",

src/demo/components/addons/AddonButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import clsx from 'clsx';
1+
import { clsx } from 'clsx';
22
import React, { CSSProperties, ReactNode } from 'react';
33

44
import {

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Link from '@docusaurus/Link';
22
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
33
import Layout from '@theme/Layout';
4-
import clsx from 'clsx';
4+
import { clsx } from 'clsx';
55
import React from 'react';
66

77
import styles from './index.module.css';

0 commit comments

Comments
 (0)