Skip to content

Commit 88004bc

Browse files
authored
feat: angular 13 updates (#202)
1 parent 2066783 commit 88004bc

File tree

10 files changed

+80
-78
lines changed

10 files changed

+80
-78
lines changed

packages/template-blank-ng/package.json

Lines changed: 15 additions & 14 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.1.1",
6+
"version": "8.1.2",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -39,25 +39,26 @@
3939
"url": "https://github.com/NativeScript/NativeScript/issues"
4040
},
4141
"dependencies": {
42-
"@angular/animations": "^12.2.0",
43-
"@angular/common": "^12.2.0",
44-
"@angular/compiler": "^12.2.0",
45-
"@angular/core": "^12.2.0",
46-
"@angular/forms": "^12.2.0",
47-
"@angular/platform-browser": "^12.2.0",
48-
"@angular/platform-browser-dynamic": "^12.2.0",
49-
"@angular/router": "^12.2.0",
50-
"@nativescript/angular": "^12.2.0",
42+
"@angular/animations": "~13.1.1",
43+
"@angular/common": "~13.1.1",
44+
"@angular/compiler": "~13.1.1",
45+
"@angular/core": "~13.1.1",
46+
"@angular/forms": "~13.1.1",
47+
"@angular/platform-browser": "~13.1.1",
48+
"@angular/platform-browser-dynamic": "~13.1.1",
49+
"@angular/router": "~13.1.1",
50+
"@nativescript/angular": "^13.0.0",
5151
"@nativescript/core": "~8.1.1",
5252
"@nativescript/theme": "~3.0.1",
53-
"rxjs": "~7.3.0",
53+
"rxjs": "~7.4.0",
5454
"zone.js": "~0.11.4"
5555
},
5656
"devDependencies": {
57-
"@angular/compiler-cli": "^12.2.0",
57+
"@angular-devkit/build-angular": "~13.1.1",
58+
"@angular/compiler-cli": "~13.1.1",
5859
"@nativescript/types": "~8.1.1",
5960
"@nativescript/webpack": "~5.0.0",
60-
"@ngtools/webpack": "^12.2.0",
61-
"typescript": "~4.3.5"
61+
"@ngtools/webpack": "~13.1.1",
62+
"typescript": "~4.4.4"
6263
}
6364
}

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

Lines changed: 15 additions & 15 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.1.1",
6+
"version": "8.1.2",
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": "^12.2.0",
45-
"@angular/common": "^12.2.0",
46-
"@angular/compiler": "^12.2.0",
47-
"@angular/core": "^12.2.0",
48-
"@angular/forms": "^12.2.0",
49-
"@angular/platform-browser": "^12.2.0",
50-
"@angular/platform-browser-dynamic": "^12.2.0",
51-
"@angular/router": "^12.2.0",
52-
"@nativescript/angular": "^12.2.0",
44+
"@angular/animations": "~13.1.1",
45+
"@angular/common": "~13.1.1",
46+
"@angular/compiler": "~13.1.1",
47+
"@angular/core": "~13.1.1",
48+
"@angular/forms": "~13.1.1",
49+
"@angular/platform-browser": "~13.1.1",
50+
"@angular/platform-browser-dynamic": "~13.1.1",
51+
"@angular/router": "~13.1.1",
52+
"@nativescript/angular": "^13.0.0",
5353
"@nativescript/core": "~8.1.1",
5454
"@nativescript/theme": "~3.0.1",
5555
"nativescript-ui-sidedrawer": "~10.0.1",
56-
"reflect-metadata": "~0.1.13",
57-
"rxjs": "~7.3.0",
56+
"rxjs": "~7.4.0",
5857
"zone.js": "~0.11.4"
5958
},
6059
"devDependencies": {
61-
"@angular/compiler-cli": "^12.2.0",
60+
"@angular-devkit/build-angular": "~13.1.1",
61+
"@angular/compiler-cli": "~13.1.1",
6262
"@nativescript/types": "~8.1.1",
6363
"@nativescript/webpack": "~5.0.0",
64-
"@ngtools/webpack": "^12.2.0",
65-
"typescript": "~4.3.5"
64+
"@ngtools/webpack": "~13.1.1",
65+
"typescript": "~4.4.4"
6666
}
6767
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@nativescript/core": "~8.1.1",
4444
"@nativescript/theme": "~3.0.1",
4545
"nativescript-ui-sidedrawer": "~10.0.1",
46-
"rxjs": "~7.3.0"
46+
"rxjs": "~7.4.0"
4747
},
4848
"devDependencies": {
4949
"@nativescript/types": "~8.1.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@nativescript/theme": "~3.0.1",
4646
"nativescript-ui-sidedrawer": "~10.0.1",
4747
"nativescript-vue": "~2.9.0",
48-
"rxjs": "~7.3.0"
48+
"rxjs": "~7.4.0"
4949
},
5050
"devDependencies": {
5151
"@nativescript/webpack": "~5.0.0",

packages/template-drawer-navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nativescript/core": "~8.1.1",
4343
"@nativescript/theme": "~3.0.1",
4444
"nativescript-ui-sidedrawer": "~10.0.1",
45-
"rxjs": "~7.3.0"
45+
"rxjs": "~7.4.0"
4646
},
4747
"devDependencies": {
4848
"@nativescript/webpack": "~5.0.0"

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

Lines changed: 15 additions & 14 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.1.1",
4+
"version": "8.1.2",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "NativeScript Angular Hello World template",
77
"license": "Apache-2.0",
@@ -33,25 +33,26 @@
3333
"url": "https://github.com/NativeScript/NativeScript/issues"
3434
},
3535
"dependencies": {
36-
"@angular/animations": "^12.2.0",
37-
"@angular/common": "^12.2.0",
38-
"@angular/compiler": "^12.2.0",
39-
"@angular/core": "^12.2.0",
40-
"@angular/forms": "^12.2.0",
41-
"@angular/platform-browser": "^12.2.0",
42-
"@angular/platform-browser-dynamic": "^12.2.0",
43-
"@angular/router": "^12.2.0",
44-
"@nativescript/angular": "^12.2.0",
36+
"@angular/animations": "~13.1.1",
37+
"@angular/common": "~13.1.1",
38+
"@angular/compiler": "~13.1.1",
39+
"@angular/core": "~13.1.1",
40+
"@angular/forms": "~13.1.1",
41+
"@angular/platform-browser": "~13.1.1",
42+
"@angular/platform-browser-dynamic": "~13.1.1",
43+
"@angular/router": "~13.1.1",
44+
"@nativescript/angular": "^13.0.0",
4545
"@nativescript/core": "~8.1.1",
4646
"@nativescript/theme": "~3.0.1",
47-
"rxjs": "~7.3.0",
47+
"rxjs": "~7.4.0",
4848
"zone.js": "~0.11.4"
4949
},
5050
"devDependencies": {
51-
"@angular/compiler-cli": "^12.2.0",
51+
"@angular-devkit/build-angular": "~13.1.1",
52+
"@angular/compiler-cli": "~13.1.1",
5253
"@nativescript/types": "~8.1.1",
5354
"@nativescript/webpack": "~5.0.0",
54-
"@ngtools/webpack": "^12.2.0",
55-
"typescript": "~4.3.5"
55+
"@ngtools/webpack": "~13.1.1",
56+
"typescript": "~4.4.4"
5657
}
5758
}

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

Lines changed: 15 additions & 15 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.1.1",
6+
"version": "8.1.2",
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,28 +41,28 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@angular/animations": "^12.2.0",
45-
"@angular/common": "^12.2.0",
46-
"@angular/compiler": "^12.2.0",
47-
"@angular/core": "^12.2.0",
48-
"@angular/forms": "^12.2.0",
49-
"@angular/platform-browser": "^12.2.0",
50-
"@angular/platform-browser-dynamic": "^12.2.0",
51-
"@angular/router": "^12.2.0",
52-
"@nativescript/angular": "^12.2.0",
44+
"@angular/animations": "~13.1.1",
45+
"@angular/common": "~13.1.1",
46+
"@angular/compiler": "~13.1.1",
47+
"@angular/core": "~13.1.1",
48+
"@angular/forms": "~13.1.1",
49+
"@angular/platform-browser": "~13.1.1",
50+
"@angular/platform-browser-dynamic": "~13.1.1",
51+
"@angular/router": "~13.1.1",
52+
"@nativescript/angular": "^13.0.0",
5353
"@nativescript/core": "~8.1.1",
5454
"@nativescript/imagepicker": "~1.0.5",
5555
"@nativescript/theme": "~3.0.1",
5656
"nativescript-ui-listview": "~10.0.0",
57-
"reflect-metadata": "~0.1.13",
58-
"rxjs": "~7.3.0",
57+
"rxjs": "~7.4.0",
5958
"zone.js": "~0.11.4"
6059
},
6160
"devDependencies": {
62-
"@angular/compiler-cli": "^12.2.0",
61+
"@angular-devkit/build-angular": "~13.1.1",
62+
"@angular/compiler-cli": "~13.1.1",
6363
"@nativescript/types": "~8.1.1",
6464
"@nativescript/webpack": "~5.0.0",
65-
"@ngtools/webpack": "^12.2.0",
66-
"typescript": "~4.3.5"
65+
"@ngtools/webpack": "~13.1.1",
66+
"typescript": "~4.4.4"
6767
}
6868
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@nativescript/imagepicker": "~1.0.5",
4444
"@nativescript/theme": "~3.0.1",
4545
"nativescript-ui-listview": "~10.0.0",
46-
"rxjs": "~7.3.0"
46+
"rxjs": "~7.4.0"
4747
},
4848
"devDependencies": {
4949
"@nativescript/types": "~8.1.1",

packages/template-master-detail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@nativescript/imagepicker": "~1.0.5",
4444
"@nativescript/theme": "~3.0.1",
4545
"nativescript-ui-listview": "~10.0.0",
46-
"rxjs": "~7.3.0"
46+
"rxjs": "~7.4.0"
4747
},
4848
"devDependencies": {
4949
"@nativescript/webpack": "~5.0.0"

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

Lines changed: 15 additions & 15 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.1.1",
6+
"version": "8.1.2",
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": "^12.2.0",
45-
"@angular/common": "^12.2.0",
46-
"@angular/compiler": "^12.2.0",
47-
"@angular/core": "^12.2.0",
48-
"@angular/forms": "^12.2.0",
49-
"@angular/platform-browser": "^12.2.0",
50-
"@angular/platform-browser-dynamic": "^12.2.0",
51-
"@angular/router": "^12.2.0",
52-
"@nativescript/angular": "^12.2.0",
44+
"@angular/animations": "~13.1.1",
45+
"@angular/common": "~13.1.1",
46+
"@angular/compiler": "~13.1.1",
47+
"@angular/core": "~13.1.1",
48+
"@angular/forms": "~13.1.1",
49+
"@angular/platform-browser": "~13.1.1",
50+
"@angular/platform-browser-dynamic": "~13.1.1",
51+
"@angular/router": "~13.1.1",
52+
"@nativescript/angular": "^13.0.0",
5353
"@nativescript/core": "~8.1.1",
5454
"@nativescript/theme": "~3.0.1",
55-
"reflect-metadata": "~0.1.13",
56-
"rxjs": "~7.3.0",
55+
"rxjs": "~7.4.0",
5756
"zone.js": "~0.11.4"
5857
},
5958
"devDependencies": {
60-
"@angular/compiler-cli": "^12.2.0",
59+
"@angular-devkit/build-angular": "~13.1.1",
60+
"@angular/compiler-cli": "~13.1.1",
6161
"@nativescript/types": "~8.1.1",
6262
"@nativescript/webpack": "~5.0.0",
63-
"@ngtools/webpack": "^12.2.0",
64-
"typescript": "~4.3.5"
63+
"@ngtools/webpack": "~13.1.1",
64+
"typescript": "~4.4.4"
6565
}
6666
}

0 commit comments

Comments
 (0)