Skip to content

Commit 9445288

Browse files
authored
feat: 8.9 (#17)
1 parent 8f29d4b commit 9445288

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

apps/nativescript-starter-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@angular/platform-browser-dynamic": "~19.1.0",
1414
"@angular/router": "~19.1.0",
1515
"@nativescript/angular": "^19.0.0",
16-
"@nativescript/core": "~8.8.0",
16+
"@nativescript/core": "~8.9.0",
1717
"rxjs": "~7.8.0",
1818
"zone.js": "~0.15.0"
1919
},
@@ -23,7 +23,7 @@
2323
"@nativescript/preview-cli": "1.0.13",
2424
"@nativescript/stackblitz": "0.0.8",
2525
"@nativescript/tailwind": "^2.1.0",
26-
"@nativescript/types": "~8.8.0",
26+
"@nativescript/types": "~8.9.0",
2727
"@nativescript/webpack": "~5.0.0",
2828
"@ngtools/webpack": "~19.1.0",
2929
"tailwindcss": "~3.4.0",

apps/nativescript-starter-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@nativescript/core": "~8.8.0"
7+
"@nativescript/core": "~8.9.0"
88
},
99
"devDependencies": {
1010
"@nativescript/preview-cli": "1.0.13",

apps/nativescript-starter-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@nativescript/core": "~8.8.0",
7+
"@nativescript/core": "~8.9.0",
88
"react": "^18.2.0",
99
"react-nativescript": "^5.0.0",
1010
"react-nativescript-navigation": "^5.0.0"
@@ -13,7 +13,7 @@
1313
"@nativescript/preview-cli": "1.0.13",
1414
"@nativescript/stackblitz": "0.0.8",
1515
"@nativescript/tailwind": "^2.1.0",
16-
"@nativescript/types-minimal": "~8.8.0",
16+
"@nativescript/types": "~8.9.0",
1717
"@nativescript/webpack": "~5.0.8",
1818
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
1919
"tailwindcss": "~3.4.0",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/// <reference path="./node_modules/@nativescript/types-minimal/index.d.ts" />
1+
/// <reference path="./node_modules/@nativescript/types/index.d.ts" />

apps/nativescript-starter-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {},
77
"dependencies": {
88
"@nativescript-community/solid-js": "^0.0.6",
9-
"@nativescript/core": "~8.8.0",
9+
"@nativescript/core": "~8.9.0",
1010
"dominative": "^0.1.3",
1111
"solid-js": "^1.8.16",
1212
"undom-ng": "^1.1.2"

apps/nativescript-starter-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@nativescript/core": "~8.8.0",
7+
"@nativescript/core": "~8.9.0",
88
"svelte-native": "~1.0.0"
99
},
1010
"devDependencies": {
1111
"@nativescript/preview-cli": "1.0.13",
1212
"@nativescript/stackblitz": "0.0.8",
1313
"@nativescript/tailwind": "^2.1.0",
14-
"@nativescript/types-minimal": "~8.8.0",
14+
"@nativescript/types": "~8.9.0",
1515
"@nativescript/webpack": "~5.0.0",
1616
"svelte": "~4.2.0",
1717
"svelte-loader": "^3.2.0",

apps/nativescript-starter-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@nativescript/core": "~8.8.0"
7+
"@nativescript/core": "~8.9.0"
88
},
99
"devDependencies": {
1010
"@nativescript/preview-cli": "1.0.13",
1111
"@nativescript/stackblitz": "0.0.8",
1212
"@nativescript/tailwind": "^2.1.0",
13-
"@nativescript/types-minimal": "~8.8.0",
13+
"@nativescript/types": "~8.9.0",
1414
"@nativescript/webpack": "~5.0.0",
1515
"tailwindcss": "~3.4.0",
1616
"typescript": "~5.4.0"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/// <reference path="./node_modules/@nativescript/types-minimal/index.d.ts" />
1+
/// <reference path="./node_modules/@nativescript/types/index.d.ts" />

apps/nativescript-starter-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@nativescript/core": "~8.8.0",
7+
"@nativescript/core": "~8.9.0",
88
"nativescript-vue": "~2.9.0"
99
},
1010
"devDependencies": {
1111
"@nativescript/preview-cli": "1.0.13",
1212
"@nativescript/stackblitz": "0.0.8",
1313
"@nativescript/tailwind": "^2.1.0",
14-
"@nativescript/types-minimal": "~8.8.0",
14+
"@nativescript/types": "~8.9.0",
1515
"@nativescript/webpack": "~5.0.0",
1616
"@types/node": "^20.0.0",
1717
"nativescript-vue-template-compiler": "~2.9.0",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@nativescript/nx": "^20.0.0",
12-
"@nativescript/types": "~8.8.0",
12+
"@nativescript/types": "~8.9.0",
1313
"@nativescript/webpack": "~5.0.0",
1414
"@nx/devkit": "20.4.3",
1515
"@nx/eslint": "20.4.3",
@@ -37,7 +37,7 @@
3737
"typescript": "5.7.3"
3838
},
3939
"dependencies": {
40-
"@nativescript/core": "~8.8.0",
40+
"@nativescript/core": "~8.9.0",
4141
"tslib": "^2.6.3"
4242
},
4343
"nativescript-nx": {

0 commit comments

Comments
 (0)