Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jul 18, 2024
1 parent 01e05a0 commit 501ebfd
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 27 deletions.
8 changes: 4 additions & 4 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.8",
"version": "0.1.11",
"type": "module",
"exports": {
".": "./client/index.ts",
Expand Down Expand Up @@ -51,14 +51,14 @@
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/core": "^10.9.0",
"cac": "^6.7.14",
"cordis": "^3.17.1",
"cordis": "^3.17.5",
"cosmokit": "^1.6.2",
"element-plus": "2.7.3",
"element-plus": "2.7.7",
"marked-vue": "^1.3.0",
"ns-require": "^1.1.4",
"sass": "^1.77.4",
"unocss": "^0.60.4",
"vite": "^5.2.12",
"vite": "^5.3.4",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"@satorijs/element": "^3.1.7",
"cosmokit": "^1.6.2",
"schemastery-vue": "^7.3.4"
"schemastery-vue": "^7.3.6"
}
}
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"dependencies": {
"cosmokit": "^1.6.2",
"p-map": "^4.0.0",
"semver": "^7.6.0"
"semver": "^7.6.3"
}
}
6 changes: 3 additions & 3 deletions plugins/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
}
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.8",
"cordis": "^3.17.1"
"@cordisjs/plugin-webui": "^0.1.11",
"cordis": "^3.17.5"
},
"devDependencies": {
"@cordisjs/client": "^0.1.8",
"@cordisjs/client": "^0.1.11",
"@types/d3-force": "^3.0.9",
"d3-force": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
}
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.8",
"cordis": "^3.17.1"
"@cordisjs/plugin-webui": "^0.1.11",
"cordis": "^3.17.5"
},
"devDependencies": {
"@cordisjs/client": "^0.1.8",
"@cordisjs/client": "^0.1.11",
"@cordisjs/plugin-manager": "^0.3.1",
"ansi_up": "^6.0.2"
},
Expand Down
10 changes: 5 additions & 5 deletions plugins/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
}
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.8",
"cordis": "^3.17.1"
"@cordisjs/plugin-webui": "^0.1.11",
"cordis": "^3.17.5"
},
"devDependencies": {
"@cordisjs/client": "^0.1.8",
"@cordisjs/loader": "^0.12.1",
"@cordisjs/plugin-hmr": "^0.2.3"
"@cordisjs/client": "^0.1.11",
"@cordisjs/loader": "^0.12.5",
"@cordisjs/plugin-hmr": "^0.2.4"
},
"dependencies": {
"@cordisjs/registry": "^7.1.3",
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "0.1.4",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -54,11 +54,11 @@
}
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.8",
"cordis": "^3.17.1"
"@cordisjs/plugin-webui": "^0.1.11",
"cordis": "^3.17.5"
},
"devDependencies": {
"@cordisjs/client": "^0.1.8",
"@cordisjs/client": "^0.1.11",
"@cordisjs/plugin-manager": "^0.3.1"
},
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions plugins/notifier/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ export namespace Notifier {
}

class NotifierService extends Service {
static inject = { optional: ['notifier'] }

public store: Notifier[] = []
public actions: Dict<() => void> = Object.create(null)
public entry?: Entry<NotifierService.Data>
Expand Down
12 changes: 6 additions & 6 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.8",
"version": "0.1.11",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -51,23 +51,23 @@
}
},
"peerDependencies": {
"@cordisjs/client": "^0.1.8",
"cordis": "^3.17.1"
"@cordisjs/client": "^0.1.11",
"cordis": "^3.17.5"
},
"peerDependenciesMeta": {
"@cordisjs/client": {
"optional": true
}
},
"devDependencies": {
"@cordisjs/client": "^0.1.8",
"@cordisjs/loader": "^0.12.1",
"@cordisjs/client": "^0.1.11",
"@cordisjs/loader": "^0.12.5",
"@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": "^5.2.12"
"vite": "^5.3.4"
},
"dependencies": {
"cosmokit": "^1.6.2",
Expand Down

0 comments on commit 501ebfd

Please sign in to comment.