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 24, 2024
1 parent 885f799 commit bbfeef9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ globals:

extends:
- '@cordisjs/eslint-config'

rules:
no-console: off
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"test:html": "shx rm -rf coverage && c8 -r html yarn test"
},
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@cordisjs/eslint-config": "^1.1.1",
"@types/mocha": "^9.1.1",
"@types/node": "^20.10.2",
"@types/node": "^20.11.30",
"c8": "^7.14.0",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"eslint": "^8.55.0",
"eslint": "^8.57.0",
"mocha": "^9.2.2",
"shx": "^0.3.4",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-beta.11",
"yakumo-esbuild": "^1.0.0-beta.5",
"typescript": "^5.4.3",
"yakumo": "^1.0.0-beta.16",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-mocha": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.3"
"yakumo-tsc": "^1.0.0-beta.4"
}
}
8 changes: 4 additions & 4 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-koishi",
"description": "Setup a Koishi application",
"version": "6.3.0",
"version": "6.3.1",
"engines": {
"node": "^16.13.0 || >=18.0.0"
},
Expand Down Expand Up @@ -40,16 +40,16 @@
],
"devDependencies": {
"@types/prompts": "^2.4.9",
"@types/tar": "^6.1.10",
"@types/tar": "^6.1.11",
"@types/which-pm-runs": "^1.0.2",
"@types/yargs-parser": "^21.0.3"
},
"dependencies": {
"axios": "^1.6.2",
"axios": "^1.6.8",
"get-registry": "^1.1.0",
"kleur": "^4.1.5",
"prompts": "^2.4.2",
"tar": "^6.2.0",
"tar": "^6.2.1",
"which-pm-runs": "^1.1.0",
"yargs-parser": "^21.1.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/scripts",
"description": "Workspace Scripts for Koishi",
"version": "4.5.2",
"version": "4.6.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -36,14 +36,14 @@
"build": "tsc -b"
},
"peerDependencies": {
"@koishijs/client": "^5.27.1"
"@koishijs/client": "^5.29.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.9",
"@types/prompts": "^2.4.9",
"@types/which-pm-runs": "^1.0.2",
"yakumo": "^1.0.0-beta.3"
"yakumo": "^1.0.0-beta.16"
},
"dependencies": {
"cac": "^6.7.14",
Expand Down
5 changes: 3 additions & 2 deletions packages/scripts/template/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"rootDir": "src",
"outDir": "lib",
"target": "es2022",
"module": "commonjs",
"module": "esnext",
"declaration": true,
"emitDeclarationOnly": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"jsxImportSource": "@satorijs/element",
"types": [
Expand Down

0 comments on commit bbfeef9

Please sign in to comment.