Skip to content

Commit

Permalink
feat: support Angular 11 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 21, 2020
1 parent 96718de commit d793e57
Show file tree
Hide file tree
Showing 2 changed files with 940 additions and 474 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"license": "MIT",
"distDir": "dist",
"peerDependencies": {
"@angular/common": "^9.0.0 || ^10.0.0",
"@angular/core": "^9.0.0 || ^10.0.0",
"@angular/common": "^10.0.0 || ^11.0.0",
"@angular/core": "^10.0.0 || ^11.0.0",
"@uirouter/core": "^6.0.7",
"@uirouter/rx": "^0.6.0"
},
"devDependencies": {
"@angular/animations": "9.1.12",
"@angular/common": "^9.1.12",
"@angular/compiler": "^9.1.12",
"@angular/compiler-cli": "9.1.12",
"@angular/core": "^9.1.12",
"@angular/platform-browser": "^9.1.12",
"@angular/platform-browser-dynamic": "^9.1.12",
"@angular/animations": "^10.0.0",
"@angular/common": "^10.0.0",
"@angular/compiler": "^10.0.0",
"@angular/compiler-cli": "^10.0.0",
"@angular/core": "^10.0.0",
"@angular/platform-browser": "^10.0.0",
"@angular/platform-browser-dynamic": "^10.0.0",
"@types/jest": "^26.0.4",
"@types/jquery": "^3.3.33",
"@uirouter/core": "^6.0.7",
Expand All @@ -66,13 +66,13 @@
"husky": "^4.2.3",
"jest": "26.1.0",
"jest-preset-angular": "8.2.1",
"ng-packagr": "9.1.5",
"ng-packagr": "^10.0.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"tslint": "^6.1.0",
"typescript": "~3.8.3",
"typescript": "~4.0.0",
"utf-8-validate": "5.0.2",
"zone.js": "0.10.3"
},
Expand Down

0 comments on commit d793e57

Please sign in to comment.