Skip to content

Commit e3bf74f

Browse files
authored
chore: update project infra (#25)
Signed-off-by: Ryan Wang <i@ryanc.cc>
1 parent 6f7d936 commit e3bf74f

4 files changed

Lines changed: 22 additions & 25 deletions

File tree

src/main/resources/logo.png

34.4 KB
Loading

src/main/resources/plugin.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apiVersion: plugin.halo.run/v1alpha1
22
kind: Plugin
33
metadata:
44
# The name defines how the plugin is invoked,A unique name
5-
name: PluginStarter
5+
name: starter
66
spec:
77
enabled: true
8-
requires: ">=2.5.0"
8+
requires: ">=2.11.0"
99
author:
10-
name: Halo OSS Team
10+
name: Halo
1111
website: https://github.com/halo-dev
12-
logo: https://halo.run/logo
12+
logo: logo.png
1313
# 'homepage' usually links to the GitHub repository of the plugin
1414
homepage: https://github.com/halo-dev/plugin-starter
1515
# 'displayName' explains what the plugin does in only a few words

ui/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"name": "@halo-dev/plugin-starter",
3-
"version": "1.0.0",
4-
"private": true,
52
"scripts": {
63
"dev": "vite build --watch --mode=development",
74
"build": "vite build",
@@ -11,13 +8,13 @@
118
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
129
},
1310
"dependencies": {
14-
"@halo-dev/components": "^1.10.0",
15-
"@halo-dev/console-shared": "^2.11.0",
11+
"@halo-dev/components": "^2.12.0",
12+
"@halo-dev/console-shared": "^2.12.0",
1613
"canvas-confetti": "^1.9.2",
1714
"vue": "^3.3.12"
1815
},
1916
"devDependencies": {
20-
"@halo-dev/ui-plugin-bundler-kit": "^1.0.0",
17+
"@halo-dev/ui-plugin-bundler-kit": "^2.12.0",
2118
"@iconify/json": "^2.2.159",
2219
"@rushstack/eslint-patch": "^1.6.1",
2320
"@types/canvas-confetti": "^1.6.4",

ui/pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)