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 19, 2022
1 parent bda7461 commit 0dca125
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"esbuild": "^0.14.51",
"esbuild-register": "^3.3.3",
"jest-mock": "^28.1.3",
"koishi": "^4.9.5",
"koishi": "^4.9.6",
"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.7",
"koishi": "^4.9.5"
"@koishijs/plugin-console": "^4.6.8",
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/client": "^4.6.7"
"@koishijs/client": "^4.6.8"
}
}
8 changes: 4 additions & 4 deletions packages/chat/package.json
Expand Up @@ -46,16 +46,16 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
"@koishijs/plugin-console": "^4.6.8",
"koishi": "^4.9.6"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^4.6.7",
"@koishijs/plugin-console": "^4.6.7"
"@koishijs/client": "^4.6.8",
"@koishijs/plugin-console": "^4.6.8"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
@@ -1,7 +1,7 @@
{
"name": "@koishijs/client",
"description": "Koishi Console Client",
"version": "4.6.7",
"version": "4.6.8",
"main": "client/index.ts",
"files": [
"app",
Expand Down
6 changes: 3 additions & 3 deletions packages/commands/package.json
Expand Up @@ -37,11 +37,11 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/client": "^4.6.7",
"@koishijs/plugin-console": "^4.6.7",
"@koishijs/client": "^4.6.8",
"@koishijs/plugin-console": "^4.6.8",
"@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.7",
"version": "4.6.8",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -57,10 +57,10 @@
}
},
"peerDependencies": {
"koishi": "^4.9.5"
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/client": "^4.6.7",
"@koishijs/client": "^4.6.8",
"@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.7",
"koishi": "^4.9.5"
"@koishijs/plugin-console": "^4.6.8",
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/client": "^4.6.7"
"@koishijs/client": "^4.6.8"
}
}
6 changes: 3 additions & 3 deletions packages/insight/package.json
Expand Up @@ -52,11 +52,11 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
"@koishijs/plugin-console": "^4.6.8",
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/client": "^4.6.7",
"@koishijs/client": "^4.6.8",
"@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.7",
"koishi": "^4.9.5"
"@koishijs/plugin-console": "^4.6.8",
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/client": "^4.6.7",
"@koishijs/cli": "^4.9.5",
"@koishijs/client": "^4.6.8",
"@koishijs/cli": "^4.9.6",
"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.5",
"@koishijs/plugin-console": "^4.6.7",
"koishi": "^4.9.5"
"@koishijs/cli": "^4.9.6",
"@koishijs/plugin-console": "^4.6.8",
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/client": "^4.6.7",
"@koishijs/client": "^4.6.8",
"@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.7",
"koishi": "^4.9.5"
"@koishijs/plugin-console": "^4.6.8",
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/client": "^4.6.7",
"@koishijs/plugin-console": "^4.6.7"
"@koishijs/client": "^4.6.8",
"@koishijs/plugin-console": "^4.6.8"
}
}
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Expand Up @@ -31,7 +31,7 @@
"koishi"
],
"peerDependencies": {
"@koishijs/client": "^4.6.7"
"@koishijs/client": "^4.6.8"
},
"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.7",
"koishi": "^4.9.5"
"@koishijs/plugin-console": "^4.6.8",
"koishi": "^4.9.6"
},
"devDependencies": {
"@koishijs/client": "^4.6.7",
"@koishijs/cli": "^4.9.5",
"@koishijs/client": "^4.6.8",
"@koishijs/cli": "^4.9.6",
"echarts": "^5.3.3",
"vue-echarts": "^6.2.3"
}
Expand Down

0 comments on commit 0dca125

Please sign in to comment.