Skip to content

Commit

Permalink
Removes @opensearch-project/oui dependency due to compilation failures
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed May 11, 2024
1 parent ad30c1d commit 891e1bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"dependencies": {
"@hapi/cryptiles": "5.0.0",
"@hapi/wreck": "^17.1.0",
"@opensearch-project/oui": "^1.6.0",
"html-entities": "1.3.1",
"zxcvbn": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion public/apps/configuration/unknown-datasource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

import React from 'react';
import { EuiPageHeader, EuiTitle, EuiText, EuiPageBody } from '@opensearch-project/oui';
import { EuiPageHeader, EuiTitle, EuiText, EuiPageBody } from '@elastic/eui';
import { AppDependencies } from '../types';

export type UnknownDataSourceProps = AppDependencies;
Expand Down

0 comments on commit 891e1bf

Please sign in to comment.