Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 29, 2022
1 parent d25ae72 commit fb0d0da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@root/koishi",
"version": "1.0.0",
"private": true,
"packageManager": "yarn@1.22.19",
"workspaces": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -97,4 +97,4 @@
"esbuild-register"
]
}
}
}
4 changes: 0 additions & 4 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
9 changes: 7 additions & 2 deletions plugins/frontend/manager/client/icons/add-plugin.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<template>
<svg class="k-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
<path fill="currentColor" d="M96 0C109.3 0 120 10.75 120 24V112H72V24C72 10.75 82.75 0 96 0zM288 0C301.3 0 312 10.75 312 24V112H264V24C264 10.75 274.7 0 288 0zM360 144C373.3 144 384 154.7 384 168C384 181.3 373.3 192 360 192H352V211.2C333.1 220.4 317.8 232.6 304 247.2V192H80V256C80 317.9 130.1 368 192 368C216.3 368 238.9 360.2 257.2 347.1C256.4 353.9 256 360.9 256 368C256 379.4 257.1 390.5 259.1 401.3C245.7 407.5 231.2 411.9 216 414.2V512H168V414.2C91.02 402.6 32 336.2 32 255.1V191.1H24C10.75 191.1 0 181.3 0 167.1C0 154.7 10.75 143.1 24 143.1L360 144zM288 368C288 288.5 352.5 224 432 224C511.5 224 576 288.5 576 368C576 447.5 511.5 512 432 512C352.5 512 288 447.5 288 368zM448 303.1C448 295.2 440.8 287.1 432 287.1C423.2 287.1 416 295.2 416 303.1V351.1H368C359.2 351.1 352 359.2 352 367.1C352 376.8 359.2 383.1 368 383.1H416V431.1C416 440.8 423.2 447.1 432 447.1C440.8 447.1 448 440.8 448 431.1V383.1H496C504.8 383.1 512 376.8 512 367.1C512 359.2 504.8 351.1 496 351.1H448V303.1z"/>
<svg class="k-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path fill="currentColor" d="M144,0c13.3,0,24,10.8,24,24v88h-48V24C120,10.8,130.8,0,144,0z M336,0c13.3,0,24,10.8,24,24v88h-48V24
C312,10.8,322.7,0,336,0z M408,144c13.3,0,24,10.7,24,24s-10.7,24-24,24h-8v64c0,80.2-59.9,146.6-136,158.2V512h-48v-97.8
c-77-11.6-136-78-136-158.2v-64h-8c-13.2,0-24-10.7-24-24s10.8-24,24-24H408z M240,368c61.9,0,112-50.1,112-112v-64H128v64
C128,317.9,178.1,368,240,368z"/>
<path fill="currentColor" d="M444,416h36c11,0,20,9,20,20s-9,20-20,20h-36v36c0,11-9,20-20,20c-11.9,0-20-9-20-20v-36h-36c-11.9,0-20-9-20-20
s8.1-20,20-20h36v-36c0-11,8.1-20,20-20c11,0,20,9,20,20V416z"/>
</svg>
</template>

0 comments on commit fb0d0da

Please sign in to comment.