Skip to content

Commit

Permalink
chore: support angular 9/10 -- build with angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and mergify[bot] committed Jul 16, 2020
1 parent ec0cd54 commit d7fb2d5
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 1,443 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,36 @@
},
"license": "MIT",
"peerDependencies": {
"@angular/core": "^8.0.0 || ^9.0.0 || ^9.0.0-next",
"@angular/upgrade": "^8.0.0 || ^9.0.0 || ^9.0.0-next",
"@uirouter/angular": "^6.0.0",
"@uirouter/angularjs": "^1.0.23",
"@angular/core": "^9.0.0 || ^10.0.0",
"@angular/upgrade": "^9.0.0 || ^10.0.0",
"@uirouter/angular": "^7.0.0",
"@uirouter/angularjs": "^1.0.26",
"angular": "^1.5.0"
},
"devDependencies": {
"@angular/common": "^8.2.13",
"@angular/compiler": "^8.2.13",
"@angular/compiler-cli": "^8.2.13",
"@angular/core": "^8.2.13",
"@angular/platform-browser": "^8.2.13",
"@angular/platform-browser-dynamic": "^8.2.13",
"@angular/upgrade": "^8.2.13",
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@angular/upgrade": "^9.0.0",
"@types/angular": "^1.7.0",
"@types/jquery": "^3.3.37",
"@uirouter/angular": "^7.0.0",
"@uirouter/angularjs": "^1.0.26",
"@uirouter/core": "^6.0.3",
"@uirouter/core": "^6.0.5",
"@uirouter/publish-scripts": "^2.3.48",
"@uirouter/rx": "^0.6.5",
"angular": "^1.7.9",
"husky": "^4.2.5",
"ng-packagr": "^5.3.0",
"ng-packagr": "^9.0.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.5.5",
"shx": "^0.3.2",
"typescript": "~3.5.3",
"typescript": "~3.8.3",
"zone.js": "^0.10.3"
},
"distDir": "dist",
Expand Down
Loading

0 comments on commit d7fb2d5

Please sign in to comment.