chore: update project infra (#25)

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2024-02-18 10:20:50 +08:00
committed by GitHub
parent 6f7d9367cf
commit e3bf74f8db
4 changed files with 22 additions and 25 deletions

BIN
src/main/resources/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -2,14 +2,14 @@ apiVersion: plugin.halo.run/v1alpha1
kind: Plugin kind: Plugin
metadata: metadata:
# The name defines how the plugin is invoked,A unique name # The name defines how the plugin is invoked,A unique name
name: PluginStarter name: starter
spec: spec:
enabled: true enabled: true
requires: ">=2.5.0" requires: ">=2.11.0"
author: author:
name: Halo OSS Team name: Halo
website: https://github.com/halo-dev website: https://github.com/halo-dev
logo: https://halo.run/logo logo: logo.png
# 'homepage' usually links to the GitHub repository of the plugin # 'homepage' usually links to the GitHub repository of the plugin
homepage: https://github.com/halo-dev/plugin-starter homepage: https://github.com/halo-dev/plugin-starter
# 'displayName' explains what the plugin does in only a few words # 'displayName' explains what the plugin does in only a few words

View File

@@ -1,7 +1,4 @@
{ {
"name": "@halo-dev/plugin-starter",
"version": "1.0.0",
"private": true,
"scripts": { "scripts": {
"dev": "vite build --watch --mode=development", "dev": "vite build --watch --mode=development",
"build": "vite build", "build": "vite build",
@@ -11,13 +8,13 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
}, },
"dependencies": { "dependencies": {
"@halo-dev/components": "^1.10.0", "@halo-dev/components": "^2.12.0",
"@halo-dev/console-shared": "^2.11.0", "@halo-dev/console-shared": "^2.12.0",
"canvas-confetti": "^1.9.2", "canvas-confetti": "^1.9.2",
"vue": "^3.3.12" "vue": "^3.3.12"
}, },
"devDependencies": { "devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "^1.0.0", "@halo-dev/ui-plugin-bundler-kit": "^2.12.0",
"@iconify/json": "^2.2.159", "@iconify/json": "^2.2.159",
"@rushstack/eslint-patch": "^1.6.1", "@rushstack/eslint-patch": "^1.6.1",
"@types/canvas-confetti": "^1.6.4", "@types/canvas-confetti": "^1.6.4",

30
ui/pnpm-lock.yaml generated
View File

@@ -6,11 +6,11 @@ settings:
dependencies: dependencies:
'@halo-dev/components': '@halo-dev/components':
specifier: ^1.10.0 specifier: ^2.12.0
version: 1.10.0(vue-router@4.2.5)(vue@3.3.12) version: 2.12.0(vue-router@4.2.5)(vue@3.3.12)
'@halo-dev/console-shared': '@halo-dev/console-shared':
specifier: ^2.11.0 specifier: ^2.12.0
version: 2.11.0(vue-router@4.2.5)(vue@3.3.12) version: 2.12.0(vue-router@4.2.5)(vue@3.3.12)
canvas-confetti: canvas-confetti:
specifier: ^1.9.2 specifier: ^1.9.2
version: 1.9.2 version: 1.9.2
@@ -20,8 +20,8 @@ dependencies:
devDependencies: devDependencies:
'@halo-dev/ui-plugin-bundler-kit': '@halo-dev/ui-plugin-bundler-kit':
specifier: ^1.0.0 specifier: ^2.12.0
version: 1.0.0(vite@4.5.1) version: 2.12.0(vite@4.5.1)
'@iconify/json': '@iconify/json':
specifier: ^2.2.159 specifier: ^2.2.159
version: 2.2.159 version: 2.2.159
@@ -769,12 +769,12 @@ packages:
resolution: {integrity: sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==} resolution: {integrity: sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==}
dev: false dev: false
/@halo-dev/api-client@2.11.0: /@halo-dev/api-client@2.12.0:
resolution: {integrity: sha512-i3PFETsPdHYnTgk3jORu00t43/rCesmqpdZg38/Hq2AdgxhPkE7rghYGdoZRLdanvVC0HM1Axn18Zd7kdizxVA==} resolution: {integrity: sha512-W/FmwtdXvq/BSwi2VMYBPzV86SmUjjn/1RO3pzyBOp8KwZM97vVVPJwYhT7IUB+W7q9HtDBUlvcFS8M0bX0RaA==}
dev: false dev: false
/@halo-dev/components@1.10.0(vue-router@4.2.5)(vue@3.3.12): /@halo-dev/components@2.12.0(vue-router@4.2.5)(vue@3.3.12):
resolution: {integrity: sha512-Qg7JEkuVyTAqTjuLJHQifhMGl180yZTOX2cSueAssFCuyGZtVCcN/o5FmDtrcw8UXoV8vRwxvpixgjxFwlf/4Q==} resolution: {integrity: sha512-5RXGsxM6Qm6sBUcfCCZ2r0ealk9kRnqdCGKv1/88b8HBrAM08S3sThoM3JcP0HqBSd4/tRCLMYAM9sO5tltUrg==}
peerDependencies: peerDependencies:
vue: ^3.3.4 vue: ^3.3.4
vue-router: ^4.2.4 vue-router: ^4.2.4
@@ -786,19 +786,19 @@ packages:
- '@nuxt/kit' - '@nuxt/kit'
dev: false dev: false
/@halo-dev/console-shared@2.11.0(vue-router@4.2.5)(vue@3.3.12): /@halo-dev/console-shared@2.12.0(vue-router@4.2.5)(vue@3.3.12):
resolution: {integrity: sha512-XDyoHsueVgQOvMTDm4Fx3qKzCjXd7bI9eC0DFuw3w85Y3LQeHgrJfbXRlMRCTTZhe3kgpBOra4JjByyFFWa/Cw==} resolution: {integrity: sha512-coxKxjKD5jYednO18c3KDlp+0+QfxS+FVOm5oS/EPi3mw7So8wFZ82TF/zv0p5JAsKc9XKHQ7gusRckA3K0zww==}
peerDependencies: peerDependencies:
vue: ^3.3.4 vue: ^3.3.4
vue-router: ^4.2.4 vue-router: ^4.2.4
dependencies: dependencies:
'@halo-dev/api-client': 2.11.0 '@halo-dev/api-client': 2.12.0
vue: 3.3.12(typescript@4.7.4) vue: 3.3.12(typescript@4.7.4)
vue-router: 4.2.5(vue@3.3.12) vue-router: 4.2.5(vue@3.3.12)
dev: false dev: false
/@halo-dev/ui-plugin-bundler-kit@1.0.0(vite@4.5.1): /@halo-dev/ui-plugin-bundler-kit@2.12.0(vite@4.5.1):
resolution: {integrity: sha512-K6D2jPJnLLl0gsiTzRoqXyr4pDl0+venTHW0hbk+cTuB9TNMEEFelBvYefrKQNjK9NpW4wVqviw4QLDXrrY3Vw==} resolution: {integrity: sha512-3558qzH5RN9pB2j0ZonuIxX3cw8lh870cWpPPHjkDxTIjKt+aO5tjKhcqKlFL853jdx9nHIIS+nMDCeqjejpxw==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies: peerDependencies:
vite: ^4.0.0 || ^5.0.0 vite: ^4.0.0 || ^5.0.0