Skip to content

Commit 136fec5

Browse files
committed
feat: v9 templates
1 parent 8f818d3 commit 136fec5

File tree

30 files changed

+133
-133
lines changed

30 files changed

+133
-133
lines changed

packages/template-blank-ng/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.9.1",
6+
"version": "9.0.0",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -40,26 +40,26 @@
4040
"url": "https://github.com/NativeScript/NativeScript/issues"
4141
},
4242
"dependencies": {
43-
"@angular/animations": "~20.0.0",
44-
"@angular/common": "~20.0.0",
45-
"@angular/compiler": "~20.0.0",
46-
"@angular/core": "~20.0.0",
47-
"@angular/forms": "~20.0.0",
48-
"@angular/platform-browser": "~20.0.0",
49-
"@angular/platform-browser-dynamic": "~20.0.0",
50-
"@angular/router": "~20.0.0",
43+
"@angular/animations": "~20.2.0",
44+
"@angular/common": "~20.2.0",
45+
"@angular/compiler": "~20.2.0",
46+
"@angular/core": "~20.2.0",
47+
"@angular/forms": "~20.2.0",
48+
"@angular/platform-browser": "~20.2.0",
49+
"@angular/platform-browser-dynamic": "~20.2.0",
50+
"@angular/router": "~20.2.0",
5151
"@nativescript/angular": "^20.0.0",
52-
"@nativescript/core": "~8.9.0",
52+
"@nativescript/core": "~9.0.0",
5353
"rxjs": "~7.8.0",
5454
"zone.js": "~0.15.0"
5555
},
5656
"devDependencies": {
57-
"@angular-devkit/build-angular": "~20.0.0",
58-
"@angular/compiler-cli": "~20.0.0",
57+
"@angular-devkit/build-angular": "~20.2.0",
58+
"@angular/compiler-cli": "~20.2.0",
5959
"@nativescript/tailwind": "^2.1.0",
60-
"@nativescript/types": "~8.9.0",
61-
"@nativescript/webpack": "~5.0.0",
62-
"@ngtools/webpack": "~20.0.0",
60+
"@nativescript/types": "~9.0.0",
61+
"@nativescript/webpack": "~5.0.25",
62+
"@ngtools/webpack": "~20.2.0",
6363
"tailwindcss": "~3.4.0",
6464
"typescript": "~5.8.0"
6565
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react-vision",
3-
"version": "8.9.0",
3+
"version": "9.0.0",
44
"description": "Nativescript visionOS Starter with React",
55
"author": "Jamie Birch <[email protected]>",
66
"main": "src/app.ts",
@@ -41,15 +41,15 @@
4141
"Vision Pro"
4242
],
4343
"dependencies": {
44-
"@nativescript/core": "~8.9.0",
44+
"@nativescript/core": "~9.0.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.9.0",
52-
"@nativescript/webpack": "~5.0.0",
51+
"@nativescript/types": "~9.0.0",
52+
"@nativescript/webpack": "~5.0.25",
5353
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5454
"tailwindcss": "~3.4.0",
5555
"typescript": "~5.4.0"

packages/template-blank-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react",
3-
"version": "8.9.0",
3+
"version": "9.0.0",
44
"description": "Blank template for NativeScript apps using React.",
55
"author": "Jamie Birch <[email protected]>",
66
"main": "src/app.ts",
@@ -39,14 +39,14 @@
3939
"template"
4040
],
4141
"dependencies": {
42-
"@nativescript/core": "~8.9.0",
42+
"@nativescript/core": "~9.0.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.9.0",
49-
"@nativescript/webpack": "~5.0.0",
48+
"@nativescript/types": "~9.0.0",
49+
"@nativescript/webpack": "~5.0.25",
5050
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5151
"typescript": "~5.4.0"
5252
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid-ts",
33
"main": "src/index.js",
4-
"version": "8.9.1",
4+
"version": "9.0.0",
55
"description": "Nativescript Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"scripts": {},
4141
"dependencies": {
4242
"@nativescript-community/solid-js": "^0.0.6",
43-
"@nativescript/core": "~8.9.0",
43+
"@nativescript/core": "~9.0.0",
4444
"dominative": "^0.1.3",
4545
"solid-js": "^1.8.21",
4646
"solid-navigation": "1.0.0-alpha.16",
@@ -52,8 +52,8 @@
5252
"@babel/preset-typescript": "^7.23.3",
5353
"@nativescript-dom/core-types": "1.0.29",
5454
"@nativescript-dom/solidjs-types": "1.0.23",
55-
"@nativescript/types": "~8.9.0",
56-
"@nativescript/webpack": "~5.0.0",
55+
"@nativescript/types": "~9.0.0",
56+
"@nativescript/webpack": "~5.0.25",
5757
"babel": "^6.23.0",
5858
"babel-loader": "^9.1.3",
5959
"babel-preset-solid": "^1.8.19",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid-vision",
33
"main": "src/index.js",
4-
"version": "8.9.0",
4+
"version": "9.0.0",
55
"description": "Nativescript visionOS Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",
@@ -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.9.0",
45+
"@nativescript/core": "~9.0.0",
4646
"dominative": "^0.1.3",
4747
"solid-js": "^1.7.12",
4848
"solid-navigation": "^1.0.0-alpha.11",
@@ -55,7 +55,7 @@
5555
"@nativescript-dom/core-types": "^1.0.29",
5656
"@nativescript-dom/solidjs-types": "^1.0.15",
5757
"@nativescript/tailwind": "^2.1.0",
58-
"@nativescript/webpack": "~5.0.0",
58+
"@nativescript/webpack": "~5.0.25",
5959
"babel": "^6.23.0",
6060
"babel-loader": "^9.1.3",
6161
"babel-preset-solid": "^1.7.12",

packages/template-blank-solid/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid",
33
"main": "src/index.js",
4-
"version": "8.9.0",
4+
"version": "9.0.0",
55
"description": "Nativescript Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"scripts": {},
4141
"dependencies": {
4242
"@nativescript-community/solid-js": "^0.0.6",
43-
"@nativescript/core": "~8.9.0",
43+
"@nativescript/core": "~9.0.0",
4444
"dominative": "^0.1.3",
4545
"solid-js": "^1.8.21",
4646
"solid-navigation": "1.0.0-alpha.16",
@@ -52,8 +52,8 @@
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/types": "~8.9.0",
56-
"@nativescript/webpack": "~5.0.0",
55+
"@nativescript/types": "~9.0.0",
56+
"@nativescript/webpack": "~5.0.25",
5757
"babel": "^6.23.0",
5858
"babel-loader": "^9.1.3",
5959
"babel-preset-solid": "^1.8.19",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-svelte-vision",
33
"main": "src/app.ts",
4-
"version": "8.9.2",
4+
"version": "9.0.0",
55
"description": "Nativescript visionOS Starter with Svelte",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",
@@ -40,12 +40,12 @@
4040
},
4141
"dependencies": {
4242
"@nativescript-community/svelte-native": "~1.0.29",
43-
"@nativescript/core": "~8.9.9"
43+
"@nativescript/core": "~9.0.0"
4444
},
4545
"devDependencies": {
4646
"@nativescript-community/svelte-native-preprocessor": "^1.0.1",
47-
"@nativescript/types": "~8.9.1",
48-
"@nativescript/webpack": "~5.0.24",
47+
"@nativescript/types": "~9.0.0",
48+
"@nativescript/webpack": "~5.0.25",
4949
"svelte": "~4.2.20",
5050
"svelte-loader": "^3.2.4",
5151
"svelte-preprocess": "^6.0.3",

packages/template-blank-svelte/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Blank Svelte",
55
"templateType": "App template",
6-
"version": "8.9.2",
6+
"version": "9.0.0",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -43,12 +43,12 @@
4343
},
4444
"dependencies": {
4545
"@nativescript-community/svelte-native": "~1.0.29",
46-
"@nativescript/core": "8.9.7"
46+
"@nativescript/core": "~9.0.0"
4747
},
4848
"devDependencies": {
4949
"@nativescript-community/svelte-native-preprocessor": "^1.0.1",
50-
"@nativescript/types": "~8.9.1",
51-
"@nativescript/webpack": "~5.0.24",
50+
"@nativescript/types": "~9.0.0",
51+
"@nativescript/webpack": "~5.0.25",
5252
"svelte": "~4.2.20",
5353
"svelte-loader": "^3.2.4",
5454
"svelte-preprocess": "^6.0.3",

packages/template-blank-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.9.0",
6+
"version": "9.0.0",
77
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -38,12 +38,12 @@
3838
"url": "https://github.com/NativeScript/NativeScript/issues"
3939
},
4040
"dependencies": {
41-
"@nativescript/core": "~8.9.0",
41+
"@nativescript/core": "~9.0.0",
4242
"@nativescript/theme": "^3.1.0"
4343
},
4444
"devDependencies": {
45-
"@nativescript/types": "~8.9.0",
46-
"@nativescript/webpack": "~5.0.0",
45+
"@nativescript/types": "~9.0.0",
46+
"@nativescript/webpack": "~5.0.25",
4747
"typescript": "~5.4.0"
4848
}
4949
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue-ts",
33
"main": "app/app.ts",
44
"displayName": "Blank Vue Typescript",
5-
"version": "8.9.0",
5+
"version": "9.0.0",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -41,13 +41,13 @@
4141
"category-general"
4242
],
4343
"dependencies": {
44-
"@nativescript/core": "~8.9.0",
44+
"@nativescript/core": "~9.0.0",
4545
"@nativescript/theme": "^3.1.0",
4646
"nativescript-vue": "~2.9.3"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.9.0",
50-
"@nativescript/webpack": "~5.0.0",
49+
"@nativescript/types": "~9.0.0",
50+
"@nativescript/webpack": "~5.0.25",
5151
"@types/node": "~17.0.21",
5252
"nativescript-vue-template-compiler": "~2.9.3",
5353
"typescript": "~5.4.0",

0 commit comments

Comments
 (0)