Skip to content

Commit 9d0880a

Browse files
committed
feat: 8.9
1 parent ea8aa6a commit 9d0880a

File tree

31 files changed

+50
-6973
lines changed

31 files changed

+50
-6973
lines changed

packages/template-blank-ng/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"@angular/platform-browser-dynamic": "~19.0.0",
5050
"@angular/router": "~19.0.0",
5151
"@nativescript/angular": "^19.0.0",
52-
"@nativescript/core": "~8.8.0",
52+
"@nativescript/core": "~8.9.0",
5353
"rxjs": "~7.8.0",
5454
"zone.js": "~0.15.0"
5555
},
5656
"devDependencies": {
5757
"@angular-devkit/build-angular": "~19.0.0",
5858
"@angular/compiler-cli": "~19.0.0",
5959
"@nativescript/tailwind": "^2.1.0",
60-
"@nativescript/types": "~8.8.0",
60+
"@nativescript/types": "~8.9.0",
6161
"@nativescript/webpack": "~5.0.0",
6262
"@ngtools/webpack": "~19.0.0",
6363
"tailwindcss": "~3.4.0",

packages/template-blank-react-vision/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"Vision Pro"
4242
],
4343
"dependencies": {
44-
"@nativescript/core": "~8.8.0",
44+
"@nativescript/core": "~8.9.0",
4545
"react": "^18.2.0",
4646
"react-nativescript": "^5.0.0",
4747
"react-nativescript-navigation": "^5.0.0"
4848
},
4949
"devDependencies": {
5050
"@nativescript/tailwind": "^2.1.0",
51-
"@nativescript/types": "~8.8.0",
51+
"@nativescript/types": "~8.9.0",
5252
"@nativescript/webpack": "~5.0.0",
5353
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5454
"tailwindcss": "~3.4.0",

packages/template-blank-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"template"
4040
],
4141
"dependencies": {
42-
"@nativescript/core": "~8.8.0",
42+
"@nativescript/core": "~8.9.0",
4343
"react": "^18.2.0",
4444
"react-nativescript": "^5.0.0",
4545
"react-nativescript-navigation": "^5.0.0"
4646
},
4747
"devDependencies": {
48-
"@nativescript/types": "~8.8.0",
48+
"@nativescript/types": "~8.9.0",
4949
"@nativescript/webpack": "~5.0.0",
5050
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5151
"typescript": "~5.4.0"

packages/template-blank-solid-ts/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"scripts": {},
4141
"dependencies": {
4242
"@nativescript-community/solid-js": "^0.0.6",
43-
"@nativescript/core": "~8.8.0",
43+
"@nativescript/core": "~8.9.0",
4444
"dominative": "^0.1.3",
4545
"solid-js": "^1.8.21",
4646
"solid-navigation": "1.0.0-alpha.16",
@@ -52,9 +52,7 @@
5252
"@babel/preset-typescript": "^7.24.1",
5353
"@nativescript-dom/core-types": "1.0.29",
5454
"@nativescript-dom/solidjs-types": "1.0.23",
55-
"@nativescript/android": "8.8.2",
56-
"@nativescript/ios": "8.8.1",
57-
"@nativescript/types": "~8.8.0",
55+
"@nativescript/types": "~8.9.0",
5856
"@nativescript/webpack": "~5.0.0",
5957
"babel": "^6.23.0",
6058
"babel-loader": "^9.1.3",

packages/template-blank-solid-vision/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@nativescript-community/solid-js": "^0.0.6",
4444
"@nativescript-community/ui-collectionview": "^5.3.0",
45-
"@nativescript/core": "~8.8.0",
45+
"@nativescript/core": "~8.9.0",
4646
"dominative": "^0.1.3",
4747
"solid-js": "^1.7.12",
4848
"solid-navigation": "^1.0.0-alpha.11",

0 commit comments

Comments
 (0)