Skip to content

Commit

Permalink
fix: build package with Angular 13.
Browse files Browse the repository at this point in the history
This build worked with sample-app-angular which was using angular 12, so hopefuly it's compatible with ng12
  • Loading branch information
christopherthielen committed Dec 1, 2021
1 parent f82d4ee commit 500f2f7
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 174 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"@uirouter/rx": "^1.0.0"
},
"devDependencies": {
"@angular/animations": "^12.0.0",
"@angular/common": "^12.0.0",
"@angular/compiler": "^12.0.0",
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"@angular/animations": "13",
"@angular/common": "13",
"@angular/compiler": "13",
"@angular/compiler-cli": "13",
"@angular/core": "13",
"@angular/platform-browser": "13",
"@angular/platform-browser-dynamic": "13",
"@types/jest": "^27.0.3",
"@types/jquery": "^3.5.9",
"@uirouter/core": "^6.0.8",
Expand All @@ -65,15 +65,15 @@
"husky": "^7.0.4",
"jest": "27.3.1",
"jest-preset-angular": "11.0.1",
"ng-packagr": "^12.0.0",
"ng-packagr": "13",
"postcss": "^8.0.0",
"prettier": "^2.5.0",
"pretty-quick": "^3.1.2",
"rxjs": "6.6.7",
"rxjs-compat": "^6.5.4",
"ts-node": "10.4.0",
"tslint": "^6.1.0",
"typescript": "~4.3.5",
"typescript": "~4.4.2",
"zone.js": "0.11.4"
},
"ngPackage": {
Expand Down

0 comments on commit 500f2f7

Please sign in to comment.