Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix: update peer dependencies to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenoslaj committed May 16, 2021
1 parent 70392a6 commit 3150fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"url": "https://github.com/klemenoslaj/ng-action-outlet.git"
},
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0"
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions projects/material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"url": "https://github.com/klemenoslaj/ng-action-outlet.git"
},
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/material": "^11.0.0",
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/material": "^12.0.0",
"@ng-action-outlet/core": "^0.0.0-development"
},
"dependencies": {
Expand Down

0 comments on commit 3150fd2

Please sign in to comment.