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 Jul 8, 2024
1 parent b792319 commit 4b6afd5
Show file tree
Hide file tree
Showing 10 changed files with 439 additions and 519 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ build {
}

halo {
version = '2.16'
version = '2.17'
}
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: data-studio
spec:
enabled: true
requires: ">=2.15.0"
requires: ">=2.17.0"
author:
name: Halo
website: https://github.com/halo-dev
Expand Down
32 changes: 16 additions & 16 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,42 +9,42 @@
"prettier": "prettier --write './**/*.{ts,json,yaml,yml,html,vue}'"
},
"dependencies": {
"@halo-dev/api-client": "^2.16.0",
"@halo-dev/components": "^2.16.0",
"@halo-dev/console-shared": "^2.16.0",
"@halo-dev/api-client": "^2.17.0",
"@halo-dev/components": "^2.17.0",
"@halo-dev/console-shared": "^2.17.0",
"@json-editor/json-editor": "^2.15.1",
"@tanstack/vue-query": "4",
"@tanstack/vue-query": "4.37.1",
"@vueuse/core": "^10.11.0",
"@vueuse/router": "^10.11.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"vue": "^3.4.29"
"vue": "^3.4.31"
},
"devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "^2.16.0",
"@iconify/json": "^2.2.219",
"@halo-dev/ui-plugin-bundler-kit": "^2.17.0",
"@iconify/json": "^2.2.225",
"@rushstack/eslint-patch": "^1.10.3",
"@types/jsdom": "^20.0.1",
"@types/node": "^16.18.98",
"@types/node": "^16.18.101",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"jsdom": "^19.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"sass": "^1.77.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5",
"unplugin-icons": "^0.19.0",
"vite": "^5.3.1",
"vite": "^5.3.3",
"vitest": "^0.24.5",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.0.26"
}
}
Loading

0 comments on commit 4b6afd5

Please sign in to comment.