File tree Expand file tree Collapse file tree 5 files changed +2582
-1125
lines changed Expand file tree Collapse file tree 5 files changed +2582
-1125
lines changed Original file line number Diff line number Diff line change 2121 },
2222 "dependencies" : {
2323 "chalk" : " 4.x" ,
24- "commander" : " ^10 .0.0" ,
25- "fs-extra" : " ^11.1.0 "
24+ "commander" : " ^11 .0.0" ,
25+ "fs-extra" : " ^11.1.1 "
2626 },
2727 "devDependencies" : {
2828 "@types/fs-extra" : " ^11.0.1" ,
29- "@types/node" : " ^18.14 .0" ,
29+ "@types/node" : " ^20.6 .0" ,
3030 "ts-node" : " ^10.9.1" ,
31- "typescript" : " ^4.9.5 "
31+ "typescript" : " ^5.2.2 "
3232 }
3333}
Original file line number Diff line number Diff line change 1010 "lint" : " react-unity-scripts lint"
1111 },
1212 "dependencies" : {
13- "@reactunity/renderer" : " ^0.15.2 " ,
13+ "@reactunity/renderer" : " ^0.16.0 " ,
1414 "react" : " ^18.2.0"
1515 },
1616 "devDependencies" : {
17- "@reactunity/scripts" : " ^0.15.2 " ,
18- "typescript" : " ^5.0.4 "
17+ "@reactunity/scripts" : " ^0.16.0 " ,
18+ "typescript" : " ^5.2.2 "
1919 }
2020}
Original file line number Diff line number Diff line change 22 "extends" : " @reactunity/scripts" ,
33 "compilerOptions" : {
44 "baseUrl" : " ./" ,
5+ "jsxImportSource" : " @reactunity/renderer/ugui" ,
56 "types" : [
6- " @reactunity/scripts/main" ,
7- " @reactunity/scripts/ugui"
7+ " @reactunity/scripts/main"
88 ]
99 },
1010 "files" : [
You can’t perform that action at this time.
0 commit comments