mirror of
https://github.com/evroon/bracket.git
synced 2026-09-21 12:05:59 -04:00
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.44.0 to 3.45.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tabler/tabler-icons/releases">@tabler/icons-react's releases</a>.</em></p> <blockquote> <h2>Release 3.45.0</h2> <!-- raw HTML omitted --> <h3>20 new icons:</h3> <ul> <li><code>filled/brand-signal</code></li> <li><code>outline/app-window-bottom-left</code></li> <li><code>outline/app-window-bottom-right</code></li> <li><code>outline/app-window-bottom</code></li> <li><code>outline/app-window-center</code></li> <li><code>outline/arrow-fork-triple</code></li> <li><code>outline/brand-signal</code></li> <li><code>outline/device-vision-pro-wifi</code></li> <li><code>outline/device-workstation</code></li> <li><code>outline/dragon</code></li> <li><code>outline/italic-off</code></li> <li><code>outline/tab-close</code></li> <li><code>outline/text-outline</code></li> <li><code>outline/text-regex-asterisk</code></li> <li><code>outline/text-regex-end</code></li> <li><code>outline/text-regex-plus</code></li> <li><code>outline/text-regex-question</code></li> <li><code>outline/text-regex-start</code></li> <li><code>outline/underline-off</code></li> <li><code>outline/virtual-space</code></li> </ul> <h2>New features</h2> <ul> <li>New package: <code>@tabler/icons-astro</code> — Astro support</li> <li>Added <code>sideEffects: false</code> for better tree-shaking in Vue package</li> <li>Spelling fixes: corrected misspelled icon names</li> </ul> <p>Fixed icons: <code>outline/flip-horizontal</code>, <code>outline/flip-vertical</code></p> <p>Renamed icons:</p> <ul> <li><code>filled/mood-confuzed</code> renamed to <code>filled/mood-confused</code></li> <li><code>outline/brand-adobe-after-effect</code> renamed to <code>outline/brand-adobe-after-effects</code></li> <li><code>outline/brand-kako-talk</code> renamed to <code>outline/brand-kakao-talk</code></li> <li><code>outline/currency-rubel</code> renamed to <code>outline/currency-ruble</code></li> <li><code>outline/foodsteps</code> renamed to <code>outline/footsteps</code></li> <li><code>outline/gender-trasvesti</code> renamed to <code>outline/gender-travesti</code></li> <li><code>outline/ikosaedr</code> renamed to <code>outline/icosahedron</code></li> <li><code>outline/mood-confuzed</code> renamed to <code>outline/mood-confused</code></li> <li><code>outline/physotherapist</code> renamed to <code>outline/physiotherapist</code></li> <li><code>outline/sport-billard</code> renamed to <code>outline/sport-billiard</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tabler/tabler-icons/commit/975920ff99c12c4dc9e3fe61a03738330600f9b2"><code>975920f</code></a> Release 3.45.0</li> <li><a href="https://github.com/tabler/tabler-icons/commit/4a4b287666235d2dd371f5cf02f96cfbeea235f1"><code>4a4b287</code></a> Add Astro support for Tabler Icons (<a href="https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react/issues/1559">#1559</a>)</li> <li>See full diff in <a href="https://github.com/tabler/tabler-icons/commits/v3.45.0/packages/icons-react">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
56 lines
1.8 KiB
JSON
56 lines
1.8 KiB
JSON
{
|
|
"name": "bracket-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"format:check": "oxfmt --check .",
|
|
"format:write": "oxfmt .",
|
|
"lint": "oxlint .",
|
|
"test": "pnpm run format:write && pnpm markdownlint-cli2 --fix --config .markdownlint-cli2.mjs",
|
|
"test-check": "pnpm run format:check && pnpm run lint && pnpm markdownlint-cli2 --config .markdownlint-cli2.mjs",
|
|
"lint:markdown": "markdownlint-cli2",
|
|
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind && next-sitemap"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
"@radix-ui/react-avatar": "^1.2.6",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
"@radix-ui/react-slot": "^1.3.0",
|
|
"@tabler/icons-react": "^3.45.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.24.0",
|
|
"next": "^16.2.11",
|
|
"next-sitemap": "^4.2.3",
|
|
"nextra": "^4.2.13",
|
|
"nextra-theme-docs": "^4.2.13",
|
|
"pagefind": "^1.5.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.7.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.2",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "26.1.0",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"autoprefixer": "^10.5.4",
|
|
"markdownlint-cli2": "^0.23.0",
|
|
"markdownlint-rule-relative-links": "^5.1.0",
|
|
"oxfmt": "0.61.0",
|
|
"oxlint": "1.75.0",
|
|
"postcss": "^8.5.23",
|
|
"tailwindcss": "^4.3.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|