File tree Expand file tree Collapse file tree 7 files changed +716
-616
lines changed Expand file tree Collapse file tree 7 files changed +716
-616
lines changed Original file line number Diff line number Diff line change 30
30
},
31
31
"devDependencies" : {
32
32
"@types/minimist" : " ^1.2.5" ,
33
+ "@types/node" : " ^24.1.0" ,
33
34
"@types/prompts" : " ^2.4.9" ,
34
35
"kolorist" : " ^1.8.0" ,
35
36
"minimist" : " ^1.2.8" ,
Original file line number Diff line number Diff line change 19
19
"@types/node" : " ^22.12.0" ,
20
20
"@types/react" : " ^19.0.8" ,
21
21
"@types/react-dom" : " ^19.0.3" ,
22
- "typescript" : " ^5.7.3"
22
+ "typescript" : " ^5.7.3" ,
23
+ "webpack" : " ^5.101.0"
23
24
}
24
25
}
Original file line number Diff line number Diff line change 38
38
"jsdoc" : " ^4.0.4" ,
39
39
"prettier" : " 3.4.2" ,
40
40
"wasm-pack" : " ^0.13.1"
41
+ },
42
+ "resolutions" : {
43
+ "binary-install" : " 1.1.0"
41
44
}
42
45
}
Original file line number Diff line number Diff line change 58
58
"@rollup/plugin-replace" : " ^6.0.2" ,
59
59
"@types/chai" : " ^5.0.1" ,
60
60
"@types/mocha" : " ^10.0.10" ,
61
+ "@types/react" : " ^19" ,
62
+ "@types/react-dom" : " ^19" ,
61
63
"@types/sinon" : " ^17.0.3" ,
62
64
"@typescript-eslint/eslint-plugin" : " ^8.22.0" ,
63
65
"@typescript-eslint/parser" : " ^8.22.0" ,
73
75
"kis-jsdoc-plugin" : " ^2.2.1" ,
74
76
"mocha" : " ^11.1.0" ,
75
77
"prettier" : " 3.4.2" ,
78
+ "react" : " ^17.0.2" ,
79
+ "react-dom" : " ^17.0.2" ,
76
80
"rimraf" : " ^6.0.1" ,
77
81
"rollup" : " ^4.32.0" ,
78
82
"rollup-plugin-typescript2" : " ^0.36.0" ,
79
83
"sinon" : " ^19.0.2" ,
80
- "typescript" : " ^5.7.3 "
84
+ "typescript" : " ~5.8.0 "
81
85
}
82
86
}
You can’t perform that action at this time.
0 commit comments