Skip to content

Commit

Permalink
build:fixed peerDependencies to reflect angular 16
Browse files Browse the repository at this point in the history
  • Loading branch information
zahmo committed Sep 29, 2024
1 parent 4ff8025 commit 854dbe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions projects/ng-formworks-cssframework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"private": false,
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
},
"dependencies": {
"tslib": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/ng-formworks-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"private": false,
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
},

"dependencies": {
Expand Down

0 comments on commit 854dbe2

Please sign in to comment.