Skip to content

Commit

Permalink
Force React version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey committed Jul 12, 2024
1 parent b9fc83b commit f7b12d3
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 23 deletions.
6 changes: 3 additions & 3 deletions webapp/channels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"popper.js": "1.16.1",
"process": "0.11.10",
"prop-types": "15.8.1",
"react": "17.0.2",
"react": "18.3.1",
"react-beautiful-dnd": "13.1.1",
"react-bootstrap": "github:mattermost/react-bootstrap#d821e2b1db1059bd36112d7587fd1b0912b27626",
"react-color": "2.19.3",
"react-contextmenu": "2.14.0",
"react-custom-scrollbars": "4.2.1",
"react-day-picker": "8.3.6",
"react-dom": "17.0.2",
"react-dom": "18.3.1",
"react-hot-loader": "4.13.0",
"react-intl": "*",
"react-is": "17.0.2",
Expand Down Expand Up @@ -125,7 +125,7 @@
"@types/react-bootstrap": "0.32.35",
"@types/react-color": "3.0.6",
"@types/react-custom-scrollbars": "4.0.10",
"@types/react-dom": "17.0.25",
"@types/react-dom": "18.3.0",
"@types/react-is": "17.0.2",
"@types/react-overlays": "1.1.3",
"@types/react-redux": "7.1.31",
Expand Down
57 changes: 42 additions & 15 deletions webapp/package-lock.json

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

4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"overrides": {
"@types/react": "17.0.71",
"@types/scheduler": "0.16.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"styled-components": "5.3.6"
},
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions webapp/platform/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.71",
"@types/react-bootstrap": "^0.32.35",
"@types/react-dom": "^17.0.25",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.21",
"@types/shallow-equals": "^1.0.0",
"@types/styled-components": "^5.1.19",
Expand All @@ -41,9 +41,9 @@
"@tippyjs/react": "^4.2.6",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react": "^18.0.0",
"react-bootstrap": "github:mattermost/react-bootstrap#d821e2b1db1059bd36112d7587fd1b0912b27626",
"react-dom": "^17.0.2",
"react-dom": "^18.0.0",
"react-intl": "*",
"shallow-equals": "^1.0.0",
"styled-components": "^5.3.5",
Expand Down

0 comments on commit f7b12d3

Please sign in to comment.