Skip to content

Commit 13d90bc

Browse files
committed
chore: update deps to build ng 13
1 parent 6fafcae commit 13d90bc

File tree

2 files changed

+2267
-153
lines changed

2 files changed

+2267
-153
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,23 @@
4040
"@angular/platform-browser": "~13.0.0",
4141
"@angular/platform-browser-dynamic": "~13.0.0",
4242
"@angular/router": "~13.0.0",
43+
"@nativescript/angular": "^12.2.0",
4344
"@nativescript/core": "~8.1.0",
4445
"@nativescript/theme": "~3.0.0",
46+
"@ngx-translate/core": "~13.0.0",
4547
"nativescript-ngx-fonticon": "~7.0.0",
4648
"rxjs": "^7.3.0",
47-
"zone.js": "0.11.4",
48-
"@nativescript/angular": "^12.2.0",
49-
"@ngx-translate/core": "~13.0.0"
49+
"zone.js": "0.11.4"
5050
},
5151
"devDependencies": {
52+
"@angular-devkit/build-angular": "~13.0.0",
5253
"@angular-eslint/eslint-plugin": "12.3.1",
5354
"@angular-eslint/eslint-plugin-template": "12.3.1",
5455
"@angular-eslint/template-parser": "12.3.1",
5556
"@angular/compiler-cli": "~13.0.0",
5657
"@nativescript/types": "~8.1.0",
5758
"@nativescript/unit-test-runner": "^2.0.5",
58-
"@nativescript/webpack": "~5.0.0",
59+
"@nativescript/webpack": "5.0.2-alpha.0",
5960
"@ngtools/webpack": "next",
6061
"@nrwl/angular": "13.1.3",
6162
"@nrwl/cli": "13.1.3",
@@ -99,7 +100,7 @@
99100
"ts-jest": "27.0.5",
100101
"ts-node": "9.1.1",
101102
"tslib": "^2.1.0",
102-
"typescript": "4.3.5"
103+
"typescript": "4.4.2"
103104
},
104105
"xplat": {
105106
"prefix": "nativescript",

0 commit comments

Comments
 (0)