We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1862015 commit 38aaf1cCopy full SHA for 38aaf1c
packages/template-blank-react/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/template-blank-react",
3
- "version": "9.0.0",
+ "version": "9.0.1",
4
"description": "Blank template for NativeScript apps using React.",
5
"author": "Jamie Birch <[email protected]>",
6
"main": "src/app.ts",
@@ -46,10 +46,13 @@
46
},
47
"devDependencies": {
48
"@nativescript/types": "~9.0.0",
49
- "@nativescript/webpack": "~5.0.25",
+ "@nativescript/webpack": "~5.0.28",
50
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
51
"typescript": "~5.4.0"
52
53
+ "overrides": {
54
+ "@nativescript/core": "~9.0.0"
55
+ },
56
"gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004",
57
"readme": "NativeScript Application"
58
}
0 commit comments