Skip to content

Commit 82b5e27

Browse files
authored
feat(angular): support Angular 14.2 (#217)
1 parent 8ad33f1 commit 82b5e27

File tree

5 files changed

+65
-65
lines changed

5 files changed

+65
-65
lines changed

packages/template-blank-ng/package.json

Lines changed: 13 additions & 13 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.3.0",
6+
"version": "8.3.1",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -39,26 +39,26 @@
3939
"url": "https://github.com/NativeScript/NativeScript/issues"
4040
},
4141
"dependencies": {
42-
"@angular/animations": "~14.1.0",
43-
"@angular/common": "~14.1.0",
44-
"@angular/compiler": "~14.1.0",
45-
"@angular/core": "~14.1.0",
46-
"@angular/forms": "~14.1.0",
47-
"@angular/platform-browser": "~14.1.0",
48-
"@angular/platform-browser-dynamic": "~14.1.0",
49-
"@angular/router": "~14.1.0",
50-
"@nativescript/angular": "^14.0.0",
42+
"@angular/animations": "~14.2.0",
43+
"@angular/common": "~14.2.0",
44+
"@angular/compiler": "~14.2.0",
45+
"@angular/core": "~14.2.0",
46+
"@angular/forms": "~14.2.0",
47+
"@angular/platform-browser": "~14.2.0",
48+
"@angular/platform-browser-dynamic": "~14.2.0",
49+
"@angular/router": "~14.2.0",
50+
"@nativescript/angular": "~14.2.0",
5151
"@nativescript/core": "~8.3.0",
5252
"@nativescript/theme": "~3.0.2",
5353
"rxjs": "~7.5.0",
5454
"zone.js": "~0.11.5"
5555
},
5656
"devDependencies": {
57-
"@angular-devkit/build-angular": "~14.1.0",
58-
"@angular/compiler-cli": "~14.1.0",
57+
"@angular-devkit/build-angular": "~14.2.0",
58+
"@angular/compiler-cli": "~14.2.0",
5959
"@nativescript/types": "~8.3.0",
6060
"@nativescript/webpack": "~5.0.6",
61-
"@ngtools/webpack": "~14.1.0",
61+
"@ngtools/webpack": "~14.2.0",
6262
"typescript": "~4.7.0"
6363
}
6464
}

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "8.3.0",
6+
"version": "8.3.1",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -41,27 +41,27 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@angular/animations": "~14.1.0",
45-
"@angular/common": "~14.1.0",
46-
"@angular/compiler": "~14.1.0",
47-
"@angular/core": "~14.1.0",
48-
"@angular/forms": "~14.1.0",
49-
"@angular/platform-browser": "~14.1.0",
50-
"@angular/platform-browser-dynamic": "~14.1.0",
51-
"@angular/router": "~14.1.0",
52-
"@nativescript/angular": "^14.0.0",
44+
"@angular/animations": "~14.2.0",
45+
"@angular/common": "~14.2.0",
46+
"@angular/compiler": "~14.2.0",
47+
"@angular/core": "~14.2.0",
48+
"@angular/forms": "~14.2.0",
49+
"@angular/platform-browser": "~14.2.0",
50+
"@angular/platform-browser-dynamic": "~14.2.0",
51+
"@angular/router": "~14.2.0",
52+
"@nativescript/angular": "~14.2.0",
5353
"@nativescript/core": "~8.3.0",
5454
"@nativescript/theme": "~3.0.2",
5555
"nativescript-ui-sidedrawer": "~10.0.2",
5656
"rxjs": "~7.5.0",
5757
"zone.js": "~0.11.5"
5858
},
5959
"devDependencies": {
60-
"@angular-devkit/build-angular": "~14.1.0",
61-
"@angular/compiler-cli": "~14.1.0",
60+
"@angular-devkit/build-angular": "~14.2.0",
61+
"@angular/compiler-cli": "~14.2.0",
6262
"@nativescript/types": "~8.3.0",
6363
"@nativescript/webpack": "~5.0.6",
64-
"@ngtools/webpack": "~14.1.0",
64+
"@ngtools/webpack": "~14.2.0",
6565
"typescript": "~4.7.0"
6666
}
6767
}

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world-ng",
33
"main": "./src/main.ts",
4-
"version": "8.3.0",
4+
"version": "8.3.1",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "NativeScript Angular Hello World template",
77
"license": "Apache-2.0",
@@ -33,26 +33,26 @@
3333
"url": "https://github.com/NativeScript/NativeScript/issues"
3434
},
3535
"dependencies": {
36-
"@angular/animations": "~14.1.0",
37-
"@angular/common": "~14.1.0",
38-
"@angular/compiler": "~14.1.0",
39-
"@angular/core": "~14.1.0",
40-
"@angular/forms": "~14.1.0",
41-
"@angular/platform-browser": "~14.1.0",
42-
"@angular/platform-browser-dynamic": "~14.1.0",
43-
"@angular/router": "~14.1.0",
44-
"@nativescript/angular": "^14.0.0",
36+
"@angular/animations": "~14.2.0",
37+
"@angular/common": "~14.2.0",
38+
"@angular/compiler": "~14.2.0",
39+
"@angular/core": "~14.2.0",
40+
"@angular/forms": "~14.2.0",
41+
"@angular/platform-browser": "~14.2.0",
42+
"@angular/platform-browser-dynamic": "~14.2.0",
43+
"@angular/router": "~14.2.0",
44+
"@nativescript/angular": "~14.2.0",
4545
"@nativescript/core": "~8.3.0",
4646
"@nativescript/theme": "~3.0.2",
4747
"rxjs": "~7.5.0",
4848
"zone.js": "~0.11.5"
4949
},
5050
"devDependencies": {
51-
"@angular-devkit/build-angular": "~14.1.0",
52-
"@angular/compiler-cli": "~14.1.0",
51+
"@angular-devkit/build-angular": "~14.2.0",
52+
"@angular/compiler-cli": "~14.2.0",
5353
"@nativescript/types": "~8.3.0",
5454
"@nativescript/webpack": "~5.0.6",
55-
"@ngtools/webpack": "~14.1.0",
55+
"@ngtools/webpack": "~14.2.0",
5656
"typescript": "~4.7.0"
5757
}
5858
}

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Master-Detail with Firebase",
55
"templateType": "App template",
6-
"version": "8.3.0",
6+
"version": "8.3.1",
77
"description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties. ",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -41,15 +41,15 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@angular/animations": "~14.1.0",
45-
"@angular/common": "~14.1.0",
46-
"@angular/compiler": "~14.1.0",
47-
"@angular/core": "~14.1.0",
48-
"@angular/forms": "~14.1.0",
49-
"@angular/platform-browser": "~14.1.0",
50-
"@angular/platform-browser-dynamic": "~14.1.0",
51-
"@angular/router": "~14.1.0",
52-
"@nativescript/angular": "^14.0.0",
44+
"@angular/animations": "~14.2.0",
45+
"@angular/common": "~14.2.0",
46+
"@angular/compiler": "~14.2.0",
47+
"@angular/core": "~14.2.0",
48+
"@angular/forms": "~14.2.0",
49+
"@angular/platform-browser": "~14.2.0",
50+
"@angular/platform-browser-dynamic": "~14.2.0",
51+
"@angular/router": "~14.2.0",
52+
"@nativescript/angular": "~14.2.0",
5353
"@nativescript/core": "~8.3.0",
5454
"@nativescript/imagepicker": "~1.0.6",
5555
"@nativescript/theme": "~3.0.2",
@@ -58,11 +58,11 @@
5858
"zone.js": "~0.11.5"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "~14.1.0",
62-
"@angular/compiler-cli": "~14.1.0",
61+
"@angular-devkit/build-angular": "~14.2.0",
62+
"@angular/compiler-cli": "~14.2.0",
6363
"@nativescript/types": "~8.3.0",
6464
"@nativescript/webpack": "~5.0.6",
65-
"@ngtools/webpack": "~14.1.0",
65+
"@ngtools/webpack": "~14.2.0",
6666
"typescript": "~4.7.0"
6767
}
6868
}

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Tabs",
55
"templateType": "App template",
6-
"version": "8.3.0",
6+
"version": "8.3.1",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -41,26 +41,26 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@angular/animations": "~14.1.0",
45-
"@angular/common": "~14.1.0",
46-
"@angular/compiler": "~14.1.0",
47-
"@angular/core": "~14.1.0",
48-
"@angular/forms": "~14.1.0",
49-
"@angular/platform-browser": "~14.1.0",
50-
"@angular/platform-browser-dynamic": "~14.1.0",
51-
"@angular/router": "~14.1.0",
52-
"@nativescript/angular": "^14.0.0",
44+
"@angular/animations": "~14.2.0",
45+
"@angular/common": "~14.2.0",
46+
"@angular/compiler": "~14.2.0",
47+
"@angular/core": "~14.2.0",
48+
"@angular/forms": "~14.2.0",
49+
"@angular/platform-browser": "~14.2.0",
50+
"@angular/platform-browser-dynamic": "~14.2.0",
51+
"@angular/router": "~14.2.0",
52+
"@nativescript/angular": "~14.2.0",
5353
"@nativescript/core": "~8.3.0",
5454
"@nativescript/theme": "~3.0.2",
5555
"rxjs": "~7.5.0",
5656
"zone.js": "~0.11.5"
5757
},
5858
"devDependencies": {
59-
"@angular-devkit/build-angular": "~14.1.0",
60-
"@angular/compiler-cli": "~14.1.0",
59+
"@angular-devkit/build-angular": "~14.2.0",
60+
"@angular/compiler-cli": "~14.2.0",
6161
"@nativescript/types": "~8.3.0",
6262
"@nativescript/webpack": "~5.0.6",
63-
"@ngtools/webpack": "~14.1.0",
63+
"@ngtools/webpack": "~14.2.0",
6464
"typescript": "~4.7.0"
6565
}
6666
}

0 commit comments

Comments
 (0)