Skip to content

Commit

Permalink
Bump to latest router prerelease (#6223)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Apr 27, 2023
1 parent 06c81e3 commit 1c646f5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changeset/bump-router-pre-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@remix-run/react": patch
"@remix-run/testing": patch
---

Bump to React Router `6.11.0-pre.2`
2 changes: 1 addition & 1 deletion packages/remix-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"module": "dist/esm/index.js",
"dependencies": {
"@remix-run/router": "1.6.0-pre.0",
"react-router-dom": "6.11.0-pre.1"
"react-router-dom": "6.11.0-pre.2"
},
"devDependencies": {
"@remix-run/server-runtime": "1.16.0-pre.3",
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": "1.16.0-pre.3",
"@remix-run/react": "1.16.0-pre.3",
"@remix-run/router": "1.6.0-pre.0",
"react-router-dom": "6.11.0-pre.1"
"react-router-dom": "6.11.0-pre.2"
},
"devDependencies": {
"@types/node": "^18.11.9",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11236,18 +11236,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==

[email protected].1:
version "6.11.0-pre.1"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.11.0-pre.1.tgz#66e076c2777108b2bac1729e33bde9161a8e83f5"
integrity sha512-EEdmUk06pGPrjU87mFxKlQQMc5a/RIMA2gEwnmdAyIHdo/FAWGb917yOEDIh4pnv/wH0eSX0Wgsnuua9/k6X+g==
[email protected].2:
version "6.11.0-pre.2"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.11.0-pre.2.tgz#31eb25fb1ccc22795e2a4938a1bafdc8f0fb8121"
integrity sha512-FWmPehDeRjX/KmNpYq6DB4Tc76s/NHWgKkEe/SbqSX0AYivHg+rwfcUxj3eUgJohjHQTQ+eImWC16PNjALgaRA==
dependencies:
"@remix-run/router" "1.6.0-pre.0"
react-router "6.11.0-pre.1"
react-router "6.11.0-pre.2"

[email protected].1:
version "6.11.0-pre.1"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.11.0-pre.1.tgz#cbeade3bec425aab45e0a49060c7735ba98a8bbb"
integrity sha512-CBOpqUysQxG598u9I0ngzoXXxMXYDEkBW6sSL9O1xyFJg3dYa0ytaVlKap9QAKOYsYTiMlkMiAGFKbyp81ErHA==
[email protected].2:
version "6.11.0-pre.2"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.11.0-pre.2.tgz#5880e73c09485c5fcb3f1e2ee6aa4d460a842a4c"
integrity sha512-4xCL6I6D0DSDwaX35Gc0dVpIKE9zQCrGakWQXW8mBFK1EnxG8nUgwW6T/HN43d72bd9AmFJDXVc+fqPN7ayq4g==
dependencies:
"@remix-run/router" "1.6.0-pre.0"

Expand Down

0 comments on commit 1c646f5

Please sign in to comment.