Skip to content

Commit

Permalink
fix dx-react-chart peer dependency (#3679)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev authored Sep 9, 2024
1 parent e429265 commit f4513e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/dx-react-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
},
"devDependencies": {
"@devexpress/dx-testing": "4.0.8",
"@devexpress/dx-core": "4.0.8",
"@devexpress/dx-react-core": "4.0.8",
"@rollup/plugin-replace": "^2.3.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"core-js": "^3.4.1",
Expand All @@ -84,6 +86,7 @@
"d3-shape": "^1.3.7"
},
"peerDependencies": {
"@devexpress/dx-core": "4.0.8",
"@devexpress/dx-react-core": "4.0.8",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
Expand Down

0 comments on commit f4513e1

Please sign in to comment.