Skip to content

Commit

Permalink
Bump React router to ^6.22.2 (#12296)
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 Mar 4, 2024
1 parent bd1cc00 commit c07fe50
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.51.0",
"react-is": "^18.2.0",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1",
"react-router": "^6.22.2",
"react-router-dom": "^6.22.2",
"react-runner": "^1.0.3",
"react-simple-code-editor": "^0.13.1",
"recast": "^0.23.5",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2599,10 +2599,10 @@
"@react-spring/shared" "~9.7.3"
"@react-spring/types" "~9.7.3"

"@remix-run/[email protected].1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.15.1.tgz#221fd31a65186b9bc027b74573485fb3226dff7f"
integrity sha512-zcU0gM3z+3iqj8UX45AmWY810l3oUmXM7uH4dt5xtzvMhRtYVhKGOmgOd1877dOPPepfCjUv57w+syamWIYe7w==
"@remix-run/[email protected].2":
version "1.15.2"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.15.2.tgz#35726510d332ba5349c6398d13259d5da184553d"
integrity sha512-+Rnav+CaoTE5QJc4Jcwh5toUpnVLKYbpU6Ys0zqbakqbaLQHeglLVHPfxOiQqdNmUy5C2lXz5dwC6tQNX2JW2Q==

"@sigstore/bundle@^1.1.0":
version "1.1.0"
Expand Down Expand Up @@ -12486,20 +12486,20 @@ react-reconciler@^0.29.0:
loose-envify "^1.1.0"
scheduler "^0.23.0"

react-router-dom@^6.22.1:
version "6.22.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.22.1.tgz#cfa109d4b6b0a4d00bac179bc0ad2a6469455282"
integrity sha512-iwMyyyrbL7zkKY7MRjOVRy+TMnS/OPusaFVxM2P11x9dzSzGmLsebkCvYirGq0DWB9K9hOspHYYtDz33gE5Duw==
react-router-dom@^6.22.2:
version "6.22.2"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.22.2.tgz#8233968a8a576f3006e5549c80f3527d2598fc9c"
integrity sha512-WgqxD2qySEIBPZ3w0sHH+PUAiamDeszls9tzqMPBDA1YYVucTBXLU7+gtRfcSnhe92A3glPnvSxK2dhNoAVOIQ==
dependencies:
"@remix-run/router" "1.15.1"
react-router "6.22.1"
"@remix-run/router" "1.15.2"
react-router "6.22.2"

[email protected].1, react-router@^6.22.1:
version "6.22.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.22.1.tgz#a5ff849bfe709438f7e139421bb28138209662c7"
integrity sha512-0pdoRGwLtemnJqn1K0XHUbnKiX0S4X8CgvVVmHGOWmofESj31msHo/1YiqcJWK7Wxfq2a4uvvtS01KAQyWK/CQ==
[email protected].2, react-router@^6.22.2:
version "6.22.2"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.22.2.tgz#27e77e4c635a5697693b922d131d773451c98a5b"
integrity sha512-YD3Dzprzpcq+tBMHBS822tCjnWD3iIZbTeSXMY9LPSG541EfoBGyZ3bS25KEnaZjLcmQpw2AVLkFyfgXY8uvcw==
dependencies:
"@remix-run/router" "1.15.1"
"@remix-run/router" "1.15.2"

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

0 comments on commit c07fe50

Please sign in to comment.