Skip to content

Commit

Permalink
allow more recent react versions (#1082)
Browse files Browse the repository at this point in the history
* allow more recent react versions

* allow more recent react versions

* allow more recent react versions
  • Loading branch information
heswell authored Dec 18, 2023
1 parent e15b956 commit f10d7ed
Show file tree
Hide file tree
Showing 18 changed files with 80 additions and 79 deletions.
95 changes: 48 additions & 47 deletions vuu-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vuu-ui/packages/vuu-data-ag-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@finos/vuu-utils": "0.0.26"
},
"peerDependencies": {
"react": "^17.0.2"
"react": ">=17.0.2"
}
}
2 changes: 1 addition & 1 deletion vuu-ui/packages/vuu-data-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@finos/vuu-utils": "0.0.26"
},
"peerDependencies": {
"react": "^17.0.2"
"react": ">=17.0.2"
}
}
4 changes: 2 additions & 2 deletions vuu-ui/packages/vuu-datatable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}
4 changes: 2 additions & 2 deletions vuu-ui/packages/vuu-filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"uuid": "9.0.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}
4 changes: 2 additions & 2 deletions vuu-ui/packages/vuu-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}
4 changes: 2 additions & 2 deletions vuu-ui/packages/vuu-popups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}
4 changes: 2 additions & 2 deletions vuu-ui/packages/vuu-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}
4 changes: 2 additions & 2 deletions vuu-ui/packages/vuu-table-extras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions vuu-ui/packages/vuu-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}
4 changes: 2 additions & 2 deletions vuu-ui/packages/vuu-ui-controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}
4 changes: 2 additions & 2 deletions vuu-ui/packages/vuu-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@finos/vuu-protocol-types": "0.0.26"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}
Loading

0 comments on commit f10d7ed

Please sign in to comment.