Skip to content

Commit 4b0f477

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

File tree

23 files changed

+94
-94
lines changed

23 files changed

+94
-94
lines changed

packages/template-blank-ng/package.json

Lines changed: 13 additions & 13 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 13 additions & 13 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)