mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
Bumps [remeda](https://github.com/remeda/remeda) from 2.26.1 to 2.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remeda/remeda/releases">remeda's releases</a>.</em></p> <blockquote> <h2>v2.30.0</h2> <h1><a href="https://github.com/remeda/remeda/compare/v2.29.0...v2.30.0">2.30.0</a> (2025-08-07)</h1> <h3>Features</h3> <ul> <li><strong>isFunction:</strong> stricter <code>Function</code> type (<a href="https://redirect.github.com/remeda/remeda/issues/1161">#1161</a>) (<a href="729ead3f45
">729ead3</a>), closes <a href="https://redirect.github.com/remeda/remeda/issues/778">#778</a></li> </ul> <h2>v2.29.0</h2> <h1><a href="https://github.com/remeda/remeda/compare/v2.28.0...v2.29.0">2.29.0</a> (2025-08-07)</h1> <h3>Features</h3> <ul> <li>migrate build from tsup to tsdown (<a href="https://redirect.github.com/remeda/remeda/issues/1172">#1172</a>) (<a href="56913804ce
">5691380</a>), closes <a href="https://redirect.github.com/remeda/remeda/issues/1050">#1050</a> <a href="https://redirect.github.com/remeda/remeda/issues/1050">#1050</a></li> </ul> <h2>v2.28.0</h2> <h1><a href="https://github.com/remeda/remeda/compare/v2.27.2...v2.28.0">2.28.0</a> (2025-08-03)</h1> <h3>Features</h3> <ul> <li><strong>defaultTo:</strong> introduce <code>defaultTo</code> (<a href="https://redirect.github.com/remeda/remeda/issues/1159">#1159</a>) (<a href="92449ef03c
">92449ef</a>), closes <a href="https://redirect.github.com/remeda/remeda/issues/1158">#1158</a></li> </ul> <h2>v2.27.2</h2> <h2><a href="https://github.com/remeda/remeda/compare/v2.27.1...v2.27.2">2.27.2</a> (2025-08-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>const:</strong> prefer narrow typing for literals (<a href="https://redirect.github.com/remeda/remeda/issues/1160">#1160</a>) (<a href="4c5bc73956
">4c5bc73</a>), closes <a href="https://redirect.github.com/remeda/remeda/issues/823">#823</a></li> </ul> <h2>v2.27.1</h2> <h2><a href="https://github.com/remeda/remeda/compare/v2.27.0...v2.27.1">2.27.1</a> (2025-08-01)</h2> <h3>Bug Fixes</h3> <ul> <li>prevent redundant type computation paths (<a href="https://redirect.github.com/remeda/remeda/issues/1163">#1163</a>) (<a href="7c37e395db
">7c37e39</a>)</li> <li><strong>sample:</strong> revamp typing (<a href="https://redirect.github.com/remeda/remeda/issues/1162">#1162</a>) (<a href="55e5c8c692
">55e5c8c</a>), closes <a href="https://redirect.github.com/remeda/remeda/issues/323">#323</a></li> </ul> <h2>v2.27.0</h2> <h1><a href="https://github.com/remeda/remeda/compare/v2.26.1...v2.27.0">2.27.0</a> (2025-07-28)</h1> <h3>Features</h3> <ul> <li><strong>prop:</strong> allow deep paths (<a href="https://redirect.github.com/remeda/remeda/issues/1158">#1158</a>) (<a href="cb7d61194e
">cb7d611</a>), closes <a href="https://redirect.github.com/remeda/remeda/issues/830">#830</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="729ead3f45
"><code>729ead3</code></a> feat(isFunction): stricter <code>Function</code> type (<a href="https://redirect.github.com/remeda/remeda/issues/1161">#1161</a>)</li> <li><a href="56913804ce
"><code>5691380</code></a> feat: migrate build from tsup to tsdown (<a href="https://redirect.github.com/remeda/remeda/issues/1172">#1172</a>)</li> <li><a href="e8706536af
"><code>e870653</code></a> chore: manual version bumps (<a href="https://redirect.github.com/remeda/remeda/issues/1173">#1173</a>)</li> <li><a href="6bd6f984b4
"><code>6bd6f98</code></a> chore(deps-dev): bump eslint-plugin-jsdoc from 51.3.3 to 52.0.2 (<a href="https://redirect.github.com/remeda/remeda/issues/1170">#1170</a>)</li> <li><a href="92449ef03c
"><code>92449ef</code></a> feat(defaultTo): introduce <code>defaultTo</code> (<a href="https://redirect.github.com/remeda/remeda/issues/1159">#1159</a>)</li> <li><a href="20293262df
"><code>2029326</code></a> chore(deps-dev): bump eslint-plugin-unicorn from 59.0.1 to 60.0.0 (<a href="https://redirect.github.com/remeda/remeda/issues/1169">#1169</a>)</li> <li><a href="4c5bc73956
"><code>4c5bc73</code></a> fix(const): prefer narrow typing for literals (<a href="https://redirect.github.com/remeda/remeda/issues/1160">#1160</a>)</li> <li><a href="7c37e395db
"><code>7c37e39</code></a> fix: prevent redundant type computation paths (<a href="https://redirect.github.com/remeda/remeda/issues/1163">#1163</a>)</li> <li><a href="55e5c8c692
"><code>55e5c8c</code></a> fix(sample): revamp typing (<a href="https://redirect.github.com/remeda/remeda/issues/1162">#1162</a>)</li> <li><a href="e4559240e2
"><code>e455924</code></a> chore(deps): bump the minor group with 9 updates (<a href="https://redirect.github.com/remeda/remeda/issues/1168">#1168</a>)</li> <li>Additional commits viewable in <a href="https://github.com/remeda/remeda/compare/v2.26.1...v2.30.0">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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack --port ${LLAMA_STACK_UI_PORT:-8322}",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write \"./**/*.{ts,tsx}\"",
|
|
"format:check": "prettier --check \"./**/*.{ts,tsx}\"",
|
|
"test": "jest",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-dialog": "^1.1.13",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.14",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tooltip": "^1.2.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^11.18.2",
|
|
"llama-stack-client": "^0.2.18",
|
|
"lucide-react": "^0.510.0",
|
|
"next": "15.3.3",
|
|
"next-auth": "^4.24.11",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remeda": "^2.30.0",
|
|
"shiki": "^1.29.2",
|
|
"sonner": "^2.0.6",
|
|
"tailwind-merge": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.4.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"prettier": "3.5.3",
|
|
"tailwindcss": "^4",
|
|
"ts-node": "^10.9.2",
|
|
"tw-animate-css": "^1.2.9",
|
|
"typescript": "^5"
|
|
}
|
|
}
|