Skip to content

Commit

Permalink
fix(TMC-4076): upgrade react-is to v18.3.1 (#5443)
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour authored Nov 5, 2024
1 parent 48b1bca commit d1f8b6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/unlucky-pandas-begin.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 2 additions & 3 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand All @@ -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"
}
}

0 comments on commit d1f8b6b

Please sign in to comment.