mirror of
https://github.com/evroon/bracket.git
synced 2026-09-15 15:43:15 -04:00
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.27.0 to 1.28.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lucide-icons/lucide/releases">lucide-react's releases</a>.</em></p> <blockquote> <h2>Version 1.28.0</h2> <h2>What's Changed</h2> <ul> <li>feat(icons): improve calendar icons centre of gravity by <a href="https://github.com/karsa-mistmere"><code>@karsa-mistmere</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4614">lucide-icons/lucide#4614</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/1.27.0...1.28.0">https://github.com/lucide-icons/lucide/compare/1.27.0...1.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/1.28.0/packages/lucide-react">compare view</a></li> </ul> </details> <br /> 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.28.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"
|
|
}
|
|
}
|