Skip to content

Commit

Permalink
Bump router (#8348)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Dec 21, 2023
1 parent c3eaf82 commit e64e81c
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-rivers-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

[REMOVE] Bunmp to stable RR
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.4.1-pre.1",
"@remix-run/router": "1.14.1-pre.0",
"@remix-run/router": "1.14.1",
"@remix-run/server-runtime": "2.4.1-pre.1",
"@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.14.1-pre.0",
"@remix-run/router": "1.14.1",
"@remix-run/server-runtime": "2.4.1-pre.1",
"react-router": "6.21.1-pre.0",
"react-router-dom": "6.21.1-pre.0"
"react-router": "6.21.1",
"react-router-dom": "6.21.1"
},
"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.14.1-pre.0",
"@remix-run/router": "1.14.1",
"@types/cookie": "^0.5.3",
"@web3-storage/multipart-parser": "^1.0.0",
"cookie": "^0.5.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.4.1-pre.1",
"@remix-run/react": "2.4.1-pre.1",
"@remix-run/router": "1.14.1-pre.0",
"react-router-dom": "6.21.1-pre.0"
"@remix-run/router": "1.14.1",
"react-router-dom": "6.21.1"
},
"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 @@ -2314,10 +2314,10 @@
"@changesets/types" "^5.0.0"
dotenv "^8.1.0"

"@remix-run/router@1.14.1-pre.0":
version "1.14.1-pre.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.14.1-pre.0.tgz#39ed45e7daa9c7eca4807abb633cfcce65f77f73"
integrity sha512-qwp3l6iyy1zI4Dlk7q+tyLRtNj0PFJmDOrNwY6xiwjESrARsINrm731cvbcUO/bQeKZdoj6yvf9kAZfYPcVixA==
"@remix-run/router@1.14.1":
version "1.14.1"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.14.1.tgz#6d2dd03d52e604279c38911afc1079d58c50a755"
integrity sha512-Qg4DMQsfPNAs88rb2xkdk03N3bjK4jgX5fR24eHCTR9q6PrhZQZ4UJBPzCHJkIpTRN1UKxx2DzjZmnC+7Lj0Ow==

"@remix-run/web-blob@^3.1.0":
version "3.1.0"
Expand Down Expand Up @@ -10997,20 +10997,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.21.1-pre.0:
version "6.21.1-pre.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.1-pre.0.tgz#a19d73b38e89d38715cf8bf6547096d9fdba9c7b"
integrity sha512-uDSFDAZxcYaY/M9HQ17k3L4D/F8zQOv0UnllN9CFnGDxoOoZAIJTVH+kvzborkQg0E7ta5KqtGc+vSSCoOR9lw==
react-router-dom@6.21.1:
version "6.21.1"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.1.tgz#58b459d2fe1841388c95bb068f85128c45e27349"
integrity sha512-QCNrtjtDPwHDO+AO21MJd7yIcr41UetYt5jzaB9Y1UYaPTCnVuJq6S748g1dE11OQlCFIQg+RtAA1SEZIyiBeA==
dependencies:
"@remix-run/router" "1.14.1-pre.0"
react-router "6.21.1-pre.0"
"@remix-run/router" "1.14.1"
react-router "6.21.1"

react-router@6.21.1-pre.0:
version "6.21.1-pre.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.21.1-pre.0.tgz#e8d682c64e2f57c2744f24a85ef1adbacfd35257"
integrity sha512-zufj2aKq51Te90HrwGoef7heubPmOKXwmYA5J161B7Tf9FZabQ4jGfVSaxKrVV3Wl2wZEVzHROrkMPFidXoO7A==
react-router@6.21.1:
version "6.21.1"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.21.1.tgz#8db7ee8d7cfc36513c9a66b44e0897208c33be34"
integrity sha512-W0l13YlMTm1YrpVIOpjCADJqEUpz1vm+CMo47RuFX4Ftegwm6KOYsL5G3eiE52jnJpKvzm6uB/vTKTPKM8dmkA==
dependencies:
"@remix-run/router" "1.14.1-pre.0"
"@remix-run/router" "1.14.1"

react@^18.2.0:
version "18.2.0"
Expand Down

0 comments on commit e64e81c

Please sign in to comment.