Skip to content

Commit

Permalink
Update dependency @types/react-router to ^5.1.20 (#3014)
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 Jan 3, 2025
1 parent 4fa1d5e commit 0bb4716
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/node": "^22.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router": "^5.0.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.0.0",
"@types/uuid": "^7.0.0",
"@vitejs/plugin-react-swc": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/node": "^22.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.11",
"@types/react-router": "^5.1.12",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.1.7",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/uuid": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/blocks-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/node": "^22.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router": "^5.0.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.0.0",
"@types/uuid": "^8.0.0",
"chokidar-cli": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/cms-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-image-crop": "^8.0.0",
"@types/react-router": "^5.0.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.0.0",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.0.0",
Expand Down
10 changes: 5 additions & 5 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 storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/qs": "^6.9.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router": "^5.0.3",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^4.3.4",
"@types/uuid": "^9.0.0",
"draft-js": "^0.11.5",
Expand Down

0 comments on commit 0bb4716

Please sign in to comment.