Skip to content

Commit

Permalink
Merge pull request #7 from irohalab/fix-peer-deps
Browse files Browse the repository at this point in the history
fix peer dependencies issue
  • Loading branch information
EverettSummer authored Feb 19, 2024
2 parents d83aa46 + 4619eaa commit f24c7c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/irohalab/deneb-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"url": "https://github.com/irohalab/Deneb-UI.git"
},
"peerDependencies": {
"@angular/common": "^17.1.2",
"@angular/core": "^17.1.2",
"@angular/animations": "^17.1.2",
"@angular/common": "^17.0.0 || ^18.0.0",
"@angular/core": "^17.0.0 || ^18.0.0",
"@angular/animations": "^17.0.0 || ^18.0.0",
"popper.js": "^1.12.9"
},
"dependencies": {
Expand Down

0 comments on commit f24c7c9

Please sign in to comment.