Skip to content

Commit

Permalink
Fixed #12231 - PrimeNG is not compatible with zone.js 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 16, 2022
1 parent 3e60172 commit 0b34a1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"tslint": "~6.1.0",
"typescript": "~4.7.2",
"xlsx": "^0.15.1",
"zone.js": "~0.11.4"
"zone.js": "~0.12.0"
}
}
2 changes: 1 addition & 1 deletion src/app/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/common": "^14.0.0",
"@angular/forms": "^14.0.0",
"rxjs": "^6.0.0 || ^7.0.0",
"zone.js": "^0.10.2 || ^0.11.0",
"zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0",
"primeicons": "^6.0.1"
}
}

0 comments on commit 0b34a1a

Please sign in to comment.