Skip to content

Commit

Permalink
Merge branch 'refactor/ui-types'
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Nov 7, 2023
2 parents 5f01b66 + 535618c commit fca4eb6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 32 deletions.
11 changes: 0 additions & 11 deletions apps/ui/Pipfile

This file was deleted.

1 change: 1 addition & 0 deletions apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-table": "^7.7.17",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
Expand Down
7 changes: 0 additions & 7 deletions apps/ui/src/gql/ai/llm/providers.gql

This file was deleted.

13 changes: 0 additions & 13 deletions apps/ui/src/services/llm/useProvidersService.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"typeRoots": ["node_modules/@types", "src/@types"],
"typeRoots": ["node_modules/@types", "src/@types", "./node_modules"],
"types": ["vite/client"]
},
"include": ["src", "Routes_old", "src/modals/AIChatModal/components/.tsx"],
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2202,6 +2202,13 @@
dependencies:
"@types/react" "*"

"@types/react-table@^7.7.17":
version "7.7.17"
resolved "https://registry.yarnpkg.com/@types/react-table/-/react-table-7.7.17.tgz#4b58dee39d2bb585013536b519e6414591029c73"
integrity sha512-25/SDkn0qnvxBvxSPnMO1vf1ymvcSmwPr7qcFuYyWElTGcsOWQsV+sCFq1dVhGYdd2fSsOnP4MkZUl/q9MlG+g==
dependencies:
"@types/react" "*"

"@types/react-transition-group@^4.4.8":
version "4.4.8"
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.8.tgz#46f87d80512959cac793ecc610a93d80ef241ccf"
Expand Down

0 comments on commit fca4eb6

Please sign in to comment.