Skip to content

Commit

Permalink
Bump router version to latest prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Feb 23, 2023
1 parent f003827 commit 09873cb
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions .changeset/old-deers-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@remix-run/react": patch
"@remix-run/server-runtime": patch
"@remix-run/testing": patch
---

Bump to latest router versions
4 changes: 2 additions & 2 deletions packages/remix-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"typings": "dist/index.d.ts",
"module": "dist/esm/index.js",
"dependencies": {
"@remix-run/router": "1.3.3-pre.0",
"react-router-dom": "6.8.2-pre.0",
"@remix-run/router": "1.3.3-pre.1",
"react-router-dom": "6.8.2-pre.3",
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-server-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typings": "dist/index.d.ts",
"module": "dist/esm/index.js",
"dependencies": {
"@remix-run/router": "1.3.3-pre.0",
"@remix-run/router": "1.3.3-pre.1",
"@types/cookie": "^0.4.0",
"@types/react": "^18.0.15",
"@web3-storage/multipart-parser": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/remix-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"dependencies": {
"@remix-run/node": "1.14.0-pre.0",
"@remix-run/react": "1.14.0-pre.0",
"@remix-run/router": "1.3.3-pre.0",
"@remix-run/router": "1.3.3-pre.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.8.2-pre.0"
"react-router-dom": "6.8.2-pre.3"
},
"devDependencies": {
"@types/node": "^18.11.9",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2390,10 +2390,10 @@
"@changesets/types" "^5.0.0"
dotenv "^8.1.0"

"@remix-run/router@1.3.3-pre.0":
version "1.3.3-pre.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.3.3-pre.0.tgz#919cf626b87e94ac4d0c635fb3d1b7a620c0a95e"
integrity sha512-PVAuOR2lxHyDYopG2dN0J5G3/4i8bQLgAt1BaJn36qIo+vZkvB+JCUopV5ps3VGOnznzM1R/ii/J/eMQa5AeBg==
"@remix-run/router@1.3.3-pre.1":
version "1.3.3-pre.1"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.3.3-pre.1.tgz#cecd259814993c58906a72c3596b34d8f832d299"
integrity sha512-xKRDUVnJm6LcmrJJmGs7H0Lu5EOVjWMtK4RuhG0/HOtiBNf2Ff42NWf66twBILXAlKIiQNJnzIW5Wv1y+30v/A==

"@remix-run/web-blob@^3.0.3", "@remix-run/web-blob@^3.0.4":
version "3.0.4"
Expand Down Expand Up @@ -10800,20 +10800,20 @@ 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.8.2-pre.0:
version "6.8.2-pre.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.8.2-pre.0.tgz#584a7b3c57d786888b17d00cfd20366492b67f92"
integrity sha512-7uNPMGVB6EffNshS1KHkQaTN2Ks/AFLsOq9VSI6zinp0w8l7wfNukG3/UnOE9Gj6KIi+QnKLdlb8dZYGyCbqsQ==
react-router-dom@6.8.2-pre.3:
version "6.8.2-pre.3"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.8.2-pre.3.tgz#95ff13e2777f3a3c55ab858d53f9ea838c407daa"
integrity sha512-cGQ3soK8TtY9YcVpBAXLbQEJ4mICLEQNFjplTsYT4D8X3dsCfLLpndUt8keQUznf8v18EYjlnkOm45JvOZ9K4g==
dependencies:
"@remix-run/router" "1.3.3-pre.0"
react-router "6.8.2-pre.0"
"@remix-run/router" "1.3.3-pre.1"
react-router "6.8.2-pre.3"

react-router@6.8.2-pre.0:
version "6.8.2-pre.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.8.2-pre.0.tgz#6af02e2a799b82e0ad059db475b4bd36ddfe36a1"
integrity sha512-iw3AJUORtSfXryNVjLjDfHeU9wV2KgYTMjsQsDS5Vn+AgOs6G7vyJfkUMvTkxZZ/r/gdtSvHVnhcQ7rWEf9sJg==
react-router@6.8.2-pre.3:
version "6.8.2-pre.3"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.8.2-pre.3.tgz#57671d38aadb66bd52ceaacb1d2576c01b74cd7b"
integrity sha512-eozULJt5PCv8oSPVZl3npwRsVFbxmNkOWVYOmho/fHGaXiS9iIf+51IdsEOptvsZeO9EgMqXPPb+ux6FPrG9Ug==
dependencies:
"@remix-run/router" "1.3.3-pre.0"
"@remix-run/router" "1.3.3-pre.1"

react@^18.2.0:
version "18.2.0"
Expand Down

0 comments on commit 09873cb

Please sign in to comment.