Skip to content

Commit 0eebfcc

Browse files
committed
feat(angular): dep updates
1 parent d7a99d2 commit 0eebfcc

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

packages/template-blank-ng/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@angular/router": "~10.1.0",
4040
"@nativescript/angular": "~10.1.0",
4141
"@nativescript/core": "~7.0.0",
42-
"@nativescript/theme": "~2.5.0",
42+
"@nativescript/theme": "~3.0.0",
4343
"reflect-metadata": "~0.1.12",
4444
"rxjs": "^6.6.0",
4545
"zone.js": "~0.11.1"
@@ -48,6 +48,6 @@
4848
"@angular/compiler-cli": "~10.1.0",
4949
"@nativescript/webpack": "~3.0.0",
5050
"@ngtools/webpack": "~10.1.0",
51-
"typescript": "~3.9.0"
51+
"typescript": "~4.0.0"
5252
}
5353
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@angular/router": "~10.1.0",
3434
"@nativescript/angular": "~10.1.0",
3535
"@nativescript/core": "~7.0.0",
36-
"@nativescript/theme": "~2.3.0",
36+
"@nativescript/theme": "~3.0.0",
3737
"reflect-metadata": "~0.1.12",
3838
"rxjs": "^6.6.0",
3939
"zone.js": "~0.11.1"
@@ -43,6 +43,6 @@
4343
"@nativescript/types": "~7.0.0",
4444
"@nativescript/webpack": "~3.0.0",
4545
"@ngtools/webpack": "~10.1.0",
46-
"typescript": "~3.9.0"
46+
"typescript": "~4.0.0"
4747
}
4848
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />
21
/// <reference path="./node_modules/@nativescript/types/index.d.ts" />

0 commit comments

Comments
 (0)