Skip to content

Commit ad0f545

Browse files
committed
feat: Angular 18
1 parent 03f7a78 commit ad0f545

File tree

23 files changed

+94
-94
lines changed

23 files changed

+94
-94
lines changed

packages/template-blank-ng/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,26 @@
3939
"url": "https://github.com/NativeScript/NativeScript/issues"
4040
},
4141
"dependencies": {
42-
"@angular/animations": "~17.3.0",
43-
"@angular/common": "~17.3.0",
44-
"@angular/compiler": "~17.3.0",
45-
"@angular/core": "~17.3.0",
46-
"@angular/forms": "~17.3.0",
47-
"@angular/platform-browser": "~17.3.0",
48-
"@angular/platform-browser-dynamic": "~17.3.0",
49-
"@angular/router": "~17.3.0",
50-
"@nativescript/angular": "^17.0.0",
42+
"@angular/animations": "~18.0.0",
43+
"@angular/common": "~18.0.0",
44+
"@angular/compiler": "~18.0.0",
45+
"@angular/core": "~18.0.0",
46+
"@angular/forms": "~18.0.0",
47+
"@angular/platform-browser": "~18.0.0",
48+
"@angular/platform-browser-dynamic": "~18.0.0",
49+
"@angular/router": "~18.0.0",
50+
"@nativescript/angular": "^18.0.0",
5151
"@nativescript/core": "~8.7.0",
5252
"@nativescript/theme": "~3.0.2",
5353
"rxjs": "~7.8.0",
5454
"zone.js": "~0.14.0"
5555
},
5656
"devDependencies": {
57-
"@angular-devkit/build-angular": "~17.3.0",
58-
"@angular/compiler-cli": "~17.3.0",
57+
"@angular-devkit/build-angular": "~18.0.0",
58+
"@angular/compiler-cli": "~18.0.0",
5959
"@nativescript/types": "~8.7.0",
60-
"@nativescript/webpack": "~5.0.19",
61-
"@ngtools/webpack": "~17.3.0",
60+
"@nativescript/webpack": "~5.0.21",
61+
"@ngtools/webpack": "~18.0.0",
6262
"typescript": "~5.4.0"
6363
}
6464
}

packages/template-blank-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@nativescript/types": "~8.7.0",
49-
"@nativescript/webpack": "~5.0.19",
49+
"@nativescript/webpack": "~5.0.21",
5050
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5151
"typescript": "~5.4.0"
5252
},

packages/template-blank-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@nativescript/types": "~8.7.0",
51-
"@nativescript/webpack": "~5.0.19",
51+
"@nativescript/webpack": "~5.0.21",
5252
"svelte": "~4.2.2",
5353
"svelte-loader": "^3.1.9",
5454
"svelte-native-preprocessor": "^1.0.0",

packages/template-blank-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@nativescript/types": "~8.7.0",
46-
"@nativescript/webpack": "~5.0.19",
46+
"@nativescript/webpack": "~5.0.21",
4747
"typescript": "~5.4.0"
4848
}
4949
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@nativescript/types": "~8.7.0",
50-
"@nativescript/webpack": "~5.0.19",
50+
"@nativescript/webpack": "~5.0.21",
5151
"@types/node": "~17.0.21",
5252
"nativescript-vue-template-compiler": "~2.9.3",
5353
"typescript": "~5.4.0",

packages/template-blank-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"nativescript-vue": "~2.9.3"
4646
},
4747
"devDependencies": {
48-
"@nativescript/webpack": "~5.0.19",
48+
"@nativescript/webpack": "~5.0.21",
4949
"nativescript-vue-template-compiler": "~2.9.3"
5050
}
5151
}

packages/template-blank/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"@nativescript/theme": "~3.0.2"
4343
},
4444
"devDependencies": {
45-
"@nativescript/webpack": "~5.0.19"
45+
"@nativescript/webpack": "~5.0.21"
4646
}
4747
}

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@angular/animations": "~17.3.0",
45-
"@angular/common": "~17.3.0",
46-
"@angular/compiler": "~17.3.0",
47-
"@angular/core": "~17.3.0",
48-
"@angular/forms": "~17.3.0",
49-
"@angular/platform-browser": "~17.3.0",
50-
"@angular/platform-browser-dynamic": "~17.3.0",
51-
"@angular/router": "~17.3.0",
52-
"@nativescript/angular": "^17.0.0",
44+
"@angular/animations": "~18.0.0",
45+
"@angular/common": "~18.0.0",
46+
"@angular/compiler": "~18.0.0",
47+
"@angular/core": "~18.0.0",
48+
"@angular/forms": "~18.0.0",
49+
"@angular/platform-browser": "~18.0.0",
50+
"@angular/platform-browser-dynamic": "~18.0.0",
51+
"@angular/router": "~18.0.0",
52+
"@nativescript/angular": "^18.0.0",
5353
"@nativescript/core": "~8.7.0",
5454
"@nativescript/theme": "~3.0.2",
5555
"nativescript-ui-sidedrawer": "~15.2.0",
5656
"rxjs": "~7.8.0",
5757
"zone.js": "~0.14.0"
5858
},
5959
"devDependencies": {
60-
"@angular-devkit/build-angular": "~17.3.0",
61-
"@angular/compiler-cli": "~17.3.0",
60+
"@angular-devkit/build-angular": "~18.0.0",
61+
"@angular/compiler-cli": "~18.0.0",
6262
"@nativescript/types": "~8.7.0",
63-
"@nativescript/webpack": "~5.0.19",
64-
"@ngtools/webpack": "~17.3.0",
63+
"@nativescript/webpack": "~5.0.21",
64+
"@ngtools/webpack": "~18.0.0",
6565
"typescript": "~5.4.0"
6666
}
6767
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@nativescript/types": "~8.7.0",
50-
"@nativescript/webpack": "~5.0.19",
50+
"@nativescript/webpack": "~5.0.21",
5151
"typescript": "~5.4.0"
5252
}
5353
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"rxjs": "~7.8.0"
4949
},
5050
"devDependencies": {
51-
"@nativescript/webpack": "~5.0.19",
51+
"@nativescript/webpack": "~5.0.21",
5252
"nativescript-vue-template-compiler": "~2.9.3"
5353
}
5454
}

packages/template-drawer-navigation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"rxjs": "~7.8.0"
4646
},
4747
"devDependencies": {
48-
"@nativescript/webpack": "~5.0.19"
48+
"@nativescript/webpack": "~5.0.21"
4949
}
5050
}

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@
3535
"url": "https://github.com/NativeScript/NativeScript/issues"
3636
},
3737
"dependencies": {
38-
"@angular/animations": "~17.3.0",
39-
"@angular/common": "~17.3.0",
40-
"@angular/compiler": "~17.3.0",
41-
"@angular/core": "~17.3.0",
42-
"@angular/forms": "~17.3.0",
43-
"@angular/platform-browser": "~17.3.0",
44-
"@angular/platform-browser-dynamic": "~17.3.0",
45-
"@angular/router": "~17.3.0",
46-
"@nativescript/angular": "^17.0.0",
38+
"@angular/animations": "~18.0.0",
39+
"@angular/common": "~18.0.0",
40+
"@angular/compiler": "~18.0.0",
41+
"@angular/core": "~18.0.0",
42+
"@angular/forms": "~18.0.0",
43+
"@angular/platform-browser": "~18.0.0",
44+
"@angular/platform-browser-dynamic": "~18.0.0",
45+
"@angular/router": "~18.0.0",
46+
"@nativescript/angular": "^18.0.0",
4747
"@nativescript/core": "~8.7.0",
4848
"rxjs": "~7.8.0",
4949
"zone.js": "~0.14.0"
5050
},
5151
"devDependencies": {
52-
"@angular-devkit/build-angular": "~17.3.0",
53-
"@angular/compiler-cli": "~17.3.0",
52+
"@angular-devkit/build-angular": "~18.0.0",
53+
"@angular/compiler-cli": "~18.0.0",
5454
"@nativescript/tailwind": "^2.1.0",
5555
"@nativescript/types": "~8.7.0",
5656
"@nativescript/webpack": "~5.0.0",
57-
"@ngtools/webpack": "~17.3.0",
57+
"@ngtools/webpack": "~18.0.0",
5858
"tailwindcss": "~3.4.0",
5959
"typescript": "~5.4.0"
6060
}

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,26 @@
3333
"url": "https://github.com/NativeScript/NativeScript/issues"
3434
},
3535
"dependencies": {
36-
"@angular/animations": "~17.3.0",
37-
"@angular/common": "~17.3.0",
38-
"@angular/compiler": "~17.3.0",
39-
"@angular/core": "~17.3.0",
40-
"@angular/forms": "~17.3.0",
41-
"@angular/platform-browser": "~17.3.0",
42-
"@angular/platform-browser-dynamic": "~17.3.0",
43-
"@angular/router": "~17.3.0",
44-
"@nativescript/angular": "^17.0.0",
36+
"@angular/animations": "~18.0.0",
37+
"@angular/common": "~18.0.0",
38+
"@angular/compiler": "~18.0.0",
39+
"@angular/core": "~18.0.0",
40+
"@angular/forms": "~18.0.0",
41+
"@angular/platform-browser": "~18.0.0",
42+
"@angular/platform-browser-dynamic": "~18.0.0",
43+
"@angular/router": "~18.0.0",
44+
"@nativescript/angular": "^18.0.0",
4545
"@nativescript/core": "~8.7.0",
4646
"@nativescript/theme": "~3.0.2",
4747
"rxjs": "~7.8.0",
4848
"zone.js": "~0.14.0"
4949
},
5050
"devDependencies": {
51-
"@angular-devkit/build-angular": "~17.3.0",
52-
"@angular/compiler-cli": "~17.3.0",
51+
"@angular-devkit/build-angular": "~18.0.0",
52+
"@angular/compiler-cli": "~18.0.0",
5353
"@nativescript/types": "~8.7.0",
54-
"@nativescript/webpack": "~5.0.19",
55-
"@ngtools/webpack": "~17.3.0",
54+
"@nativescript/webpack": "~5.0.21",
55+
"@ngtools/webpack": "~18.0.0",
5656
"typescript": "~5.4.0"
5757
}
5858
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@nativescript/types": "~8.7.0",
41-
"@nativescript/webpack": "~5.0.19",
41+
"@nativescript/webpack": "~5.0.21",
4242
"typescript": "~5.4.0"
4343
}
4444
}

packages/template-hello-world/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"@nativescript/theme": "~3.0.2"
3939
},
4040
"devDependencies": {
41-
"@nativescript/webpack": "~5.0.19"
41+
"@nativescript/webpack": "~5.0.21"
4242
}
4343
}

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@angular/animations": "~17.3.0",
45-
"@angular/common": "~17.3.0",
46-
"@angular/compiler": "~17.3.0",
47-
"@angular/core": "~17.3.0",
48-
"@angular/forms": "~17.3.0",
49-
"@angular/platform-browser": "~17.3.0",
50-
"@angular/platform-browser-dynamic": "~17.3.0",
51-
"@angular/router": "~17.3.0",
52-
"@nativescript/angular": "^17.0.0",
44+
"@angular/animations": "~18.0.0",
45+
"@angular/common": "~18.0.0",
46+
"@angular/compiler": "~18.0.0",
47+
"@angular/core": "~18.0.0",
48+
"@angular/forms": "~18.0.0",
49+
"@angular/platform-browser": "~18.0.0",
50+
"@angular/platform-browser-dynamic": "~18.0.0",
51+
"@angular/router": "~18.0.0",
52+
"@nativescript/angular": "^18.0.0",
5353
"@nativescript/core": "~8.7.0",
5454
"@nativescript/imagepicker": "~3.1.0",
5555
"@nativescript/theme": "~3.0.2",
@@ -58,11 +58,11 @@
5858
"zone.js": "~0.14.0"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "~17.3.0",
62-
"@angular/compiler-cli": "~17.3.0",
61+
"@angular-devkit/build-angular": "~18.0.0",
62+
"@angular/compiler-cli": "~18.0.0",
6363
"@nativescript/types": "~8.7.0",
64-
"@nativescript/webpack": "~5.0.19",
65-
"@ngtools/webpack": "~17.3.0",
64+
"@nativescript/webpack": "~5.0.21",
65+
"@ngtools/webpack": "~18.0.0",
6666
"typescript": "~5.4.0"
6767
}
6868
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@nativescript/types": "~8.7.0",
50-
"@nativescript/webpack": "~5.0.19",
50+
"@nativescript/webpack": "~5.0.21",
5151
"typescript": "~5.4.0"
5252
}
5353
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"nativescript-vue": "~2.9.3"
4848
},
4949
"devDependencies": {
50-
"@nativescript/webpack": "~5.0.19",
50+
"@nativescript/webpack": "~5.0.21",
5151
"nativescript-vue-template-compiler": "~2.9.3"
5252
}
5353
}

packages/template-master-detail/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"rxjs": "~7.8.0"
4747
},
4848
"devDependencies": {
49-
"@nativescript/webpack": "~5.0.19"
49+
"@nativescript/webpack": "~5.0.21"
5050
}
5151
}

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,26 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@angular/animations": "~17.3.0",
45-
"@angular/common": "~17.3.0",
46-
"@angular/compiler": "~17.3.0",
47-
"@angular/core": "~17.3.0",
48-
"@angular/forms": "~17.3.0",
49-
"@angular/platform-browser": "~17.3.0",
50-
"@angular/platform-browser-dynamic": "~17.3.0",
51-
"@angular/router": "~17.3.0",
52-
"@nativescript/angular": "^17.0.0",
44+
"@angular/animations": "~18.0.0",
45+
"@angular/common": "~18.0.0",
46+
"@angular/compiler": "~18.0.0",
47+
"@angular/core": "~18.0.0",
48+
"@angular/forms": "~18.0.0",
49+
"@angular/platform-browser": "~18.0.0",
50+
"@angular/platform-browser-dynamic": "~18.0.0",
51+
"@angular/router": "~18.0.0",
52+
"@nativescript/angular": "^18.0.0",
5353
"@nativescript/core": "~8.7.0",
5454
"@nativescript/theme": "~3.0.2",
5555
"rxjs": "~7.8.0",
5656
"zone.js": "~0.14.0"
5757
},
5858
"devDependencies": {
59-
"@angular-devkit/build-angular": "~17.3.0",
60-
"@angular/compiler-cli": "~17.3.0",
59+
"@angular-devkit/build-angular": "~18.0.0",
60+
"@angular/compiler-cli": "~18.0.0",
6161
"@nativescript/types": "~8.7.0",
62-
"@nativescript/webpack": "~5.0.19",
63-
"@ngtools/webpack": "~17.3.0",
62+
"@nativescript/webpack": "~5.0.21",
63+
"@ngtools/webpack": "~18.0.0",
6464
"typescript": "~5.4.0"
6565
}
6666
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@nativescript/types": "~8.7.0",
48-
"@nativescript/webpack": "~5.0.19",
48+
"@nativescript/webpack": "~5.0.21",
4949
"typescript": "~5.4.0"
5050
}
5151
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"nativescript-vue": "~2.9.3"
4646
},
4747
"devDependencies": {
48-
"@nativescript/webpack": "~5.0.19",
48+
"@nativescript/webpack": "~5.0.21",
4949
"nativescript-vue-template-compiler": "~2.9.3"
5050
}
5151
}

packages/template-tab-navigation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"@nativescript/theme": "~3.0.2"
4444
},
4545
"devDependencies": {
46-
"@nativescript/webpack": "~5.0.19"
46+
"@nativescript/webpack": "~5.0.21"
4747
}
4848
}

0 commit comments

Comments
 (0)