Skip to content

Remove axios, react query dependencies #1078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/wicked-eels-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@orchestrator-ui/orchestrator-ui-components": minor
---

Removed axios and react-query dependencies
2 changes: 1 addition & 1 deletion apps/wfo-ui
2 changes: 0 additions & 2 deletions packages/orchestrator-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@rtk-query/graphql-request-base-query": "^2.3.1",
"axios": "^1.6.5",
"invariant": "^2.2.4",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
@@ -44,7 +43,6 @@
"object-hash": "^3.0.0",
"prism-themes": "^1.9.0",
"react-diff-view": "^3.2.0",
"react-query": "3.39.3",
"react-select": "^5.8.0",
"scroll-into-view": "^1.16.2",
"unidiff": "^1.0.4",
28 changes: 0 additions & 28 deletions packages/orchestrator-ui-components/src/api/axios.ts

This file was deleted.

218 changes: 0 additions & 218 deletions packages/orchestrator-ui-components/src/api/index.ts

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/orchestrator-ui-components/src/contexts/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './ApiClientContext';
export * from './ConfirmationDialogProvider';
export * from './OrchestratorConfigContext';
export * from './PolicyContext';
1 change: 0 additions & 1 deletion packages/orchestrator-ui-components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './api';
export * from './components';
export * from './configuration';
export * from './contexts';