Skip to content

Commit

Permalink
Bump react-router-dom to ^6.22.3 (mui#41343)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 1b53a2d commit c3c72ad
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 31 deletions.
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.1"
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@babel/preset-react": "^7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"react-intersection-observer": "^9.8.1",
"react-is": "^18.2.0",
"react-number-format": "^5.3.4",
"react-router-dom": "^6.21.3",
"react-router-dom": "^6.22.3",
"react-runner": "^1.0.3",
"react-simple-code-editor": "^0.13.1",
"react-spring": "^9.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"playwright": "^1.42.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"react-router-dom": "^6.22.3",
"rollup": "^3.29.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down
39 changes: 12 additions & 27 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.21.3",
"react-router-dom": "^6.22.3",
"sinon": "^15.2.0",
"styled-components": "^6.1.8",
"stylis": "4.2.0",
Expand Down

0 comments on commit c3c72ad

Please sign in to comment.