Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Angular 18 #232

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions packages/template-blank-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"displayName": "Blank",
"templateType": "App template",
"version": "8.7.0",
"version": "8.7.1",
"description": "Blank template for NativeScript apps using Angular",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,26 +39,26 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@nativescript/angular": "^17.0.0",
"@angular/animations": "~18.0.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@angular/core": "~18.0.0",
"@angular/forms": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.7.0",
"@nativescript/theme": "~3.0.2",
"rxjs": "~7.8.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@ngtools/webpack": "~17.3.0",
"@nativescript/webpack": "~5.0.21",
"@ngtools/webpack": "~18.0.0",
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/template-blank-react-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/template-blank-react-vision",
"version": "8.7.0",
"version": "8.7.1",
"description": "Nativescript visionOS Starter with React",
"author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
"main": "src/app.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/template-blank-react",
"version": "8.7.0",
"version": "8.7.1",
"description": "Blank template for NativeScript apps using React.",
"author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
"main": "src/app.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"typescript": "~5.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-solid-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-blank-solid-vision",
"main": "src/index.js",
"version": "8.7.0",
"version": "8.7.1",
"description": "Nativescript visionOS Starter with Solid",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-blank-solid",
"main": "src/app.js",
"version": "8.7.0",
"version": "8.7.1",
"description": "Nativescript Starter with Solid",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-svelte-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-blank-svelte-vision",
"main": "src/app.ts",
"version": "8.7.0",
"version": "8.7.1",
"description": "Nativescript visionOS Starter with Svelte",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "app/app.ts",
"displayName": "Blank Svelte",
"templateType": "App template",
"version": "8.7.0",
"version": "8.7.1",
"description": "Blank template for NativeScript apps using Svelte",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"svelte": "~4.2.2",
"svelte-loader": "^3.1.9",
"svelte-native-preprocessor": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "app/app.ts",
"displayName": "Blank",
"templateType": "App template",
"version": "8.7.0",
"version": "8.7.1",
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"typescript": "~5.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/template-blank-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nativescript/template-blank-vue-ts",
"main": "app/app.ts",
"displayName": "Blank Vue Typescript",
"version": "8.7.0",
"version": "8.7.1",
"description": "Blank Typescript template for NativeScript apps using Vue.",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"@types/node": "~17.0.21",
"nativescript-vue-template-compiler": "~2.9.3",
"typescript": "~5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-vue-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nativescript/template-blank-vue-vision",
"main": "src/app.ts",
"displayName": "Blank Vue Typescript",
"version": "8.7.0",
"version": "8.7.1",
"description": "Nativescript visionOS Starter with Vue",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nativescript/template-blank-vue",
"main": "app/app.js",
"displayName": "Blank",
"version": "8.7.0",
"version": "8.7.1",
"description": "Blank template for NativeScript apps using Vue.",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"nativescript-vue": "~2.9.3"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"nativescript-vue-template-compiler": "~2.9.3"
}
}
4 changes: 2 additions & 2 deletions packages/template-blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "app/app.js",
"displayName": "Blank",
"templateType": "App template",
"version": "8.7.0",
"version": "8.7.1",
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,6 +42,6 @@
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19"
"@nativescript/webpack": "~5.0.21"
}
}
28 changes: 14 additions & 14 deletions packages/template-drawer-navigation-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "8.7.0",
"version": "8.7.1",
"description": "Side navigation template",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,27 +41,27 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@nativescript/angular": "^17.0.0",
"@angular/animations": "~18.0.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@angular/core": "~18.0.0",
"@angular/forms": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.7.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-sidedrawer": "~15.2.0",
"rxjs": "~7.8.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@ngtools/webpack": "~17.3.0",
"@nativescript/webpack": "~5.0.21",
"@ngtools/webpack": "~18.0.0",
"typescript": "~5.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/template-drawer-navigation-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "8.7.0",
"version": "8.7.1",
"description": "Side navigation template",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"typescript": "~5.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/template-drawer-navigation-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "app/app.js",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "8.7.0",
"version": "8.7.1",
"description": "Side navigation template using Vue.",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"rxjs": "~7.8.0"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"nativescript-vue-template-compiler": "~2.9.3"
}
}
4 changes: 2 additions & 2 deletions packages/template-drawer-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "app/app.js",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "8.7.0",
"version": "8.7.1",
"description": "Side navigation template",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,6 +45,6 @@
"rxjs": "~7.8.0"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19"
"@nativescript/webpack": "~5.0.21"
}
}
26 changes: 13 additions & 13 deletions packages/template-hello-world-ng-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-hello-world-ng-vision",
"main": "./src/main.ts",
"version": "8.7.0",
"version": "8.7.1",
"author": "NativeScript Team <oss@nativescript.org>",
"description": "Nativescript visionOS Starter with Angular",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,26 +35,26 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@nativescript/angular": "^17.0.0",
"@angular/animations": "~18.0.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@angular/core": "~18.0.0",
"@angular/forms": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.7.0",
"rxjs": "~7.8.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~17.3.0",
"@ngtools/webpack": "~18.0.0",
"tailwindcss": "~3.4.0",
"typescript": "~5.4.0"
}
Expand Down
28 changes: 14 additions & 14 deletions packages/template-hello-world-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-hello-world-ng",
"main": "./src/main.ts",
"version": "8.7.0",
"version": "8.7.1",
"author": "NativeScript Team <oss@nativescript.org>",
"description": "NativeScript Angular Hello World template",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,26 +33,26 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@nativescript/angular": "^17.0.0",
"@angular/animations": "~18.0.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@angular/core": "~18.0.0",
"@angular/forms": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.7.0",
"@nativescript/theme": "~3.0.2",
"rxjs": "~7.8.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@ngtools/webpack": "~17.3.0",
"@nativescript/webpack": "~5.0.21",
"@ngtools/webpack": "~18.0.0",
"typescript": "~5.4.0"
}
}
Loading
Loading