Skip to content

Commit 776886d

Browse files
authored
Merge pull request #6 from nativescript-community/angular_fix
fix: update and fix angular
2 parents 3f7f312 + 58b6faf commit 776886d

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name": "@nativescript-community/ui-pager",
33
"version": "13.0.0",
44
"devDependencies": {
5-
"@angular/animations": "^10.1.1",
6-
"@angular/common": "^10.1.1",
7-
"@angular/compiler": "~10.1.1",
8-
"@angular/compiler-cli": "~10.1.1",
9-
"@angular/core": "~10.1.1",
10-
"@angular/forms": "~10.1.1",
11-
"@angular/platform-browser": "~10.1.1",
12-
"@angular/platform-browser-dynamic": "~10.1.1",
13-
"@angular/router": "~10.1.1",
5+
"@angular/animations": "^11.2.9",
6+
"@angular/common": "^11.2.9",
7+
"@angular/compiler": "~11.2.9",
8+
"@angular/compiler-cli": "~11.2.9",
9+
"@angular/core": "~11.2.9",
10+
"@angular/forms": "~11.2.9",
11+
"@angular/platform-browser": "~11.2.9",
12+
"@angular/platform-browser-dynamic": "~11.2.9",
13+
"@angular/router": "~11.2.9",
1414
"@commitlint/cli": "^9.1.2",
1515
"@commitlint/config-conventional": "^9.1.2",
16-
"@nativescript/angular": "~10.1.0",
16+
"@nativescript/angular": "~11.2.0",
1717
"@nativescript/core": "~7.0.13",
1818
"@nativescript/types-android": "7.0.1",
1919
"@nativescript/types-ios": "7.0.1",
@@ -38,7 +38,7 @@
3838
"svelte": "^3.24.1",
3939
"svelte-native": "0.9.3",
4040
"ts-patch": "^1.3.0",
41-
"typescript": "~3.9.7",
41+
"typescript": "~4.0.0",
4242
"vue": "^2.6.12",
4343
"yargs": "^16.1.0"
4444
},
@@ -73,4 +73,4 @@
7373
"dependencies": {
7474
"ts-node": "^9.0.0"
7575
}
76-
}
76+
}

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"moduleResolution": "node",
66
"removeComments": true,
77
"noLib": false,
8+
"skipDefaultLibCheck": true,
9+
"skipLibCheck": true,
810
"emitDecoratorMetadata": false,
911
"experimentalDecorators": true,
1012
"jsx": "react",

0 commit comments

Comments
 (0)