diff --git a/.changeset/unlucky-pandas-begin.md b/.changeset/unlucky-pandas-begin.md new file mode 100644 index 00000000000..e436f33503b --- /dev/null +++ b/.changeset/unlucky-pandas-begin.md @@ -0,0 +1,6 @@ +--- +'@talend/design-system': patch +'@talend/react-components': patch +--- + +Upgrade react-is to v18.3.1 and set as dependency (not peerDep) in design-system diff --git a/packages/components/package.json b/packages/components/package.json index 43986b50489..8bb6d43e3e5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -69,7 +69,7 @@ "react-draggable": "^4.4.6", "react-grid-layout": "^1.4.4", "react-immutable-proptypes": "^2.2.0", - "react-is": "^17.0.2", + "react-is": "^18.3.1", "react-popper": "^2.3.0", "react-transition-group": "^2.9.0", "react-use": "^17.5.1", diff --git a/packages/design-system/package.json b/packages/design-system/package.json index c3c3b6d7aaa..843627251d4 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -51,6 +51,7 @@ "classnames": "^2.5.1", "modern-css-reset": "^1.4.0", "react-transition-group": "^2.9.0", + "react-is": "^18.3.1", "react-use": "^17.5.1", "react-virtualized": "^9.22.5", "typeface-inconsolata": "^1.1.13", @@ -109,7 +110,6 @@ "react-helmet": "^6.1.0", "react-hook-form": "^7.53.0", "react-i18next": "^13.5.0", - "react-is": "^17.0.2", "react-router-dom": "~6.3.0", "storybook-docs-toc": "^1.7.0" }, @@ -121,7 +121,6 @@ "i18next": "^23.15.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^13.5.0", - "react-is": "^17.0.2" + "react-i18next": "^13.5.0" } }