Skip to content

Commit

Permalink
Update react-router monorepo to v6.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 982d714 commit 9291a4f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"react-helmet": "6.1.0",
"react-hot-loader": "4.13.1",
"react-redux": "8.1.3",
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
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 @@ -39,8 +39,8 @@
"react-helmet": "6.1.0",
"react-hot-loader": "4.13.1",
"react-redux": "8.1.3",
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
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 @@ -39,8 +39,8 @@
"react-helmet": "6.1.0",
"react-hot-loader": "4.13.1",
"react-redux": "8.1.3",
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
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 @@ -40,8 +40,8 @@
"react-helmet": "6.1.0",
"react-hot-loader": "4.13.1",
"react-redux": "8.1.3",
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
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 @@ -41,8 +41,8 @@
"react-helmet": "6.1.0",
"react-hot-loader": "4.13.1",
"react-redux": "8.1.3",
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"react-transition-group": "4.4.5",
"redux": "4.2.1",
"redux-saga": "1.2.3",
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 @@ -47,8 +47,8 @@
"react-helmet": "6.1.0",
"react-hot-loader": "4.13.1",
"react-redux": "8.1.3",
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"reselect": "4.1.6"
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 @@ -47,8 +47,8 @@
"react-helmet": "6.1.0",
"react-hot-loader": "4.13.1",
"react-redux": "8.1.3",
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"redux": "4.2.1",
"redux-saga": "1.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"re-reselect": "4.0.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router": "6.4.3",
"react-router": "6.23.1",
"redux-saga": "1.2.3",
"reselect": "4.1.6",
"status-code-enum": "1.0.0"
Expand Down

0 comments on commit 9291a4f

Please sign in to comment.