Skip to content

Commit 8e06b14

Browse files
author
Georgi2704
committed
Remove react-query and axios as dependencies and configuration related to them
1 parent 501e0a1 commit 8e06b14

File tree

7 files changed

+1
-285
lines changed

7 files changed

+1
-285
lines changed

packages/orchestrator-ui-components/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"@emotion/css": "^11.11.2",
3535
"@emotion/react": "^11.11.1",
3636
"@rtk-query/graphql-request-base-query": "^2.3.1",
37-
"axios": "^1.6.5",
3837
"invariant": "^2.2.4",
3938
"moment": "^2.29.4",
4039
"moment-timezone": "^0.5.43",
@@ -44,7 +43,6 @@
4443
"object-hash": "^3.0.0",
4544
"prism-themes": "^1.9.0",
4645
"react-diff-view": "^3.2.0",
47-
"react-query": "3.39.3",
4846
"react-select": "^5.8.0",
4947
"scroll-into-view": "^1.16.2",
5048
"unidiff": "^1.0.4",

packages/orchestrator-ui-components/src/api/axios.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/orchestrator-ui-components/src/api/index.ts

Lines changed: 0 additions & 218 deletions
This file was deleted.

packages/orchestrator-ui-components/src/contexts/ApiClientContext.tsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/orchestrator-ui-components/src/contexts/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export * from './ApiClientContext';
21
export * from './ConfirmationDialogProvider';
32
export * from './OrchestratorConfigContext';
43
export * from './PolicyContext';

packages/orchestrator-ui-components/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export * from './api';
21
export * from './components';
32
export * from './configuration';
43
export * from './contexts';

0 commit comments

Comments
 (0)