Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 21, 2023
1 parent 6bc40a2 commit 6b586e3
Show file tree
Hide file tree
Showing 23 changed files with 90 additions and 84 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint": "^8.45.0",
"eslint-plugin-mocha": "^10.1.0",
"jest-mock": "^28.1.3",
"koishi": "^4.14.1",
"koishi": "^4.14.2",
"mocha": "^9.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"rootDir": "..",
"target": "es2020",
"target": "es2022",
"module": "esnext",
"declaration": true,
"jsx": "preserve",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/client",
"description": "Koishi Console Client",
"version": "5.13.1",
"version": "5.13.2",
"main": "client/index.ts",
"files": [
"app",
Expand Down Expand Up @@ -34,13 +34,13 @@
"build"
],
"dependencies": {
"@koishijs/components": "1.3.3",
"@koishijs/components": "1.3.4",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.2.1",
"cac": "^6.7.14",
"cordis": "^2.8.7",
"cosmokit": "^1.4.4",
"cosmokit": "^1.4.5",
"element-plus": "2.3.8",
"marked-vue": "^1.2.3",
"ns-require": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"rootDir": ".",
"target": "es2020",
"target": "es2022",
"module": "esnext",
"declaration": true,
"jsx": "preserve",
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/components",
"description": "Client components for Koishi",
"version": "1.3.3",
"version": "1.3.4",
"main": "client/index.ts",
"files": [
"client",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@satorijs/element": "^2.4.2",
"cosmokit": "^1.4.4",
"schemastery-vue": "6.2.2"
"cosmokit": "^1.4.5",
"schemastery-vue": "6.2.3"
}
}
8 changes: 4 additions & 4 deletions packages/market/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/market",
"description": "Market UI for Koishi",
"version": "4.1.2",
"version": "4.1.3",
"main": "client/index.ts",
"files": [
"client"
Expand All @@ -27,16 +27,16 @@
"utilities"
],
"devDependencies": {
"@koishijs/registry": "^6.0.2",
"@koishijs/registry": "^6.0.3",
"@types/spark-md5": "^3.0.2"
},
"peerDependencies": {
"vue": "^3",
"vue-i18n": "^9"
},
"dependencies": {
"@koishijs/components": "^1.3.3",
"cosmokit": "^1.4.4",
"@koishijs/components": "^1.3.4",
"cosmokit": "^1.4.5",
"spark-md5": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/online/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"online"
],
"devDependencies": {
"@koishijs/client": "^5.13.1",
"@koishijs/client": "^5.13.2",
"@koishijs/fs": "^1.3.7",
"@koishijs/loader": "^4.1.1",
"@koishijs/loader": "^4.1.2",
"@koishijs/os": "^1.0.2",
"@koishijs/path": "^1.0.0",
"@koishijs/url": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/semver": "^7.5.0"
},
"dependencies": {
"cosmokit": "^1.4.4",
"cosmokit": "^1.4.5",
"p-map": "^4.0.0",
"semver": "^7.5.4"
}
Expand Down
8 changes: 4 additions & 4 deletions plugins/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.1",
"koishi": "^4.14.1"
"@koishijs/plugin-console": "^5.13.2",
"koishi": "^4.14.2"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.13.1",
"@koishijs/plugin-console": "^5.13.1",
"@koishijs/client": "^5.13.2",
"@koishijs/plugin-console": "^5.13.2",
"@koishijs/plugin-locales": "^2.4.0",
"@koishijs/plugin-mock": "^2.5.0",
"@types/throttle-debounce": "^2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions plugins/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.1",
"koishi": "^4.14.1"
"@koishijs/plugin-console": "^5.13.2",
"koishi": "^4.14.2"
},
"devDependencies": {
"@koishijs/assets": "^1.0.2",
"@koishijs/client": "^5.13.1",
"@koishijs/client": "^5.13.2",
"echarts": "^5.4.3",
"koishi": "^4.14.1",
"koishi": "^4.14.2",
"vue-echarts": "^6.6.0"
}
}
8 changes: 4 additions & 4 deletions plugins/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-auth",
"description": "Console User Authentication",
"version": "4.1.0",
"version": "4.1.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -47,10 +47,10 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.1",
"koishi": "^4.14.1"
"@koishijs/plugin-console": "^5.13.2",
"koishi": "^4.14.2"
},
"devDependencies": {
"@koishijs/client": "^5.13.1"
"@koishijs/client": "^5.13.2"
}
}
10 changes: 5 additions & 5 deletions plugins/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.1",
"koishi": "^4.14.1"
"@koishijs/plugin-console": "^5.13.2",
"koishi": "^4.14.2"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.13.1",
"@koishijs/plugin-console": "^5.13.1",
"@koishijs/client": "^5.13.2",
"@koishijs/plugin-console": "^5.13.2",
"@koishijs/plugin-locales": "^2.4.0",
"@koishijs/plugin-config": "^2.3.0",
"@koishijs/plugin-config": "^2.3.1",
"@koishijs/plugin-mock": "^2.5.0",
"@types/throttle-debounce": "^2.1.0"
},
Expand Down
13 changes: 7 additions & 6 deletions plugins/config/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@koishijs/plugin-config",
"description": "Manage your bots and plugins with console",
"version": "2.3.0",
"version": "2.3.1",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"exports": {
".": {
"node": "./lib/node/index.js",
"browser": "./lib/browser/index.mjs"
"browser": "./lib/browser/index.mjs",
"types": "./lib/index.d.ts"
},
"./shared": {
"require": "./lib/shared/index.js",
Expand Down Expand Up @@ -54,11 +55,11 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.1",
"koishi": "^4.14.1"
"@koishijs/plugin-console": "^5.13.2",
"koishi": "^4.14.2"
},
"devDependencies": {
"@koishijs/client": "^5.13.1",
"@koishijs/client": "^5.13.2",
"@koishijs/plugin-hmr": "^1.2.1",
"@types/throttle-debounce": "^2.1.0"
},
Expand Down
11 changes: 6 additions & 5 deletions plugins/console/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@koishijs/plugin-console",
"description": "Web User Interface for Koishi",
"version": "5.13.1",
"version": "5.13.2",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"exports": {
".": {
"node": "./lib/node/index.js",
"browser": "./lib/browser/index.mjs"
"browser": "./lib/browser/index.mjs",
"types": "./lib/index.d.ts"
},
"./shared": {
"require": "./lib/shared/index.js",
Expand Down Expand Up @@ -53,10 +54,10 @@
}
},
"peerDependencies": {
"koishi": "^4.14.1"
"koishi": "^4.14.2"
},
"devDependencies": {
"@koishijs/client": "^5.13.1",
"@koishijs/client": "^5.13.2",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^4.2.3",
Expand Down
11 changes: 6 additions & 5 deletions plugins/dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"description": "View Database in Koishi Console",
"version": "2.3.1",
"main": "lib/index.cjs",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
"require": "./lib/index.cjs",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -52,10 +53,10 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.1",
"koishi": "^4.14.1"
"@koishijs/plugin-console": "^5.13.2",
"koishi": "^4.14.2"
},
"devDependencies": {
"@koishijs/client": "^5.13.1"
"@koishijs/client": "^5.13.2"
}
}
11 changes: 6 additions & 5 deletions plugins/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"description": "File explorer and editor for Koishi",
"version": "1.4.5",
"main": "lib/index.cjs",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
"require": "./lib/index.cjs",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -57,11 +58,11 @@
"client": "./build/client"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.1",
"koishi": "^4.14.1"
"@koishijs/plugin-console": "^5.13.2",
"koishi": "^4.14.2"
},
"devDependencies": {
"@koishijs/client": "^5.13.1",
"@koishijs/client": "^5.13.2",
"@types/throttle-debounce": "^2.1.0",
"monaco-editor": "~0.36.1"
},
Expand Down
11 changes: 6 additions & 5 deletions plugins/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"description": "Show plugin dependency graph for Koishi",
"version": "3.4.1",
"main": "lib/index.cjs",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
"require": "./lib/index.cjs",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -51,11 +52,11 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.1",
"koishi": "^4.14.1"
"@koishijs/plugin-console": "^5.13.2",
"koishi": "^4.14.2"
},
"devDependencies": {
"@koishijs/client": "^5.13.1",
"@koishijs/client": "^5.13.2",
"@types/d3-force": "^3.0.4",
"@types/throttle-debounce": "^2.1.0",
"d3-force": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions plugins/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.13.1",
"koishi": "^4.14.1"
"@koishijs/plugin-console": "^5.13.2",
"koishi": "^4.14.2"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.13.1",
"@koishijs/plugin-console": "^5.13.1",
"@koishijs/client": "^5.13.2",
"@koishijs/plugin-console": "^5.13.2",
"@koishijs/plugin-mock": "^2.5.0",
"@types/js-yaml": "^4.0.5",
"@types/throttle-debounce": "^2.1.0"
Expand Down
Loading

0 comments on commit 6b586e3

Please sign in to comment.