Skip to content

Commit

Permalink
Update React Router to ^5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent de6d677 commit 64361c0
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 43 deletions.
4 changes: 2 additions & 2 deletions demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"react-final-form": "^6.0.0",
"react-intl": "^6.0.0",
"react-is": "^17.0.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-select": "^3.0.0",
"uuid": "^9.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"react-live": "^2.4.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-select": "^3.2.0",
"search-insights": "^2.7.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"react-dom": "^17.0.0",
"react-final-form": "^6.3.1",
"react-intl": "^6.0.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.5",
"typescript": "^4.0.0"
Expand All @@ -113,8 +113,8 @@
"react-dom": "^17.0",
"react-final-form": "^6.3.1",
"react-intl": "^5.0.0 || ^6.0.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4"
},
"peerDependenciesMeta": {
"@mui/x-data-grid-premium": {
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/blocks-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"react-dom": "^16.8.0 || ^17.0.0",
"react-final-form": "^6.0.0",
"react-intl": "^6.0.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"ts-jest": "^29.0.5",
"typescript": "^4.0.0"
},
Expand All @@ -83,8 +83,8 @@
"react-dom": "^16.8.0 || ^17.0.0",
"react-final-form": "^6.0.0",
"react-intl": "^5.0.0 || ^6.0.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0"
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/cms-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
"react-dom": "^17.0.0",
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.0.0"
Expand All @@ -158,8 +158,8 @@
"react-dom": "^16.8.0 || ^17.0.0",
"react-final-form": "^6.0.0",
"react-intl": "^5.0.0 || ^6.0.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0"
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4"
},
"publishConfig": {
"access": "public",
Expand Down
42 changes: 17 additions & 25 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"prettier": "^2.0.0",
"react-dnd": "^16.0.0",
"react-dnd-html5-backend": "^16.0.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"remark-gfm": "^4.0.0",
"storybook": "^8.4.4",
"ts-loader": "^6.0.4",
Expand Down

0 comments on commit 64361c0

Please sign in to comment.