Skip to content

Commit

Permalink
chore: use react-popper 2.x (react 18 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
glsignal committed Mar 17, 2023
1 parent fc2b29e commit 1b183d6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dx-react-chart-bootstrap4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"dependencies": {
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"react-popper": "^1.3.11"
"react-popper": "^2.3.0"
},
"peerDependencies": {
"@devexpress/dx-chart-core": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/dx-react-chart-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react-bootstrap": "=0.33.1",
"react-dom": "^17.0.2",
"react-frame-component": "^4.1.3",
"react-popper": "^1.3.11",
"react-popper": "^2.3.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/dx-react-grid-bootstrap4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"dependencies": {
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"react-popper": "^1.3.11"
"react-popper": "^2.3.0"
},
"peerDependencies": {
"@devexpress/dx-grid-core": "4.0.3",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19198,6 +19198,11 @@ react-fast-compare@^2.0.2:
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9"
integrity sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==

react-fast-compare@^3.0.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.1.tgz#53933d9e14f364281d6cba24bfed7a4afb808b5f"
integrity sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg==

react-frame-component@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/react-frame-component/-/react-frame-component-4.1.3.tgz#64c09dd29574720879c5f43ee36c17d8ae74d4ec"
Expand Down Expand Up @@ -19259,7 +19264,7 @@ react-overlays@^0.9.0:
react-transition-group "^2.2.1"
warning "^3.0.0"

react-popper@^1.3.11, react-popper@^1.3.6:
react-popper@^1.3.6:
version "1.3.11"
resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.11.tgz#a2cc3f0a67b75b66cfa62d2c409f9dd1fcc71ffd"
integrity sha512-VSA/bS+pSndSF2fiasHK/PTEEAyOpX60+H5EPAjoArr8JGm+oihu4UbrqcEBpQibJxBVCpYyjAX7abJ+7DoYVg==
Expand All @@ -19272,6 +19277,14 @@ react-popper@^1.3.11, react-popper@^1.3.6:
typed-styles "^0.0.7"
warning "^4.0.2"

react-popper@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-2.3.0.tgz#17891c620e1320dce318bad9fede46a5f71c70ba"
integrity sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==
dependencies:
react-fast-compare "^3.0.1"
warning "^4.0.2"

react-prop-types@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/react-prop-types/-/react-prop-types-0.4.0.tgz#f99b0bfb4006929c9af2051e7c1414a5c75b93d0"
Expand Down

0 comments on commit 1b183d6

Please sign in to comment.