mirror of
https://github.com/evroon/bracket.git
synced 2026-09-14 23:18:29 -04:00
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.45.0 to 3.46.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.46.0</h2> <!-- raw HTML omitted --> <h3>18 new icons:</h3> <ul> <li><code>outline/play-bug</code></li> <li><code>outline/play-bugs</code></li> <li><code>outline/remote-control</code></li> <li><code>outline/rocking-chair</code></li> <li><code>outline/run-sprint</code></li> <li><code>outline/sparkles-2-off</code></li> <li><code>outline/tabs</code></li> <li><code>outline/tags-chevron-down</code></li> <li><code>outline/tags-chevron-left</code></li> <li><code>outline/tags-chevron-right</code></li> <li><code>outline/tags-chevron-up</code></li> <li><code>outline/thinking-high</code></li> <li><code>outline/thinking-low</code></li> <li><code>outline/thinking-medium</code></li> <li><code>outline/treasure-chest</code></li> <li><code>outline/twig</code></li> <li><code>outline/vault</code></li> <li><code>outline/yarn</code></li> </ul> <p>Fixed icons: <code>outline/credits</code>, <code>outline/currency-tether</code>, <code>outline/device-3d-camera</code>, <code>outline/device-screen</code>, <code>outline/home-lock</code>, <code>outline/map-lock</code>, <code>outline/notdef</code>, <code>outline/queue-pop-in</code>, <code>outline/server-bolt</code>, <code>outline/server</code>, <code>outline/sparkles-2</code>, <code>outline/transform-point-bottom-left</code>, <code>outline/transform-point-bottom-right</code>, <code>outline/transform-point-top-left</code>, <code>outline/transform-point-top-right</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tabler/tabler-icons/commit/8ac7d81b72ece11072ef25ea9fd92e80c6f3c9fc"><code>8ac7d81</code></a> Release 3.46.0</li> <li><a href="https://github.com/tabler/tabler-icons/commit/fe319f05d943a17efb29c5089e21364d3975843c"><code>fe319f0</code></a> Add publishConfig for public access in all icon packages (<a href="https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react/issues/1562">#1562</a>)</li> <li>See full diff in <a href="https://github.com/tabler/tabler-icons/commits/v3.46.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.46.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.27.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.76.0",
|
|
"postcss": "^8.5.23",
|
|
"tailwindcss": "^4.3.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|