mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-21 16:00:49 +00:00
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) to 7.18.3 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together. Updates `react-router` from 6.30.6 to 7.18.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router@7.18.3/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.18.3/packages/react-router) Updates `react-router-dom` from 6.30.6 to 7.18.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.3/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.3/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.18.3 dependency-type: indirect - dependency-name: react-router-dom dependency-version: 7.18.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "anyllm-admin-ui",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint src",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "node --test admin-ui.behavior.test.mjs vite.config.test.mjs",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@lobehub/fluent-emoji": "^4.1.0",
|
|
"@lobehub/icons": "^5.4.0",
|
|
"@lobehub/ui": "^5.15.17",
|
|
"@tanstack/react-query": "^5.0.0",
|
|
"antd": "^6.4.4",
|
|
"motion": "^12.40.0",
|
|
"performative-ui": "^0.6.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.18.3",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.0",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^8.0.0",
|
|
"vite": "^8.0.16",
|
|
"vite-plugin-singlefile": "^2.0.0"
|
|
}
|
|
}
|