Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 16, 2022
1 parent 9c31491 commit 0bc280d
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 42 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.5.0",
"@koishijs/plugin-help": "^1.2.3",
"@koishijs/plugin-help": "^1.2.5",
"@koishijs/plugin-mock": "^2.1.0",
"@rollup/plugin-yaml": "^3.1.0",
"@sinonjs/fake-timers": "^6.0.1",
Expand All @@ -38,7 +38,7 @@
"esbuild": "^0.14.51",
"esbuild-register": "^3.3.3",
"jest-mock": "^28.1.3",
"koishi": "^4.9.4",
"koishi": "^4.9.5",
"mocha": "^9.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"shx": "^0.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Expand Up @@ -49,10 +49,10 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^4.6.6",
"koishi": "^4.9.4"
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/client": "^4.6.6"
"@koishijs/client": "^4.6.7"
}
}
8 changes: 4 additions & 4 deletions packages/chat/package.json
Expand Up @@ -46,16 +46,16 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^4.6.6",
"koishi": "^4.9.4"
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^4.6.6",
"@koishijs/plugin-console": "^4.6.6"
"@koishijs/client": "^4.6.7",
"@koishijs/plugin-console": "^4.6.7"
}
}
7 changes: 4 additions & 3 deletions packages/client/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/client",
"description": "Koishi Console Client",
"version": "4.6.6",
"version": "4.6.7",
"main": "client/index.ts",
"files": [
"app",
Expand Down Expand Up @@ -33,12 +33,13 @@
"build"
],
"dependencies": {
"@satorijs/components": "^0.4.2",
"@satorijs/components": "^0.5.0",
"@satorijs/element": "^1.1.3",
"@types/marked": "^4.0.3",
"@vitejs/plugin-vue": "^3.0.1",
"@vueuse/core": "^8.9.4",
"cac": "^6.7.12",
"cordis": "^2.5.0",
"cosmokit": "^1.3.3",
"element-plus": "2.2.17",
"marked": "^4.0.18",
Expand All @@ -47,7 +48,7 @@
"schemastery": "^3.5.4",
"schemastery-vue": "^1.3.2",
"vite": "^3.0.4",
"vue": "^3.2.38",
"vue": "^3.2.40",
"vue-router": "^4.1.3"
},
"yakumo": {
Expand Down
6 changes: 3 additions & 3 deletions packages/commands/package.json
Expand Up @@ -37,11 +37,11 @@
}
},
"peerDependencies": {
"koishi": "^4.9.4"
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/client": "^4.6.6",
"@koishijs/plugin-console": "^4.6.6",
"@koishijs/client": "^4.6.7",
"@koishijs/plugin-console": "^4.6.7",
"@koishijs/plugin-mock": "^2.1.0",
"@types/throttle-debounce": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/console/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-console",
"description": "Web User Interface for Koishi",
"version": "4.6.6",
"version": "4.6.7",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -57,10 +57,10 @@
}
},
"peerDependencies": {
"koishi": "^4.9.4"
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/client": "^4.6.6",
"@koishijs/client": "^4.6.7",
"@types/uuid": "^8.3.4"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/dataview/package.json
Expand Up @@ -53,10 +53,10 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^4.6.6",
"koishi": "^4.9.4"
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/client": "^4.6.6"
"@koishijs/client": "^4.6.7"
}
}
8 changes: 4 additions & 4 deletions packages/insight/package.json
Expand Up @@ -52,12 +52,12 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^4.6.6",
"koishi": "^4.9.4"
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/client": "^4.6.6",
"@koishijs/loader": "^2.2.0",
"@koishijs/client": "^4.6.7",
"@koishijs/loader": "^2.2.1",
"@types/d3-force": "^3.0.3",
"@types/throttle-debounce": "^2.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/logger/package.json
Expand Up @@ -45,12 +45,12 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^4.6.6",
"koishi": "^4.9.4"
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/client": "^4.6.6",
"@koishijs/cli": "^4.9.4",
"@koishijs/client": "^4.6.7",
"@koishijs/cli": "^4.9.5",
"ansi_up": "^5.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/market/package.json
Expand Up @@ -55,12 +55,12 @@
}
},
"peerDependencies": {
"@koishijs/cli": "^4.9.4",
"@koishijs/plugin-console": "^4.6.6",
"koishi": "^4.9.4"
"@koishijs/cli": "^4.9.5",
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/client": "^4.6.6",
"@koishijs/client": "^4.6.7",
"@types/spark-md5": "^3.0.2",
"@types/throttle-debounce": "^2.1.0",
"@types/which-pm-runs": "^1.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/sandbox/package.json
Expand Up @@ -49,11 +49,11 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^4.6.6",
"koishi": "^4.9.4"
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/client": "^4.6.6",
"@koishijs/plugin-console": "^4.6.6"
"@koishijs/client": "^4.6.7",
"@koishijs/plugin-console": "^4.6.7"
}
}
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Expand Up @@ -31,7 +31,7 @@
"koishi"
],
"peerDependencies": {
"@koishijs/client": "^4.6.6"
"@koishijs/client": "^4.6.7"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand Down
8 changes: 4 additions & 4 deletions packages/status/package.json
Expand Up @@ -46,12 +46,12 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^4.6.6",
"koishi": "^4.9.4"
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/client": "^4.6.6",
"@koishijs/cli": "^4.9.4",
"@koishijs/client": "^4.6.7",
"@koishijs/cli": "^4.9.5",
"echarts": "^5.3.3",
"vue-echarts": "^6.2.3"
}
Expand Down

0 comments on commit 0bc280d

Please sign in to comment.