Skip to content

Commit a789493

Browse files
committed
chore: update Angular 14 and {N} 8.2
1 parent cefdc7b commit a789493

File tree

3 files changed

+22
-2679
lines changed

3 files changed

+22
-2679
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.DS_Store
1+
.DS_Store
2+
package-lock.json
3+
yarn.lock

angular-tutorial/package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,29 @@
3030
"url": "https://github.com/NativeScript/NativeScript/issues"
3131
},
3232
"dependencies": {
33-
"@angular/animations": "^12.2.0",
34-
"@angular/common": "^12.2.0",
35-
"@angular/compiler": "^12.2.0",
36-
"@angular/core": "^12.2.0",
37-
"@angular/forms": "^12.2.0",
38-
"@angular/platform-browser": "^12.2.0",
39-
"@angular/platform-browser-dynamic": "^12.2.0",
40-
"@angular/router": "^12.2.0",
41-
"@nativescript/angular": "^12.2.0",
42-
"@nativescript/core": "~8.1.0",
33+
"@angular/animations": "~14.0.0",
34+
"@angular/common": "~14.0.0",
35+
"@angular/compiler": "~14.0.0",
36+
"@angular/core": "~14.0.0",
37+
"@angular/forms": "~14.0.0",
38+
"@angular/platform-browser": "~14.0.0",
39+
"@angular/platform-browser-dynamic": "~14.0.0",
40+
"@angular/router": "~14.0.0",
41+
"@nativescript/angular": "^14.0.0",
42+
"@nativescript/core": "~8.2.0",
4343
"@nativescript/theme": "~3.0.1",
44-
"rxjs": "^6.6.0",
45-
"zone.js": "~0.11.4"
44+
"rxjs": "^7.5.0",
45+
"zone.js": "~0.11.5"
4646
},
4747
"devDependencies": {
48-
"@angular/compiler-cli": "^12.2.0",
49-
"@nativescript/ios": "8.1.0",
50-
"@nativescript/types": "~8.1.0",
48+
"@angular-devkit/build-angular": "~14.0.0",
49+
"@angular/compiler-cli": "~14.0.0",
50+
"@nativescript/android": "~8.2.0",
51+
"@nativescript/ios": "~8.2.0",
52+
"@nativescript/types": "~8.2.0",
5153
"@nativescript/webpack": "~5.0.0",
52-
"@ngtools/webpack": "^12.2.0",
53-
"typescript": "~4.3.5"
54+
"@ngtools/webpack": "~14.0.0",
55+
"typescript": "~4.7.4"
5456
},
5557
"private": "true",
5658
"readme": "NativeScript Application"

0 commit comments

Comments
 (0)