File tree Expand file tree Collapse file tree 5 files changed +20
-16
lines changed Expand file tree Collapse file tree 5 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 8
8
9
9
extends :
10
10
- ' @cordisjs/eslint-config'
11
+
12
+ rules :
13
+ no-console : off
Original file line number Diff line number Diff line change 19
19
"test:html" : " shx rm -rf coverage && c8 -r html yarn test"
20
20
},
21
21
"devDependencies" : {
22
- "@cordisjs/eslint-config" : " ^1.0.4 " ,
22
+ "@cordisjs/eslint-config" : " ^1.1.1 " ,
23
23
"@types/mocha" : " ^9.1.1" ,
24
- "@types/node" : " ^20.10.2 " ,
24
+ "@types/node" : " ^20.11.30 " ,
25
25
"c8" : " ^7.14.0" ,
26
26
"esbuild" : " ^0.18.20" ,
27
27
"esbuild-register" : " ^3.5.0" ,
28
- "eslint" : " ^8.55 .0" ,
28
+ "eslint" : " ^8.57 .0" ,
29
29
"mocha" : " ^9.2.2" ,
30
30
"shx" : " ^0.3.4" ,
31
- "typescript" : " ^5.3.2 " ,
32
- "yakumo" : " ^1.0.0-beta.11 " ,
33
- "yakumo-esbuild" : " ^1.0.0-beta.5 " ,
31
+ "typescript" : " ^5.4.3 " ,
32
+ "yakumo" : " ^1.0.0-beta.16 " ,
33
+ "yakumo-esbuild" : " ^1.0.0-beta.6 " ,
34
34
"yakumo-mocha" : " ^1.0.0-beta.2" ,
35
- "yakumo-tsc" : " ^1.0.0-beta.3 "
35
+ "yakumo-tsc" : " ^1.0.0-beta.4 "
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-koishi" ,
3
3
"description" : " Setup a Koishi application" ,
4
- "version" : " 6.3.0 " ,
4
+ "version" : " 6.3.1 " ,
5
5
"engines" : {
6
6
"node" : " ^16.13.0 || >=18.0.0"
7
7
},
40
40
],
41
41
"devDependencies" : {
42
42
"@types/prompts" : " ^2.4.9" ,
43
- "@types/tar" : " ^6.1.10 " ,
43
+ "@types/tar" : " ^6.1.11 " ,
44
44
"@types/which-pm-runs" : " ^1.0.2" ,
45
45
"@types/yargs-parser" : " ^21.0.3"
46
46
},
47
47
"dependencies" : {
48
- "axios" : " ^1.6.2 " ,
48
+ "axios" : " ^1.6.8 " ,
49
49
"get-registry" : " ^1.1.0" ,
50
50
"kleur" : " ^4.1.5" ,
51
51
"prompts" : " ^2.4.2" ,
52
- "tar" : " ^6.2.0 " ,
52
+ "tar" : " ^6.2.1 " ,
53
53
"which-pm-runs" : " ^1.1.0" ,
54
54
"yargs-parser" : " ^21.1.1"
55
55
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @koishijs/scripts" ,
3
3
"description" : " Workspace Scripts for Koishi" ,
4
- "version" : " 4.5.2 " ,
4
+ "version" : " 4.6.0 " ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
7
7
"engines" : {
36
36
"build" : " tsc -b"
37
37
},
38
38
"peerDependencies" : {
39
- "@koishijs/client" : " ^5.27.1 "
39
+ "@koishijs/client" : " ^5.29.2 "
40
40
},
41
41
"devDependencies" : {
42
42
"@types/fs-extra" : " ^9.0.13" ,
43
43
"@types/js-yaml" : " ^4.0.9" ,
44
44
"@types/prompts" : " ^2.4.9" ,
45
45
"@types/which-pm-runs" : " ^1.0.2" ,
46
- "yakumo" : " ^1.0.0-beta.3 "
46
+ "yakumo" : " ^1.0.0-beta.16 "
47
47
},
48
48
"dependencies" : {
49
49
"cac" : " ^6.7.14" ,
Original file line number Diff line number Diff line change 3
3
"rootDir" : " src" ,
4
4
"outDir" : " lib" ,
5
5
"target" : " es2022" ,
6
- "module" : " commonjs " ,
6
+ "module" : " esnext " ,
7
7
"declaration" : true ,
8
+ "emitDeclarationOnly" : true ,
8
9
"composite" : true ,
9
10
"incremental" : true ,
10
11
"skipLibCheck" : true ,
11
12
"esModuleInterop" : true ,
12
- "moduleResolution" : " node " ,
13
+ "moduleResolution" : " bundler " ,
13
14
"jsx" : " react-jsx" ,
14
15
"jsxImportSource" : " @satorijs/element" ,
15
16
"types" : [
You can’t perform that action at this time.
0 commit comments