Skip to content

Commit 500f2f7

Browse files
fix: build package with Angular 13.
This build worked with sample-app-angular which was using angular 12, so hopefuly it's compatible with ng12
1 parent f82d4ee commit 500f2f7

File tree

2 files changed

+183
-174
lines changed

2 files changed

+183
-174
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"@uirouter/rx": "^1.0.0"
5151
},
5252
"devDependencies": {
53-
"@angular/animations": "^12.0.0",
54-
"@angular/common": "^12.0.0",
55-
"@angular/compiler": "^12.0.0",
56-
"@angular/compiler-cli": "^12.0.0",
57-
"@angular/core": "^12.0.0",
58-
"@angular/platform-browser": "^12.0.0",
59-
"@angular/platform-browser-dynamic": "^12.0.0",
53+
"@angular/animations": "13",
54+
"@angular/common": "13",
55+
"@angular/compiler": "13",
56+
"@angular/compiler-cli": "13",
57+
"@angular/core": "13",
58+
"@angular/platform-browser": "13",
59+
"@angular/platform-browser-dynamic": "13",
6060
"@types/jest": "^27.0.3",
6161
"@types/jquery": "^3.5.9",
6262
"@uirouter/core": "^6.0.8",
@@ -65,15 +65,15 @@
6565
"husky": "^7.0.4",
6666
"jest": "27.3.1",
6767
"jest-preset-angular": "11.0.1",
68-
"ng-packagr": "^12.0.0",
68+
"ng-packagr": "13",
6969
"postcss": "^8.0.0",
7070
"prettier": "^2.5.0",
7171
"pretty-quick": "^3.1.2",
7272
"rxjs": "6.6.7",
7373
"rxjs-compat": "^6.5.4",
7474
"ts-node": "10.4.0",
7575
"tslint": "^6.1.0",
76-
"typescript": "~4.3.5",
76+
"typescript": "~4.4.2",
7777
"zone.js": "0.11.4"
7878
},
7979
"ngPackage": {

0 commit comments

Comments
 (0)