Skip to content

Commit 2e3328e

Browse files
committed
chore: cleanup dep versions
1 parent 8341d47 commit 2e3328e

File tree

10 files changed

+27
-18470
lines changed

10 files changed

+27
-18470
lines changed

angular-demo/package-lock.json

Lines changed: 0 additions & 3655 deletions
This file was deleted.

angular-demo/package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,26 @@
3030
"url": "https://github.com/NativeScript/NativeScript/issues"
3131
},
3232
"dependencies": {
33-
"@angular/animations": "~12.0.0",
34-
"@angular/common": "~12.0.0",
35-
"@angular/compiler": "~12.0.0",
36-
"@angular/core": "~12.0.0",
37-
"@angular/forms": "~12.0.0",
38-
"@angular/platform-browser": "~12.0.0",
39-
"@angular/platform-browser-dynamic": "~12.0.0",
40-
"@angular/router": "~12.0.0",
41-
"@nativescript/angular": "~12.0.0",
42-
"@nativescript/core": "~8.0.0",
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",
4343
"@nativescript/theme": "~3.0.1",
4444
"rxjs": "^6.6.0",
4545
"zone.js": "~0.11.4"
4646
},
4747
"devDependencies": {
48-
"@angular/compiler-cli": "~12.0.0",
49-
"@nativescript/ios": "8.0.0",
50-
"@nativescript/types": "~8.0.0",
51-
"@nativescript/webpack": "beta",
52-
"@ngtools/webpack": "~12.0.0",
53-
"typescript": "~4.2.0"
48+
"@angular/compiler-cli": "^12.2.0",
49+
"@nativescript/types": "~8.1.0",
50+
"@nativescript/webpack": "~5.0.0",
51+
"@ngtools/webpack": "^12.2.0",
52+
"typescript": "~4.3.5"
5453
},
5554
"private": "true",
5655
"readme": "NativeScript Application"

0 commit comments

Comments
 (0)