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 2, 2024
1 parent c6348bd commit 1544f86
Show file tree
Hide file tree
Showing 8 changed files with 378 additions and 450 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ build {


halo {
version = '2.16'
version = '2.17'
}
42 changes: 21 additions & 21 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,49 @@
"prettier": "prettier --write './src/**/*.{vue,js,jsx,ts,tsx,css,scss,json,yml,yaml,html}'"
},
"dependencies": {
"@halo-dev/api-client": "^2.12.0",
"@halo-dev/components": "^2.12.0",
"@halo-dev/console-shared": "^2.12.0",
"@tanstack/vue-query": "^4.33.1",
"@halo-dev/api-client": "^2.17.0",
"@halo-dev/components": "^2.17.0",
"@halo-dev/console-shared": "^2.17.0",
"@tanstack/vue-query": "^4.37.1",
"@types/markdown-it": "^14.1.1",
"@vueuse/core": "^10.2.1",
"@zip.js/zip.js": "^2.7.44",
"axios": "^1.4.0",
"fast-xml-parser": "^4.2.6",
"fastq": "^1.15.0",
"lodash.groupby": "^4.6.0",
"@vueuse/core": "^10.11.0",
"@zip.js/zip.js": "^2.7.45",
"axios": "^1.7.2",
"fast-xml-parser": "^4.4.0",
"fastq": "^1.17.1",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"performant-array-to-tree": "^1.11.0",
"toml": "^3.0.0",
"transliteration": "^2.3.5",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"yaml": "^2.4.2"
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"yaml": "^2.4.5"
},
"devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "^2.16.0",
"@iconify/json": "^2.2.95",
"@rushstack/eslint-patch": "^1.3.2",
"@halo-dev/ui-plugin-bundler-kit": "^2.17.0",
"@iconify/json": "^2.2.224",
"@rushstack/eslint-patch": "^1.10.3",
"@types/jsdom": "^16.2.15",
"@types/lodash.groupby": "^4.6.7",
"@types/node": "^16.18.39",
"@types/lodash-es": "^4.17.12",
"@types/node": "^16.18.101",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^8.7.1",
"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.5",
"tailwindcss": "^3.4.4",
"typescript": "~5.1.6",
"unplugin-icons": "^0.16.6",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.27"
}
Expand Down
Loading

0 comments on commit 1544f86

Please sign in to comment.