Skip to content

Commit d9a0d32

Browse files
committed
update for 0.16.0
1 parent 499997f commit d9a0d32

File tree

5 files changed

+2582
-1125
lines changed

5 files changed

+2582
-1125
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
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
}

scaffold/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
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
}

scaffold/react/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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": [

0 commit comments

Comments
 (0)