Skip to content

Commit

Permalink
Bump router (#9010)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 7, 2024
1 parent dbdb5ff commit 93bdcb9
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-planets-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

[REMOVE] Lock into router stable
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.3-pre.0",
"@remix-run/router": "1.15.3",
"@remix-run/server-runtime": "2.8.1-pre.0",
"react-router": "6.22.3-pre.0",
"react-router-dom": "6.22.3-pre.0"
"react-router": "6.22.3",
"react-router-dom": "6.22.3"
},
"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.3-pre.0",
"@remix-run/router": "1.15.3",
"@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.8.1-pre.0",
"@remix-run/react": "2.8.1-pre.0",
"@remix-run/router": "1.15.3-pre.0",
"react-router-dom": "6.22.3-pre.0"
"@remix-run/router": "1.15.3",
"react-router-dom": "6.22.3"
},
"devDependencies": {
"@types/node": "^18.17.1",
Expand Down
27 changes: 16 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2482,6 +2482,11 @@
"@changesets/types" "^5.0.0"
dotenv "^8.1.0"

"@remix-run/router@1.15.3":
version "1.15.3"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.15.3.tgz#d2509048d69dbb72d5389a14945339f1430b2d3c"
integrity sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==

"@remix-run/router@1.15.3-pre.0":
version "1.15.3-pre.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.15.3-pre.0.tgz#a77015ddaafcf0f0df538874f77abdbfcf86cc59"
Expand Down Expand Up @@ -11300,20 +11305,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.22.3-pre.0:
version "6.22.3-pre.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.3-pre.0.tgz#aaa552f3263bb48a1fbb4a7002decc956f20a4b5"
integrity sha512-MElqnf6gB5wA2MiZLEINbFjEo7zSPzkCu/wYRdC7AAs0JJnc8OQ55BjAZ+1Fmix3hqmv6cYg0A2ijNXt/Qdh/w==
react-router-dom@6.22.3:
version "6.22.3"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.3.tgz#9781415667fd1361a475146c5826d9f16752a691"
integrity sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==
dependencies:
"@remix-run/router" "1.15.3-pre.0"
react-router "6.22.3-pre.0"
"@remix-run/router" "1.15.3"
react-router "6.22.3"

react-router@6.22.3-pre.0:
version "6.22.3-pre.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.22.3-pre.0.tgz#3f98e2c9d8ea69d492f26c9117d61ed6b4541ab0"
integrity sha512-8LOHYElMZlqS85xZFMOKGdhsyiBmrb7ecwo71k8ld6nXDYXcAh7oQ0i+Szk8z1C+DoSuDwC5FRjwnPtSO1Cmqw==
react-router@6.22.3:
version "6.22.3"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.22.3.tgz#9d9142f35e08be08c736a2082db5f0c9540a885e"
integrity sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==
dependencies:
"@remix-run/router" "1.15.3-pre.0"
"@remix-run/router" "1.15.3"

react@^18.2.0:
version "18.2.0"
Expand Down

0 comments on commit 93bdcb9

Please sign in to comment.