Skip to content

Commit

Permalink
refactor: use globally provided axios instance
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Jun 26, 2024
1 parent 1eb0130 commit 63e2c41
Show file tree
Hide file tree
Showing 11 changed files with 3,265 additions and 2,745 deletions.
4 changes: 2 additions & 2 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@halo-dev/api-client": "^2.11.0",
"@halo-dev/api-client": "link:/Users/ryanwang/Workspace/github/ruibaby/halo-next/ui/packages/api-client",
"@halo-dev/components": "^1.10.0",
"@halo-dev/console-shared": "^2.11.0",
"@halo-dev/richtext-editor": "^2.12.0",
Expand All @@ -30,7 +30,7 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "^2.12.0",
"@halo-dev/ui-plugin-bundler-kit": "link:/Users/ryanwang/Workspace/github/ruibaby/halo-next/ui/packages/ui-plugin-bundler-kit",
"@iconify/json": "^2.2.180",
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand Down
Loading

0 comments on commit 63e2c41

Please sign in to comment.