diff --git a/package.json b/package.json index cf021902f7..680cfc1729 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "@root/koishi", + "version": "1.0.0", "private": true, "packageManager": "yarn@1.22.19", "workspaces": [ @@ -38,7 +39,6 @@ "start": "yarn compile && cross-env TS_NODE_PROJECT=../tsconfig.test.json yarn workspace test koishi start --watch .. -r ../build/register --experimental-vm-modules", "shiki": "yarn workspace bot-shiki" }, - "version": "1.0.0", "license": "MIT", "devDependencies": { "@octokit/rest": "^18.12.0", @@ -87,7 +87,7 @@ "source-map-support": "^0.5.21", "typescript": "^4.7.2", "yakumo": "^0.2.7", - "yakumo-mocha": "^0.2.4", + "yakumo-mocha": "^0.2.5", "yakumo-publish": "^0.2.4", "yakumo-upgrade": "^0.2.3", "yakumo-version": "^0.2.4" @@ -97,4 +97,4 @@ "esbuild-register" ] } -} +} \ No newline at end of file diff --git a/packages/scripts/package.json b/packages/scripts/package.json index c8c14834f5..c1851398ff 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -37,7 +37,6 @@ "@types/cross-spawn": "^6.0.2", "@types/fs-extra": "^9.0.13", "@types/js-yaml": "^4.0.5", - "@types/semver": "^7.3.9", "@types/which-pm-runs": "^1.0.0" }, "dependencies": { @@ -47,11 +46,8 @@ "globby": "^11.1.0", "js-yaml": "^4.1.0", "kleur": "^4.1.4", - "latest-version": "^5.1.0", "ora": "^5.4.1", - "p-map": "^4.0.0", "prompts": "^2.4.2", - "semver": "^7.3.7", "which-pm-runs": "^1.1.0" } } \ No newline at end of file diff --git a/plugins/frontend/manager/client/icons/add-plugin.vue b/plugins/frontend/manager/client/icons/add-plugin.vue index 28b9ba0b70..871523b0c4 100644 --- a/plugins/frontend/manager/client/icons/add-plugin.vue +++ b/plugins/frontend/manager/client/icons/add-plugin.vue @@ -1,5 +1,10 @@ \ No newline at end of file