Skip to content

Commit

Permalink
Bump router (#8550)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Jan 18, 2024
1 parent fb32503 commit 77360fb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-mice-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

[REMOVE] Bump router
4 changes: 2 additions & 2 deletions packages/remix-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@remix-run/router": "1.14.2",
"@remix-run/server-runtime": "2.5.1-pre.1",
"react-router": "6.21.3-pre.0",
"react-router-dom": "6.21.3-pre.0"
"react-router": "6.21.3",
"react-router-dom": "6.21.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@remix-run/node": "2.5.1-pre.1",
"@remix-run/react": "2.5.1-pre.1",
"@remix-run/router": "1.14.2",
"react-router-dom": "6.21.3-pre.0"
"react-router-dom": "6.21.3"
},
"devDependencies": {
"@types/node": "^18.17.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11002,18 +11002,18 @@ react-refresh@^0.14.0:
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz"
integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==

react-router-dom@6.21.3-pre.0:
version "6.21.3-pre.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.3-pre.0.tgz#fa6589e7b18c702efbf435165b2ebcfd2cb58fa2"
integrity sha512-XaljWDT/AWQiiaMAgrBClAmCB0kPO1BHz29yFFFjKeyGhLltTu5qs8Jlgv94myIpT2Q066vdbHvHwwzX6KEiuA==
react-router-dom@6.21.3:
version "6.21.3"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.3.tgz#ef3a7956a3699c7b82c21fcb3dbc63c313ed8c5d"
integrity sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==
dependencies:
"@remix-run/router" "1.14.2"
react-router "6.21.3-pre.0"
react-router "6.21.3"

react-router@6.21.3-pre.0:
version "6.21.3-pre.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.21.3-pre.0.tgz#cf3f6dd39467ad03c25dd90afea0bb6fcf888c38"
integrity sha512-aTpwQRZ/GolL0pA4fd+ESVK2AwtFut/UdsjPgdcqwEdR/IwR9Pa9Tdiox2dhwE3Z/9rWoqIdvnpglUxFnGFkcA==
react-router@6.21.3:
version "6.21.3"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.21.3.tgz#8086cea922c2bfebbb49c6594967418f1f167d70"
integrity sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==
dependencies:
"@remix-run/router" "1.14.2"

Expand Down

0 comments on commit 77360fb

Please sign in to comment.