Skip to content

Commit

Permalink
Bump React router to ^6.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent 6ae6d37 commit 7f6c3f0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.0",
"react-is": "^18.2.0",
"react-router": "^6.20.1",
"react-router-dom": "^6.20.1",
"react-router": "^6.21.0",
"react-router-dom": "^6.21.0",
"react-runner": "^1.0.3",
"react-simple-code-editor": "^0.13.1",
"recast": "^0.23.4",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2598,10 +2598,10 @@
"@react-spring/shared" "~9.7.3"
"@react-spring/types" "~9.7.3"

"@remix-run/router@1.13.1":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.13.1.tgz#07e2a8006f23a3bc898b3f317e0a58cc8076b86e"
integrity sha512-so+DHzZKsoOcoXrILB4rqDkMDy7NLMErRdOxvzvOKb507YINKUP4Di+shbTZDhSE/pBZ+vr7XGIpcOO0VLSA+Q==
"@remix-run/router@1.14.0":
version "1.14.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.14.0.tgz#9bc39a5a3a71b81bdb310eba6def5bc3966695b7"
integrity sha512-WOHih+ClN7N8oHk9N4JUiMxQJmRVaOxcg8w7F/oHUXzJt920ekASLI/7cYX8XkntDWRhLZtsk6LbGrkgOAvi5A==

"@sigstore/protobuf-specs@^0.1.0":
version "0.1.0"
Expand Down Expand Up @@ -11842,20 +11842,20 @@ react-reconciler@^0.29.0:
loose-envify "^1.1.0"
scheduler "^0.23.0"

react-router-dom@^6.20.1:
version "6.20.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.20.1.tgz#e34f8075b9304221420de3609e072bb349824984"
integrity sha512-npzfPWcxfQN35psS7rJgi/EW0Gx6EsNjfdJSAk73U/HqMEJZ2k/8puxfwHFgDQhBGmS3+sjnGbMdMSV45axPQw==
react-router-dom@^6.21.0:
version "6.21.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.0.tgz#aa4c6bc046a8e8723095bc09b3c0ab2254532712"
integrity sha512-1dUdVj3cwc1npzJaf23gulB562ESNvxf7E4x8upNJycqyUm5BRRZ6dd3LrlzhtLaMrwOCO8R0zoiYxdaJx4LlQ==
dependencies:
"@remix-run/router" "1.13.1"
react-router "6.20.1"
"@remix-run/router" "1.14.0"
react-router "6.21.0"

react-router@6.20.1, react-router@^6.20.1:
version "6.20.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.20.1.tgz#e8cc326031d235aaeec405bb234af77cf0fe75ef"
integrity sha512-ccvLrB4QeT5DlaxSFFYi/KR8UMQ4fcD8zBcR71Zp1kaYTC5oJKYAp1cbavzGrogwxca+ubjkd7XjFZKBW8CxPA==
react-router@6.21.0, react-router@^6.21.0:
version "6.21.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.21.0.tgz#6fe3e59877aca3dccceec1801d26991ddf42d12b"
integrity sha512-hGZ0HXbwz3zw52pLZV3j3+ec+m/PQ9cTpBvqjFQmy2XVUWGn5MD+31oXHb6dVTxYzmAeaiUBYjkoNz66n3RGCg==
dependencies:
"@remix-run/router" "1.13.1"
"@remix-run/router" "1.14.0"

react-runner@^1.0.3:
version "1.0.3"
Expand Down

0 comments on commit 7f6c3f0

Please sign in to comment.