Skip to content

Commit 38aaf1c

Browse files
committed
fix: react template
1 parent 1862015 commit 38aaf1c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/template-blank-react/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Blank template for NativeScript apps using React.",
55
"author": "Jamie Birch <[email protected]>",
66
"main": "src/app.ts",
@@ -46,10 +46,13 @@
4646
},
4747
"devDependencies": {
4848
"@nativescript/types": "~9.0.0",
49-
"@nativescript/webpack": "~5.0.25",
49+
"@nativescript/webpack": "~5.0.28",
5050
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5151
"typescript": "~5.4.0"
5252
},
53+
"overrides": {
54+
"@nativescript/core": "~9.0.0"
55+
},
5356
"gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004",
5457
"readme": "NativeScript Application"
5558
}

0 commit comments

Comments
 (0)