Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 3, 2024
1 parent 0badd5e commit 7bdf3cf
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
20 changes: 10 additions & 10 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/client",
"description": "Koishi Console Client",
"version": "0.1.4",
"version": "0.1.6",
"type": "module",
"exports": {
".": "./client/index.ts",
Expand Down Expand Up @@ -46,21 +46,21 @@
"dependencies": {
"@cordisjs/components": "0.1.0",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@satorijs/protocol": "^1.3.2",
"@satorijs/protocol": "^1.4.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/core": "^10.9.0",
"cac": "^6.7.14",
"cordis": "^3.15.2",
"cordis": "^3.16.1",
"cosmokit": "^1.6.2",
"element-plus": "2.4.0",
"element-plus": "2.7.3",
"marked-vue": "^1.3.0",
"ns-require": "^1.1.4",
"sass": "^1.72.0",
"unocss": "^0.58.6",
"vite": "^4.5.3",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0"
"sass": "^1.77.4",
"unocss": "^0.60.4",
"vite": "^5.2.12",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"yakumo": {
"client": "./scripts/client.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"utilities"
],
"devDependencies": {
"@cordisjs/registry": "^7.0.3",
"@cordisjs/registry": "^7.1.3",
"@types/spark-md5": "^3.0.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/registry",
"description": "Scan Package Manager for Koishi Plugins",
"version": "7.1.2",
"version": "7.1.3",
"type": "module",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions plugins/insight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/plugin-insight",
"description": "Show plugin dependency graph for Cordis",
"version": "3.5.1",
"version": "3.5.3",
"type": "module",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -43,11 +43,11 @@
}
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.4",
"cordis": "^3.15.2"
"@cordisjs/plugin-webui": "^0.1.6",
"cordis": "^3.16.1"
},
"devDependencies": {
"@cordisjs/client": "^0.1.4",
"@cordisjs/client": "^0.1.6",
"@types/d3-force": "^3.0.9",
"d3-force": "^3.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions plugins/manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/plugin-manager",
"description": "Manage your bots and plugins with console",
"version": "0.1.1",
"version": "0.3.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -56,16 +56,16 @@
}
},
"peerDependencies": {
"@cordisjs/loader": "^0.10.2",
"@cordisjs/plugin-webui": "^0.1.4",
"cordis": "^3.15.2"
"@cordisjs/plugin-webui": "^0.1.6",
"cordis": "^3.16.1"
},
"devDependencies": {
"@cordisjs/client": "^0.1.4",
"@cordisjs/plugin-hmr": "^0.2.2"
"@cordisjs/client": "^0.1.6",
"@cordisjs/loader": "^0.11.1",
"@cordisjs/plugin-hmr": "^0.2.3"
},
"dependencies": {
"@cordisjs/registry": "^7.1.1",
"@cordisjs/registry": "^7.1.3",
"cosmokit": "^1.6.2"
}
}
10 changes: 5 additions & 5 deletions plugins/notifier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/plugin-notifier",
"description": "Notifier service for Cordis",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -54,12 +54,12 @@
}
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.4",
"cordis": "^3.15.2"
"@cordisjs/plugin-webui": "^0.1.6",
"cordis": "^3.16.1"
},
"devDependencies": {
"@cordisjs/client": "^0.1.4",
"@cordisjs/plugin-manager": "^0.1.1"
"@cordisjs/client": "^0.1.6",
"@cordisjs/plugin-manager": "^0.3.0"
},
"dependencies": {
"@cordisjs/element": "^0.1.0",
Expand Down
14 changes: 7 additions & 7 deletions plugins/webui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/plugin-webui",
"description": "Web User Interface for Koishi",
"version": "0.1.4",
"version": "0.1.6",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -51,23 +51,23 @@
}
},
"peerDependencies": {
"@cordisjs/client": "^0.1.4",
"cordis": "^3.15.2"
"@cordisjs/client": "^0.1.6",
"cordis": "^3.16.1"
},
"peerDependenciesMeta": {
"@cordisjs/client": {
"optional": true
}
},
"devDependencies": {
"@cordisjs/client": "^0.1.4",
"@cordisjs/loader": "^0.10.2",
"@cordisjs/plugin-server": "^0.2.2",
"@cordisjs/client": "^0.1.6",
"@cordisjs/loader": "^0.11.1",
"@cordisjs/plugin-server": "^0.2.3",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^4.6.2",
"unocss": "^0.58.6",
"vite": "^4.5.3"
"vite": "^5.2.12"
},
"dependencies": {
"cosmokit": "^1.6.2",
Expand Down

0 comments on commit 7bdf3cf

Please sign in to comment.