Skip to content

Commit d793e57

Browse files
feat: support Angular 11 (#885)
1 parent 96718de commit d793e57

File tree

2 files changed

+940
-474
lines changed

2 files changed

+940
-474
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"license": "MIT",
4444
"distDir": "dist",
4545
"peerDependencies": {
46-
"@angular/common": "^9.0.0 || ^10.0.0",
47-
"@angular/core": "^9.0.0 || ^10.0.0",
46+
"@angular/common": "^10.0.0 || ^11.0.0",
47+
"@angular/core": "^10.0.0 || ^11.0.0",
4848
"@uirouter/core": "^6.0.7",
4949
"@uirouter/rx": "^0.6.0"
5050
},
5151
"devDependencies": {
52-
"@angular/animations": "9.1.12",
53-
"@angular/common": "^9.1.12",
54-
"@angular/compiler": "^9.1.12",
55-
"@angular/compiler-cli": "9.1.12",
56-
"@angular/core": "^9.1.12",
57-
"@angular/platform-browser": "^9.1.12",
58-
"@angular/platform-browser-dynamic": "^9.1.12",
52+
"@angular/animations": "^10.0.0",
53+
"@angular/common": "^10.0.0",
54+
"@angular/compiler": "^10.0.0",
55+
"@angular/compiler-cli": "^10.0.0",
56+
"@angular/core": "^10.0.0",
57+
"@angular/platform-browser": "^10.0.0",
58+
"@angular/platform-browser-dynamic": "^10.0.0",
5959
"@types/jest": "^26.0.4",
6060
"@types/jquery": "^3.3.33",
6161
"@uirouter/core": "^6.0.7",
@@ -66,13 +66,13 @@
6666
"husky": "^4.2.3",
6767
"jest": "26.1.0",
6868
"jest-preset-angular": "8.2.1",
69-
"ng-packagr": "9.1.5",
69+
"ng-packagr": "^10.0.0",
7070
"prettier": "^2.0.5",
7171
"pretty-quick": "^2.0.1",
7272
"rxjs": "^6.5.4",
7373
"rxjs-compat": "^6.5.4",
7474
"tslint": "^6.1.0",
75-
"typescript": "~3.8.3",
75+
"typescript": "~4.0.0",
7676
"utf-8-validate": "5.0.2",
7777
"zone.js": "0.10.3"
7878
},

0 commit comments

Comments
 (0)