Skip to content

Commit

Permalink
chore: rename console folder to ui (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby authored Dec 27, 2023
1 parent eb3a128 commit 1182e94
Show file tree
Hide file tree
Showing 17 changed files with 566 additions and 345 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/console/pnpm-lock.yaml') }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/ui/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install Frontend Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ application-local.yml
application-local.yaml
application-local.properties

/admin-frontend/node_modules/
/ui/node_modules/
/workplace/
/src/main/resources/console/
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.withType(JavaCompile).configureEach {
}

node {
nodeProjectDir = file("${project.projectDir}/console")
nodeProjectDir = file("${project.projectDir}/ui")
}

task buildFrontend(type: PnpmTask) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 14 additions & 14 deletions console/package.json → ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@halo-dev/components": "^1.5.0",
"@halo-dev/console-shared": "^2.6.0",
"canvas-confetti": "^1.6.0",
"vue": "^3.3.4"
"@halo-dev/components": "^1.10.0",
"@halo-dev/console-shared": "^2.11.0",
"canvas-confetti": "^1.9.2",
"vue": "^3.3.12"
},
"devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "^1.0.0",
"@iconify/json": "^2.2.76",
"@rushstack/eslint-patch": "^1.3.1",
"@types/canvas-confetti": "^1.6.0",
"@iconify/json": "^2.2.159",
"@rushstack/eslint-patch": "^1.6.1",
"@types/canvas-confetti": "^1.6.4",
"@types/jsdom": "^20.0.1",
"@types/node": "^16.18.35",
"@types/node": "^16.18.68",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.3.2",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.42.0",
"eslint-plugin-vue": "^9.14.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^19.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.63.3",
"sass": "^1.69.5",
"typescript": "~4.7.4",
"unplugin-icons": "^0.15.3",
"vite": "^4.5.0",
"vite": "^4.5.1",
"vitest": "^0.24.5",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.25"
}
}
Loading

0 comments on commit 1182e94

Please sign in to comment.