Skip to content

Commit d19001c

Browse files
committed
fix: peerDependencies in iris-grid should just use react >=16
- This change was introduced with PR https://github.com/deephaven/web-client-ui/pull/2555/changes#diff-f952417e448401752610b573dafc9c136ac4ae7b0734afad22382babe6608dff - The only other changes to `package.json` were to @dnd-kit/modifiers and @dnd-kit/sortable, both of which also have a peer dep of react >=16 - Setting it to >= 18 is unnecessarily restrictive
1 parent bdbf875 commit d19001c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/iris-grid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"react-transition-group": "^4.4.2"
6363
},
6464
"peerDependencies": {
65-
"react": ">=18.0.0",
66-
"react-dom": ">=18.0.0"
65+
"react": ">=16.8.0",
66+
"react-dom": ">=16.8.0"
6767
},
6868
"devDependencies": {
6969
"@deephaven/jsapi-shim": "file:../jsapi-shim",

0 commit comments

Comments
 (0)