Skip to content

Commit

Permalink
⬇️(frontend) downgrade react-router-dom to 6.19.0
Browse files Browse the repository at this point in the history
The latest version of react-router-dom (6.20.0) introduce
a breaking change.
See: remix-run/react-router#11052
  • Loading branch information
AntoLC committed Nov 30, 2023
1 parent 29c9685 commit cf2a612
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/frontend/package.json
Expand Up @@ -68,7 +68,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.5.5",
"react-router-dom": "6.20.0",
"react-router-dom": "6.19.0",
"styled-components": "5.3.11",
"typescript": "5.3.2",
"zustand": "4.4.7"
Expand Down
30 changes: 15 additions & 15 deletions src/frontend/yarn.lock
Expand Up @@ -4560,10 +4560,10 @@
"@react-types/overlays" "^3.8.4"
"@react-types/shared" "^3.22.0"

"@remix-run/router@1.13.0":
version "1.13.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.13.0.tgz#7e29c4ee85176d9c08cb0f4456bff74d092c5065"
integrity sha512-5dMOnVnefRsl4uRnAdoWjtVTdh8e6aZqgM4puy9nmEADH72ck+uXwzpJLEKE9Q6F8ZljNewLgmTfkxUrBdv4WA==
"@remix-run/router@1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.12.0.tgz#e89b64b6fa97a8a5b740a4c38c2904b80f1f229a"
integrity sha512-2hXv036Bux90e1GXTWSMfNzfDDK8LA8JYEWfyHxzvwdp6GyoWEovKc9cotb3KCKmkdwsIBuFGX7ScTWyiHv7Eg==

"@rollup/plugin-babel@^5.2.0":
version "5.3.1"
Expand Down Expand Up @@ -14744,20 +14744,20 @@ react-refresh@^0.11.0:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==

react-router-dom@*, react-router-dom@6.20.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.20.0.tgz#7b9527a1e29c7fb90736a5f89d54ca01f40e264b"
integrity sha512-CbcKjEyiSVpA6UtCHOIYLUYn/UJfwzp55va4yEfpk7JBN3GPqWfHrdLkAvNCcpXr8QoihcDMuk0dzWZxtlB/mQ==
react-router-dom@*, react-router-dom@6.19.0:
version "6.19.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.19.0.tgz#ee807e36ae7dd954db7a3f770e38b7cc026c66a8"
integrity sha512-N6dWlcgL2w0U5HZUUqU2wlmOrSb3ighJmtQ438SWbhB1yuLTXQ8yyTBMK3BSvVjp7gBtKurT554nCtMOgxCZmQ==
dependencies:
"@remix-run/router" "1.13.0"
react-router "6.20.0"
"@remix-run/router" "1.12.0"
react-router "6.19.0"

react-router@6.20.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.20.0.tgz#4275a3567ecc55f7703073158048db10096bb539"
integrity sha512-pVvzsSsgUxxtuNfTHC4IxjATs10UaAtvLGVSA1tbUE4GDaOSU1Esu2xF5nWLz7KPiMuW8BJWuPFdlGYJ7/rW0w==
react-router@6.19.0:
version "6.19.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.19.0.tgz#6d5062fa33495859daca98d86292ab03b037a9ca"
integrity sha512-0W63PKCZ7+OuQd7Tm+RbkI8kCLmn4GPjDbX61tWljPxWgqTKlEpeQUwPkT1DRjYhF8KSihK0hQpmhU4uxVMcdw==
dependencies:
"@remix-run/router" "1.13.0"
"@remix-run/router" "1.12.0"

react-scripts@5.0.1:
version "5.0.1"
Expand Down

0 comments on commit cf2a612

Please sign in to comment.