Skip to content

Commit

Permalink
Bump React router to ^6.18.0 (#9377)
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 Nov 14, 2023
1 parent 4525e74 commit 043ebd4
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 @@ -79,8 +79,8 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-is": "^18.2.0",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2",
"react-router": "^6.18.0",
"react-router-dom": "^6.18.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 @@ -2591,10 +2591,10 @@
"@react-spring/shared" "~9.7.3"
"@react-spring/types" "~9.7.3"

"@remix-run/router@1.6.2":
version "1.6.2"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.6.2.tgz#bbe75f8c59e0b7077584920ce2cc76f8f354934d"
integrity sha512-LzqpSrMK/3JBAVBI9u3NWtOhWNw5AMQfrUFYB0+bDHTSw17z++WJLsPsxAuK+oSddsxk4d7F/JcdDPM1M5YAhA==
"@remix-run/router@1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.11.0.tgz#e0e45ac3fff9d8a126916f166809825537e9f955"
integrity sha512-BHdhcWgeiudl91HvVa2wxqZjSHbheSgIiDvxrF1VjFzBzpTtuDPkOdOi3Iqvc08kXtFkLjhbS+ML9aM8mJS+wQ==

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

react-router-dom@^6.11.2:
version "6.11.2"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.11.2.tgz#324d55750ffe2ecd54ca4ec6b7bc7ab01741f170"
integrity sha512-JNbKtAeh1VSJQnH6RvBDNhxNwemRj7KxCzc5jb7zvDSKRnPWIFj9pO+eXqjM69gQJ0r46hSz1x4l9y0651DKWw==
react-router-dom@^6.18.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.18.0.tgz#0a50c167209d6e7bd2ed9de200a6579ea4fb1dca"
integrity sha512-Ubrue4+Ercc/BoDkFQfc6og5zRQ4A8YxSO3Knsne+eRbZ+IepAsK249XBH/XaFuOYOYr3L3r13CXTLvYt5JDjw==
dependencies:
"@remix-run/router" "1.6.2"
react-router "6.11.2"
"@remix-run/router" "1.11.0"
react-router "6.18.0"

react-router@6.11.2, react-router@^6.11.2:
version "6.11.2"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.11.2.tgz#006301c4da1a173d7ad76b7ecd2da01b9dd3837a"
integrity sha512-74z9xUSaSX07t3LM+pS6Un0T55ibUE/79CzfZpy5wsPDZaea1F8QkrsiyRnA2YQ7LwE/umaydzXZV80iDCPkMg==
react-router@6.18.0, react-router@^6.18.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.18.0.tgz#32e2bedc318e095a48763b5ed7758e54034cd36a"
integrity sha512-vk2y7Dsy8wI02eRRaRmOs9g2o+aE72YCx5q9VasT1N9v+lrdB79tIqrjMfByHiY5+6aYkH2rUa5X839nwWGPDg==
dependencies:
"@remix-run/router" "1.6.2"
"@remix-run/router" "1.11.0"

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

0 comments on commit 043ebd4

Please sign in to comment.