Skip to content

Commit

Permalink
Fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCuypersPpw committed Sep 12, 2023
1 parent a70a79a commit 25e5212
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion projects/ppwcode/ng-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
"@ng-matero/extensions": "16.1.0",
"@ngx-translate/core": "^15.0.0"
"@ngx-translate/core": "^15.0.0",
"@ppwcode/ng-common-components": "^0.0.4"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
3 changes: 2 additions & 1 deletion projects/ppwcode/ng-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.4",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
"@angular/core": "^16.2.0",
"@ppwcode/ng-common": "^0.0.4"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
3 changes: 2 additions & 1 deletion projects/ppwcode/ng-wireframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.4",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
"@angular/core": "^16.2.0",
"@ppwcode/ng-async": "^0.0.4"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 25e5212

Please sign in to comment.