Skip to content

Commit

Permalink
Update React Router to ^5.3.4 (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 85a2b38 commit aa350a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"react-dom": "^17.0.0",
"react-final-form": "^6.3.1",
"react-intl": "^5.25.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@comet/cli": "^7.7.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"react-dom": "^17.0",
"react-final-form": "^6.3.1",
"react-intl": "^5.25.1",
"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",
"typescript": "^4.9.5"
},
Expand All @@ -96,8 +96,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"
},
"publishConfig": {
"access": "public",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit aa350a6

Please sign in to comment.