Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 1, 2024
1 parent 63fdff3 commit 7006b67
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/mocha": "^9.1.1",
"@types/node": "^22.1.0",
"c8": "^7.14.0",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"mocha": "^9.2.2",
Expand Down
7 changes: 3 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
".": "./client/index.ts",
"./bin": "./lib/bin.js",
"./lib": "./lib/index.js",
"./lib/yakumo": "./lib/yakumo.js",
"./lib/yakumo.js": "./lib/yakumo.js",
"./yakumo": "./lib/yakumo.js",
"./global": "./global.d.ts",
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -51,8 +50,8 @@
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/core": "^10.11.0",
"cac": "^6.7.14",
"cordis": "^3.18.1",
"cosmokit": "^1.6.2",
"cordis": "^4.0.0-alpha.0",
"cosmokit": "^1.6.3",
"element-plus": "2.7.7",
"marked-vue": "^1.3.0",
"ns-require": "^1.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@satorijs/element": "^3.1.7",
"cosmokit": "^1.6.2",
"schemastery-vue": "^7.3.6"
"cosmokit": "^1.6.3",
"schemastery-vue": "^7.3.7"
}
}
2 changes: 1 addition & 1 deletion packages/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@cordisjs/components": "^0.1.0",
"cosmokit": "^1.6.2",
"cosmokit": "^1.6.3",
"spark-md5": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions plugins/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.13",
"cordis": "^3.18.1"
"cordis": "^4.0.0-alpha.0"
},
"devDependencies": {
"@cordisjs/client": "^0.1.13",
"@types/d3-force": "^3.0.9",
"d3-force": "^3.0.0"
},
"dependencies": {
"cosmokit": "^1.6.2"
"cosmokit": "^1.6.3"
}
}
8 changes: 4 additions & 4 deletions plugins/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cordisjs/plugin-logger",
"name": "@cordisjs/plugin-webui-logger",
"description": "Logger service for Cordis",
"version": "0.1.1",
"type": "module",
Expand Down Expand Up @@ -51,16 +51,16 @@
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.13",
"cordis": "^3.18.1"
"cordis": "^4.0.0-alpha.0"
},
"devDependencies": {
"@cordisjs/client": "^0.1.13",
"@cordisjs/plugin-manager": "^0.3.1",
"@cordisjs/plugin-webui": "^0.1.13",
"ansi_up": "^6.0.2",
"cordis": "^3.18.1"
"cordis": "^4.0.0-alpha.0"
},
"dependencies": {
"cosmokit": "^1.6.2"
"cosmokit": "^1.6.3"
}
}
8 changes: 4 additions & 4 deletions plugins/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.13",
"cordis": "^3.18.1"
"cordis": "^4.0.0-alpha.0"
},
"devDependencies": {
"@cordisjs/client": "^0.1.13",
"@cordisjs/plugin-hmr": "^0.2.6",
"@cordisjs/plugin-hmr": "^1.0.0-alpha.0",
"@cordisjs/plugin-webui": "^0.1.13",
"cordis": "^3.18.1"
"cordis": "^4.0.0-alpha.0"
},
"dependencies": {
"@cordisjs/registry": "^7.2.1",
"cosmokit": "^1.6.2"
"cosmokit": "^1.6.3"
}
}
6 changes: 3 additions & 3 deletions plugins/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
},
"peerDependencies": {
"@cordisjs/plugin-webui": "^0.1.13",
"cordis": "^3.18.1"
"cordis": "^4.0.0-alpha.0"
},
"devDependencies": {
"@cordisjs/client": "^0.1.13",
"@cordisjs/plugin-manager": "^0.3.1",
"@cordisjs/plugin-webui": "^0.1.13",
"cordis": "^3.18.1"
"cordis": "^4.0.0-alpha.0"
},
"dependencies": {
"@cordisjs/element": "^0.1.0",
"cosmokit": "^1.6.2"
"cosmokit": "^1.6.3"
}
}
6 changes: 3 additions & 3 deletions plugins/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"@cordisjs/client": "^0.1.13",
"cordis": "^3.18.1"
"cordis": "^4.0.0-alpha.0"
},
"peerDependenciesMeta": {
"@cordisjs/client": {
Expand All @@ -65,13 +65,13 @@
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^4.6.2",
"cordis": "^3.18.1",
"cordis": "^4.0.0-alpha.0",
"unocss": "^0.61.5",
"vite": "^5.3.4",
"vue": "^3.4.32"
},
"dependencies": {
"cosmokit": "^1.6.2",
"cosmokit": "^1.6.3",
"es-module-lexer": "^1.5.2",
"open": "^8.4.2",
"uuid": "^8.3.2",
Expand Down

0 comments on commit 7006b67

Please sign in to comment.