Skip to content

Commit

Permalink
feat: Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jun 12, 2024
1 parent 03f7a78 commit ad0f545
Show file tree
Hide file tree
Showing 23 changed files with 94 additions and 94 deletions.
26 changes: 13 additions & 13 deletions packages/template-blank-ng/package.json
Original file line number Diff line number Diff line change
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/package.json
Original file line number Diff line number Diff line change
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-svelte/package.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion packages/template-blank-ts/package.json
Original file line number Diff line number Diff line change
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"
}
}
2 changes: 1 addition & 1 deletion packages/template-blank-vue-ts/package.json
Original file line number Diff line number Diff line change
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/package.json
Original file line number Diff line number Diff line change
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"
}
}
2 changes: 1 addition & 1 deletion packages/template-blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19"
"@nativescript/webpack": "~5.0.21"
}
}
26 changes: 13 additions & 13 deletions packages/template-drawer-navigation-ng/package.json
Original file line number Diff line number Diff line change
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"
}
}
2 changes: 1 addition & 1 deletion packages/template-drawer-navigation-ts/package.json
Original file line number Diff line number Diff line change
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"
}
}
2 changes: 1 addition & 1 deletion packages/template-drawer-navigation-vue/package.json
Original file line number Diff line number Diff line change
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"
}
}
2 changes: 1 addition & 1 deletion packages/template-drawer-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"rxjs": "~7.8.0"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19"
"@nativescript/webpack": "~5.0.21"
}
}
24 changes: 12 additions & 12 deletions packages/template-hello-world-ng-vision/package.json
Original file line number Diff line number Diff line change
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
26 changes: 13 additions & 13 deletions packages/template-hello-world-ng/package.json
Original file line number Diff line number Diff line change
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"
}
}
2 changes: 1 addition & 1 deletion packages/template-hello-world-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/template-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19"
"@nativescript/webpack": "~5.0.21"
}
}
26 changes: 13 additions & 13 deletions packages/template-master-detail-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"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/imagepicker": "~3.1.0",
"@nativescript/theme": "~3.0.2",
Expand All @@ -58,11 +58,11 @@
"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-master-detail-ts/package.json
Original file line number Diff line number Diff line change
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"
}
}
2 changes: 1 addition & 1 deletion packages/template-master-detail-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"nativescript-vue": "~2.9.3"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"nativescript-vue-template-compiler": "~2.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/template-master-detail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"rxjs": "~7.8.0"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19"
"@nativescript/webpack": "~5.0.21"
}
}
26 changes: 13 additions & 13 deletions packages/template-tab-navigation-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,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-tab-navigation-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.19",
"@nativescript/webpack": "~5.0.21",
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/template-tab-navigation-vue/package.json
Original file line number Diff line number Diff line change
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"
}
}
2 changes: 1 addition & 1 deletion packages/template-tab-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.19"
"@nativescript/webpack": "~5.0.21"
}
}

0 comments on commit ad0f545

Please sign in to comment.