Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump react-router-dom from 6.21.2 to 6.21.3 #745

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-monaco-editor": "^0.55.0",
"react-router-dom": "^6.21.2",
"react-router-dom": "^6.21.3",
"react-split": "^2.0.14",
"reactflow": "^11.10.1",
"superstruct": "^1.0.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ __metadata:
react-dom: "npm:^18.2.0"
react-markdown: "npm:^8.0.7"
react-monaco-editor: "npm:^0.55.0"
react-router-dom: "npm:^6.21.2"
react-router-dom: "npm:^6.21.3"
react-split: "npm:^2.0.14"
reactflow: "npm:^11.10.1"
replace: "npm:^1.2.2"
Expand Down Expand Up @@ -16337,27 +16337,27 @@ __metadata:
languageName: node
linkType: hard

"react-router-dom@npm:^6.21.2":
version: 6.21.2
resolution: "react-router-dom@npm:6.21.2"
"react-router-dom@npm:^6.21.3":
version: 6.21.3
resolution: "react-router-dom@npm:6.21.3"
dependencies:
"@remix-run/router": "npm:1.14.2"
react-router: "npm:6.21.2"
react-router: "npm:6.21.3"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 24d1470e68f11369776c623b8873c8cf0af476d102317cb3aa6b13b48c86908f10a6e51209ce24dccf40e429538d4e23fda796c190f2ff98f894cb476d51f44d
checksum: 6e23e35d02e5c83847c8e47d7912d1f6c2c42a35f2317802031bdd993a8205468138a045ff34f67fe807fe9f7dc9d0995ee05bab25aedc0bf978e620ac132815
languageName: node
linkType: hard

"react-router@npm:6.21.2":
version: 6.21.2
resolution: "react-router@npm:6.21.2"
"react-router@npm:6.21.3":
version: 6.21.3
resolution: "react-router@npm:6.21.3"
dependencies:
"@remix-run/router": "npm:1.14.2"
peerDependencies:
react: ">=16.8"
checksum: 08701bfe9e7b860442dd0f3c6e36d3ea6106d86db5ec9da930fd56d5782a13b82612826de7dd31bb38832f3fa76437d7a0ca36e63a76256f62d5b738f529a48c
checksum: 3d5107cfdb440519d84e6ad6d95454e3bf41ec97677b95f7b2a7f281f8ddf191b765cf1b599ead951f3cd33ed4429f140590d74a01cfdf835dc2f812023a978a
languageName: node
linkType: hard

Expand Down
Loading