Skip to content

Commit

Permalink
fix(deps): update dependency react-router-dom to v6.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent 41f71d1 commit 5b50b51
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"react-router-dom": "6.15.0",
"react-router-dom": "6.17.0",
"react-scripts": "5.0.1",
"web-vitals": "2.1.4"
},
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2171,10 +2171,10 @@
prop-types "^15.7.2"
tslib "^2.1.0"

"@remix-run/router@1.8.0":
version "1.8.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz"
integrity sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==
"@remix-run/router@1.10.0":
version "1.10.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.10.0.tgz"
integrity sha512-Lm+fYpMfZoEucJ7cMxgt4dYt8jLfbpwRCzAjm9UgSLOkmlqo9gupxt6YX3DY0Fk155NT9l17d/ydi+964uS9Lw==

"@rollup/plugin-babel@^5.2.0":
version "5.3.1"
Expand Down Expand Up @@ -7985,20 +7985,20 @@ [email protected]:
use-callback-ref "^1.2.3"
use-sidecar "^1.0.1"

react-router-dom@6.15.0:
version "6.15.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz"
integrity sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==
react-router-dom@6.17.0:
version "6.17.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.17.0.tgz"
integrity sha512-qWHkkbXQX+6li0COUUPKAUkxjNNqPJuiBd27dVwQGDNsuFBdMbrS6UZ0CLYc4CsbdLYTckn4oB4tGDuPZpPhaQ==
dependencies:
"@remix-run/router" "1.8.0"
react-router "6.15.0"
"@remix-run/router" "1.10.0"
react-router "6.17.0"

react-router@6.15.0:
version "6.15.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz"
integrity sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==
react-router@6.17.0:
version "6.17.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.17.0.tgz"
integrity sha512-YJR3OTJzi3zhqeJYADHANCGPUu9J+6fT5GLv82UWRGSxu6oJYCKVmxUcaBQuGm9udpWmPsvpme/CdHumqgsoaA==
dependencies:
"@remix-run/router" "1.8.0"
"@remix-run/router" "1.10.0"

[email protected]:
version "5.0.1"
Expand Down

0 comments on commit 5b50b51

Please sign in to comment.