Skip to content

Commit 70b60a6

Browse files
Update peerDeps for angular packages (#1446)
* Update peerDeps for angular packages * Update lock file
1 parent a42cb98 commit 70b60a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/devextreme-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"author": "Developer Express Inc.",
1818
"license": "MIT",
1919
"peerDependencies": {
20-
"@angular/common": ">12.0.0",
21-
"@angular/core": ">12.0.0",
22-
"@angular/forms": ">12.0.0",
20+
"@angular/common": ">=12.0.0 <=17.X.X",
21+
"@angular/core": ">=12.0.0 <=17.X.X",
22+
"@angular/forms": ">=12.0.0 <=17.X.X",
2323
"devextreme": "23.1-next"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)