Skip to content

Commit 8ecdb7b

Browse files
committed
feat: 8.8 updates
1 parent a0a41f6 commit 8ecdb7b

File tree

29 files changed

+69
-69
lines changed

29 files changed

+69
-69
lines changed

packages/template-blank-ng/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"@angular/platform-browser-dynamic": "~18.0.0",
4949
"@angular/router": "~18.0.0",
5050
"@nativescript/angular": "^18.0.0",
51-
"@nativescript/core": "~8.7.0",
51+
"@nativescript/core": "~8.8.0",
5252
"@nativescript/theme": "~3.0.2",
5353
"rxjs": "~7.8.0",
5454
"zone.js": "~0.14.0"
5555
},
5656
"devDependencies": {
5757
"@angular-devkit/build-angular": "~18.0.0",
5858
"@angular/compiler-cli": "~18.0.0",
59-
"@nativescript/types": "~8.7.0",
60-
"@nativescript/webpack": "~5.0.21",
59+
"@nativescript/types": "~8.8.0",
60+
"@nativescript/webpack": "~5.0.0",
6161
"@ngtools/webpack": "~18.0.0",
6262
"typescript": "~5.4.0"
6363
}

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.7.0",
44+
"@nativescript/core": "~8.8.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.7.0",
51+
"@nativescript/types": "~8.8.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

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"template"
4040
],
4141
"dependencies": {
42-
"@nativescript/core": "~8.7.0",
42+
"@nativescript/core": "~8.8.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.7.0",
49-
"@nativescript/webpack": "~5.0.21",
48+
"@nativescript/types": "~8.8.0",
49+
"@nativescript/webpack": "~5.0.0",
5050
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5151
"typescript": "~5.4.0"
5252
},

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.7.0",
45+
"@nativescript/core": "~8.8.0",
4646
"dominative": "^0.1.3",
4747
"solid-js": "^1.7.12",
4848
"solid-navigation": "^1.0.0-alpha.11",

packages/template-blank-solid/package.json

+1-1
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.7.0",
43+
"@nativescript/core": "~8.8.0",
4444
"dominative": "^0.1.3",
4545
"solid-js": "^1.8.16",
4646
"undom-ng": "^1.1.2"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"url": "https://github.com/NativeScript/NativeScript/issues"
4040
},
4141
"dependencies": {
42-
"@nativescript/core": "~8.7.0",
42+
"@nativescript/core": "~8.8.0",
4343
"svelte-native": "~1.0.9"
4444
},
4545
"devDependencies": {
46-
"@nativescript/types": "~8.7.0",
46+
"@nativescript/types": "~8.8.0",
4747
"@nativescript/webpack": "~5.0.0",
4848
"svelte": "~4.2.2",
4949
"svelte-loader": "^3.2.0",

packages/template-blank-svelte/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"url": "https://github.com/NativeScript/NativeScript/issues"
4343
},
4444
"dependencies": {
45-
"@nativescript/core": "~8.7.0",
45+
"@nativescript/core": "~8.8.0",
4646
"@nativescript/theme": "~3.0.2",
4747
"svelte-native": "~1.0.9"
4848
},
4949
"devDependencies": {
50-
"@nativescript/types": "~8.7.0",
51-
"@nativescript/webpack": "~5.0.21",
50+
"@nativescript/types": "~8.8.0",
51+
"@nativescript/webpack": "~5.0.0",
5252
"svelte": "~4.2.2",
5353
"svelte-loader": "^3.1.9",
5454
"svelte-native-preprocessor": "^1.0.0",

packages/template-blank-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"url": "https://github.com/NativeScript/NativeScript/issues"
3939
},
4040
"dependencies": {
41-
"@nativescript/core": "~8.7.0",
41+
"@nativescript/core": "~8.8.0",
4242
"@nativescript/theme": "~3.0.2"
4343
},
4444
"devDependencies": {
45-
"@nativescript/types": "~8.7.0",
46-
"@nativescript/webpack": "~5.0.21",
45+
"@nativescript/types": "~8.8.0",
46+
"@nativescript/webpack": "~5.0.0",
4747
"typescript": "~5.4.0"
4848
}
4949
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"category-general"
4242
],
4343
"dependencies": {
44-
"@nativescript/core": "~8.7.0",
44+
"@nativescript/core": "~8.8.0",
4545
"@nativescript/theme": "~3.0.2",
4646
"nativescript-vue": "~2.9.3"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.7.0",
50-
"@nativescript/webpack": "~5.0.21",
49+
"@nativescript/types": "~8.8.0",
50+
"@nativescript/webpack": "~5.0.0",
5151
"@types/node": "~17.0.21",
5252
"nativescript-vue-template-compiler": "~2.9.3",
5353
"typescript": "~5.4.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"Vision Pro"
3939
],
4040
"dependencies": {
41-
"@nativescript/core": "~8.7.0",
41+
"@nativescript/core": "~8.8.0",
4242
"nativescript-vue": "rc"
4343
},
4444
"devDependencies": {
4545
"@nativescript/tailwind": "^2.1.0",
46-
"@nativescript/types": "~8.7.0",
46+
"@nativescript/types": "~8.8.0",
4747
"@nativescript/webpack": "~5.0.0",
4848
"@types/node": "~17.0.21",
4949
"tailwindcss": "~3.4.0",

packages/template-blank-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"category-general"
4141
],
4242
"dependencies": {
43-
"@nativescript/core": "~8.7.0",
43+
"@nativescript/core": "~8.8.0",
4444
"@nativescript/theme": "~3.0.2",
4545
"nativescript-vue": "~2.9.3"
4646
},
4747
"devDependencies": {
48-
"@nativescript/webpack": "~5.0.21",
48+
"@nativescript/webpack": "~5.0.0",
4949
"nativescript-vue-template-compiler": "~2.9.3"
5050
}
5151
}

packages/template-blank/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"url": "https://github.com/NativeScript/NativeScript/issues"
3939
},
4040
"dependencies": {
41-
"@nativescript/core": "~8.7.0",
41+
"@nativescript/core": "~8.8.0",
4242
"@nativescript/theme": "~3.0.2"
4343
},
4444
"devDependencies": {
45-
"@nativescript/webpack": "~5.0.21"
45+
"@nativescript/webpack": "~5.0.0"
4646
}
4747
}

packages/template-drawer-navigation-ng/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@angular/platform-browser-dynamic": "~18.0.0",
5151
"@angular/router": "~18.0.0",
5252
"@nativescript/angular": "^18.0.0",
53-
"@nativescript/core": "~8.7.0",
53+
"@nativescript/core": "~8.8.0",
5454
"@nativescript/theme": "~3.0.2",
5555
"nativescript-ui-sidedrawer": "~15.2.0",
5656
"rxjs": "~7.8.0",
@@ -59,8 +59,8 @@
5959
"devDependencies": {
6060
"@angular-devkit/build-angular": "~18.0.0",
6161
"@angular/compiler-cli": "~18.0.0",
62-
"@nativescript/types": "~8.7.0",
63-
"@nativescript/webpack": "~5.0.21",
62+
"@nativescript/types": "~8.8.0",
63+
"@nativescript/webpack": "~5.0.0",
6464
"@ngtools/webpack": "~18.0.0",
6565
"typescript": "~5.4.0"
6666
}

packages/template-drawer-navigation-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"url": "https://github.com/NativeScript/NativeScript/issues"
4141
},
4242
"dependencies": {
43-
"@nativescript/core": "~8.7.0",
43+
"@nativescript/core": "~8.8.0",
4444
"@nativescript/theme": "~3.0.2",
4545
"nativescript-ui-sidedrawer": "~15.2.0",
4646
"rxjs": "~7.8.0"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.7.0",
50-
"@nativescript/webpack": "~5.0.21",
49+
"@nativescript/types": "~8.8.0",
50+
"@nativescript/webpack": "~5.0.0",
5151
"typescript": "~5.4.0"
5252
}
5353
}

packages/template-drawer-navigation-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@nativescript/core": "~8.7.0",
44+
"@nativescript/core": "~8.8.0",
4545
"@nativescript/theme": "~3.0.2",
4646
"nativescript-ui-sidedrawer": "~15.2.0",
4747
"nativescript-vue": "~2.9.3",
4848
"rxjs": "~7.8.0"
4949
},
5050
"devDependencies": {
51-
"@nativescript/webpack": "~5.0.21",
51+
"@nativescript/webpack": "~5.0.0",
5252
"nativescript-vue-template-compiler": "~2.9.3"
5353
}
5454
}

packages/template-drawer-navigation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"url": "https://github.com/NativeScript/NativeScript/issues"
4040
},
4141
"dependencies": {
42-
"@nativescript/core": "~8.7.0",
42+
"@nativescript/core": "~8.8.0",
4343
"@nativescript/theme": "~3.0.2",
4444
"nativescript-ui-sidedrawer": "~15.2.0",
4545
"rxjs": "~7.8.0"
4646
},
4747
"devDependencies": {
48-
"@nativescript/webpack": "~5.0.21"
48+
"@nativescript/webpack": "~5.0.0"
4949
}
5050
}

packages/template-hello-world-ng-vision/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"@angular/platform-browser-dynamic": "~18.0.0",
4545
"@angular/router": "~18.0.0",
4646
"@nativescript/angular": "^18.0.0",
47-
"@nativescript/core": "~8.7.0",
47+
"@nativescript/core": "~8.8.0",
4848
"rxjs": "~7.8.0",
4949
"zone.js": "~0.14.0"
5050
},
5151
"devDependencies": {
5252
"@angular-devkit/build-angular": "~18.0.0",
5353
"@angular/compiler-cli": "~18.0.0",
5454
"@nativescript/tailwind": "^2.1.0",
55-
"@nativescript/types": "~8.7.0",
55+
"@nativescript/types": "~8.8.0",
5656
"@nativescript/webpack": "~5.0.0",
5757
"@ngtools/webpack": "~18.0.0",
5858
"tailwindcss": "~3.4.0",

packages/template-hello-world-ng/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
"@angular/platform-browser-dynamic": "~18.0.0",
4343
"@angular/router": "~18.0.0",
4444
"@nativescript/angular": "^18.0.0",
45-
"@nativescript/core": "~8.7.0",
45+
"@nativescript/core": "~8.8.0",
4646
"@nativescript/theme": "~3.0.2",
4747
"rxjs": "~7.8.0",
4848
"zone.js": "~0.14.0"
4949
},
5050
"devDependencies": {
5151
"@angular-devkit/build-angular": "~18.0.0",
5252
"@angular/compiler-cli": "~18.0.0",
53-
"@nativescript/types": "~8.7.0",
54-
"@nativescript/webpack": "~5.0.21",
53+
"@nativescript/types": "~8.8.0",
54+
"@nativescript/webpack": "~5.0.0",
5555
"@ngtools/webpack": "~18.0.0",
5656
"typescript": "~5.4.0"
5757
}

packages/template-hello-world-ts-vision/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
},
3737
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
3838
"dependencies": {
39-
"@nativescript/core": "~8.7.0"
39+
"@nativescript/core": "~8.8.0"
4040
},
4141
"devDependencies": {
4242
"@nativescript/tailwind": "^2.1.0",
43-
"@nativescript/types": "~8.7.0",
43+
"@nativescript/types": "~8.8.0",
4444
"@nativescript/webpack": "~5.0.0",
4545
"tailwindcss": "~3.4.0",
4646
"typescript": "~5.4.0"

packages/template-hello-world-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
},
3434
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
3535
"dependencies": {
36-
"@nativescript/core": "~8.7.0",
36+
"@nativescript/core": "~8.8.0",
3737
"@nativescript/theme": "~3.0.2"
3838
},
3939
"devDependencies": {
40-
"@nativescript/types": "~8.7.0",
41-
"@nativescript/webpack": "~5.0.21",
40+
"@nativescript/types": "~8.8.0",
41+
"@nativescript/webpack": "~5.0.0",
4242
"typescript": "~5.4.0"
4343
}
4444
}

packages/template-hello-world/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
},
3535
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
3636
"dependencies": {
37-
"@nativescript/core": "~8.7.0",
37+
"@nativescript/core": "~8.8.0",
3838
"@nativescript/theme": "~3.0.2"
3939
},
4040
"devDependencies": {
41-
"@nativescript/webpack": "~5.0.21"
41+
"@nativescript/webpack": "~5.0.0"
4242
}
4343
}

packages/template-master-detail-ng/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@angular/platform-browser-dynamic": "~18.0.0",
5151
"@angular/router": "~18.0.0",
5252
"@nativescript/angular": "^18.0.0",
53-
"@nativescript/core": "~8.7.0",
53+
"@nativescript/core": "~8.8.0",
5454
"@nativescript/imagepicker": "~3.1.0",
5555
"@nativescript/theme": "~3.0.2",
5656
"nativescript-ui-listview": "~15.2.0",
@@ -60,8 +60,8 @@
6060
"devDependencies": {
6161
"@angular-devkit/build-angular": "~18.0.0",
6262
"@angular/compiler-cli": "~18.0.0",
63-
"@nativescript/types": "~8.7.0",
64-
"@nativescript/webpack": "~5.0.21",
63+
"@nativescript/types": "~8.8.0",
64+
"@nativescript/webpack": "~5.0.0",
6565
"@ngtools/webpack": "~18.0.0",
6666
"typescript": "~5.4.0"
6767
}

packages/template-master-detail-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"url": "https://github.com/NativeScript/NativeScript/issues"
4040
},
4141
"dependencies": {
42-
"@nativescript/core": "~8.7.0",
42+
"@nativescript/core": "~8.8.0",
4343
"@nativescript/imagepicker": "~3.1.0",
4444
"@nativescript/theme": "~3.0.2",
4545
"nativescript-ui-listview": "~15.2.0",
4646
"rxjs": "~7.8.0"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.7.0",
50-
"@nativescript/webpack": "~5.0.21",
49+
"@nativescript/types": "~8.8.0",
50+
"@nativescript/webpack": "~5.0.0",
5151
"typescript": "~5.4.0"
5252
}
5353
}

packages/template-master-detail-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"category-general"
4141
],
4242
"dependencies": {
43-
"@nativescript/core": "~8.7.0",
43+
"@nativescript/core": "~8.8.0",
4444
"@nativescript/imagepicker": "~3.1.0",
4545
"@nativescript/theme": "~3.0.2",
4646
"nativescript-ui-listview": "~15.2.0",
4747
"nativescript-vue": "~2.9.3"
4848
},
4949
"devDependencies": {
50-
"@nativescript/webpack": "~5.0.21",
50+
"@nativescript/webpack": "~5.0.0",
5151
"nativescript-vue-template-compiler": "~2.9.3"
5252
}
5353
}

0 commit comments

Comments
 (0)