Skip to content

Commit

Permalink
chore: dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
gozarman committed Mar 1, 2024
1 parent 551b3a4 commit 8b88c3e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 245 deletions.
8 changes: 4 additions & 4 deletions app/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jsoneditor": "^9.10.1",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"ohmyfetch": "^0.4.21",
"ofetch": "^1.3.3",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
Expand All @@ -42,9 +42,7 @@
"react-router-dom": "^6.4.3",
"react-slick": "^0.29.0",
"react-use-websocket": "^4.3.1",
"rollup-plugin-visualizer": "^5.9.0",
"slick-carousel": "^1.8.1",
"statics": "^0.1.0",
"vite-tsconfig-paths": "^4.3.1",
"zod": "^3.19.1",
"zustand": "^4.4.6",
Expand All @@ -63,10 +61,12 @@
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.12",
"orval": "^6.20.0",
"postcss": "^8.4.35",
"sass": "^1.57.1",
"typescript": "^4.9.5",
"vite": "^5.0.12",
"vite-plugin-svgr": "^4.2.0",
"wait-port": "^1.1.0"
"wait-port": "^1.1.0",
"rollup-plugin-visualizer": "^5.9.0"
}
}
4 changes: 2 additions & 2 deletions app/dashboard/src/services/http.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FetchError, FetchOptions, $fetch as ohMyFetch } from "ohmyfetch";
import { FetchError, FetchOptions, $fetch as ofetch } from "ofetch";
import { getAuthToken } from "utils/authStorage";

export const $fetch = ohMyFetch.create({
export const $fetch = ofetch.create({
baseURL: import.meta.env.VITE_BASE_API,
});

Expand Down
Loading

0 comments on commit 8b88c3e

Please sign in to comment.