Skip to content

Commit

Permalink
Update peerDeps for angular packages (DevExpress#1446)
Browse files Browse the repository at this point in the history
* Update peerDeps for angular packages

* Update lock file
  • Loading branch information
dxvladislavvolkov authored Jun 14, 2024
1 parent a42cb98 commit 70b60a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/devextreme-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"author": "Developer Express Inc.",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">12.0.0",
"@angular/core": ">12.0.0",
"@angular/forms": ">12.0.0",
"@angular/common": ">=12.0.0 <=17.X.X",
"@angular/core": ">=12.0.0 <=17.X.X",
"@angular/forms": ">=12.0.0 <=17.X.X",
"devextreme": "23.1-next"
},
"devDependencies": {
Expand Down

0 comments on commit 70b60a6

Please sign in to comment.