Skip to content

Commit

Permalink
Update react monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 9, 2022
1 parent a809010 commit a513b0c
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 35 deletions.
59 changes: 42 additions & 17 deletions docs/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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@misk/simpleredux": "0.1.20-1",
"@westegg/gatsby-theme-misk": "0.0.49",
"gatsby": "4.24.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"history": "4.10.1",
"http-method-enum": "1.0.0",
"immutable": "4.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.0.0",
"react-hot-loader": "4.12.21",
"react-redux": "7.2.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"http-method-enum": "1.0.0",
"immutable": "4.1.0",
"lodash": "4.17.21",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.0.0",
"react-hot-loader": "4.12.21",
"react-redux": "7.2.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"http-method-enum": "1.0.0",
"immutable": "4.1.0",
"lodash": "4.17.21",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.0.0",
"react-hot-loader": "4.12.21",
"react-redux": "7.2.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"http-method-enum": "1.0.0",
"immutable": "4.1.0",
"lodash": "4.17.21",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.0.0",
"react-hot-loader": "4.12.21",
"react-redux": "7.2.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"http-method-enum": "1.0.0",
"immutable": "4.1.0",
"lodash": "4.17.21",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.0.0",
"react-hot-loader": "4.12.21",
"react-redux": "7.2.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"history": "4.10.1",
"immutable": "4.1.0",
"re-reselect": "3.4.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.0.0",
"react-hot-loader": "4.12.21",
"react-redux": "7.2.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"http-method-enum": "1.0.0",
"immutable": "4.1.0",
"lodash": "4.17.21",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.0.0",
"react-hot-loader": "4.12.21",
"react-redux": "7.2.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"immutable": "4.1.0",
"lodash": "4.17.21",
"re-reselect": "3.4.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "5.3.4",
"redux-saga": "1.2.1",
"reselect": "4.1.6",
Expand Down

0 comments on commit a513b0c

Please sign in to comment.