Bumps [clsx](https://github.com/lukeed/clsx) from 1.2.1 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lukeed/clsx/releases">clsx's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h2>Breaking</h2> <ul> <li>Add <code>"exports"</code> map for native ESM support (<a href="https://redirect.github.com/lukeed/clsx/issues/57">#57</a>): 3ec8e9f, 0949868 <em>Also supports TypeScript's <code>node16</code>/<code>nodenext</code> module resolution</em> <em>Maintains CommonJS support (with fixed TS definitions)</em> <em>Thank you <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a>~!</em></li> </ul> <h2>Chores</h2> <ul> <li>Add <a href="https://github.com/lukeed/clsx#tailwind-support">Tailwind Support</a> section to README (<a href="https://redirect.github.com/lukeed/clsx/issues/65">#65</a>, <a href="https://redirect.github.com/lukeed/clsx/issues/68">#68</a>): 496db1d, 4a4eadd <em>Thank you <a href="https://github.com/kevinlowe0x3F7"><code>@kevinlowe0x3F7</code></a> & <a href="https://github.com/kevinlowe0x3F7"><code>@kevinlowe0x3F7</code></a></em></li> <li>Add tests for numbers & variadic number arguments: c520353</li> <li>Update package module size: 03e1cf9</li> </ul> <hr /> <blockquote> <p><strong>Full Changelog</strong>: <a href="https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0">https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0</a></p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6232a9e564"><code>6232a9e</code></a> 2.0.0</li> <li><a href="23b2ced389"><code>23b2ced</code></a> 2.0.0-next.0</li> <li><a href="0949868388"><code>0949868</code></a> fix: include <code>*.d.mts</code> in pkg zip</li> <li><a href="c520353bd6"><code>c520353</code></a> chore: add <code>numbers</code> tests;</li> <li><a href="03e1cf9149"><code>03e1cf9</code></a> chore: update pkg size</li> <li><a href="3ec8e9fa2f"><code>3ec8e9f</code></a> break: include "exports" map w/ "types" conditions (<a href="https://redirect.github.com/lukeed/clsx/issues/57">#57</a>)</li> <li><a href="4a4eadd3e4"><code>4a4eadd</code></a> chore: readme typo (<a href="https://redirect.github.com/lukeed/clsx/issues/68">#68</a>)</li> <li><a href="496db1dd74"><code>496db1d</code></a> chore: add Tailwind readme section (<a href="https://redirect.github.com/lukeed/clsx/issues/65">#65</a>)</li> <li>See full diff in <a href="https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "3.0.0",
|
|
"@docusaurus/plugin-google-gtag": "^3.0.0",
|
|
"@docusaurus/preset-classic": "3.0.0",
|
|
"@loadable/component": "^5.15.3",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"animate.css": "^4.1.1",
|
|
"clsx": "2.0.0",
|
|
"docusaurus-plugin-image-zoom": "^1.0.1",
|
|
"docusaurus-plugin-sass": "^0.2.5",
|
|
"feather-icons": "^4.29.1",
|
|
"jarallax": "^2.1.4",
|
|
"mdx-mermaid": "^1.3.2",
|
|
"mermaid": "^10.6.1",
|
|
"prism-react-renderer": "^2.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.69.5",
|
|
"tiny-slider": "^2.9.4",
|
|
"tw-elements": "^1.0.0-alpha13",
|
|
"wow.js": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "3.0.0",
|
|
"@iconify/react": "^4.1.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
}
|
|
}
|