Skip to content

Commit

Permalink
Bump router to RR prerelease (#8771)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Feb 16, 2024
1 parent ea68069 commit 5fed3ee
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-bears-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

[REMOVE] Bump router
2 changes: 1 addition & 1 deletion packages/remix-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@mdx-js/mdx": "^2.3.0",
"@npmcli/package-json": "^4.0.1",
"@remix-run/node": "2.7.0-pre.0",
"@remix-run/router": "1.15.0",
"@remix-run/router": "1.15.1-pre.0",
"@remix-run/server-runtime": "2.7.0-pre.0",
"@types/mdx": "^2.0.5",
"@vanilla-extract/integration": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/remix-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"typings": "dist/index.d.ts",
"module": "dist/esm/index.js",
"dependencies": {
"@remix-run/router": "1.15.0",
"@remix-run/router": "1.15.1-pre.0",
"@remix-run/server-runtime": "2.7.0-pre.0",
"react-router": "6.22.0",
"react-router-dom": "6.22.0"
"react-router": "6.22.1-pre.0",
"react-router-dom": "6.22.1-pre.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
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.15.0",
"@remix-run/router": "1.15.1-pre.0",
"@types/cookie": "^0.6.0",
"@web3-storage/multipart-parser": "^1.0.0",
"cookie": "^0.6.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,8 +18,8 @@
"dependencies": {
"@remix-run/node": "2.7.0-pre.0",
"@remix-run/react": "2.7.0-pre.0",
"@remix-run/router": "1.15.0",
"react-router-dom": "6.22.0"
"@remix-run/router": "1.15.1-pre.0",
"react-router-dom": "6.22.1-pre.0"
},
"devDependencies": {
"@types/node": "^18.17.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2482,10 +2482,10 @@
"@changesets/types" "^5.0.0"
dotenv "^8.1.0"

"@remix-run/[email protected]":
version "1.15.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.15.0.tgz#461a952c2872dd82c8b2e9b74c4dfaff569123e2"
integrity sha512-HOil5aFtme37dVQTB6M34G95kPM3MMuqSmIRVCC52eKV+Y/tGSqw9P3rWhlAx6A+mz+MoX+XxsGsNJbaI5qCgQ==
"@remix-run/[email protected].1-pre.0":
version "1.15.1-pre.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.15.1-pre.0.tgz#9e41c7a27eda75355492428351c49934d93175a5"
integrity sha512-ndk38wBJmWvFJ+Le5ssv0oa+7gNorvUiziPoIGiisOO1e/lZDRkOwfgtSASXVSzu8wXWOCwiwvIj81LKT/BRwQ==

"@remix-run/web-blob@^3.1.0":
version "3.1.0"
Expand Down Expand Up @@ -11300,20 +11300,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==

[email protected]:
version "6.22.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.0.tgz#177c8bd27146decbb991eafb5df159f7a9f70035"
integrity sha512-z2w+M4tH5wlcLmH3BMMOMdrtrJ9T3oJJNsAlBJbwk+8Syxd5WFJ7J5dxMEW0/GEXD1BBis4uXRrNIz3mORr0ag==
[email protected].1-pre.0:
version "6.22.1-pre.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.1-pre.0.tgz#7fa389e05414b43951340c9b69fc09048a4d1483"
integrity sha512-bEcqWJYt6LELjObRZsbcq6HF0dMkMSBF/NH0hsFpMr8pM6Rs/BPPT9uIml/C02BtpiamEkWdyE24DHPXZ4dRSg==
dependencies:
"@remix-run/router" "1.15.0"
react-router "6.22.0"
"@remix-run/router" "1.15.1-pre.0"
react-router "6.22.1-pre.0"

[email protected]:
version "6.22.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.22.0.tgz#a22b44851a79dafc6b944cb418db3e80622b9be1"
integrity sha512-q2yemJeg6gw/YixRlRnVx6IRJWZD6fonnfZhN1JIOhV2iJCPeRNSH3V1ISwHf+JWcESzLC3BOLD1T07tmO5dmg==
[email protected].1-pre.0:
version "6.22.1-pre.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.22.1-pre.0.tgz#fdc2a3d93319ad8da35514071e90b8bb7305b280"
integrity sha512-bt7zvjJGwtFI8tfst2lLqQyD2jMtxTD5gJHeuWd/bEV78EU0ZsDYNEDXA09mY617EIX63NDOEsCFhFrn1L/Mfg==
dependencies:
"@remix-run/router" "1.15.0"
"@remix-run/router" "1.15.1-pre.0"

react@^18.2.0:
version "18.2.0"
Expand Down

0 comments on commit 5fed3ee

Please sign in to comment.