Skip to content

Commit

Permalink
Lock into react-router 6.6.2 stable release (#5035)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Jan 9, 2023
1 parent 7f81a3e commit 818f6a9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changeset/dry-coins-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@remix-run/react": patch
"@remix-run/testing": patch
---

Lock into react-router 6.6.2 stable release
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.2.1",
"react-router-dom": "6.6.2-pre.0",
"react-router-dom": "6.6.2",
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
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 @@ -21,7 +21,7 @@
"@remix-run/router": "1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.6.2-pre.0"
"react-router-dom": "6.6.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 @@ -10535,18 +10535,18 @@ react-is@^17.0.1:
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-router-dom@6.6.2-pre.0:
version "6.6.2-pre.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.6.2-pre.0.tgz#2c1c9b1c50540dc7875301b4b39611f31c70cff7"
integrity sha512-+WCCc0GArJBfGI0kaLajBel2YPmwvxKJehTLYB4wubN2nTiN9lkwM4GHTb3qDhp8P+RRu7qzEw7HgQl6V2qSWQ==
react-router-dom@6.6.2:
version "6.6.2"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.6.2.tgz#bbf1f9b45855b218d22fc2d294b79408a084740a"
integrity sha512-6SCDXxRQqW5af8ImOqKza7icmQ47/EMbz572uFjzvcArg3lZ+04PxSPp8qGs+p2Y+q+b+S/AjXv8m8dyLndIIA==
dependencies:
"@remix-run/router" "1.2.1"
react-router "6.6.2-pre.0"
react-router "6.6.2"

react-router@6.6.2-pre.0:
version "6.6.2-pre.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.6.2-pre.0.tgz#8672b4b204643c7fc44fb61e749b37b4e874e314"
integrity sha512-yzKRCIl3RE/Oz9nCY85EWw0cj5bmZcviFNTRdjYfhEx5lOmOrU5ROND6E3D98/70L14hIx25L9iv5v1HTN8TYg==
react-router@6.6.2:
version "6.6.2"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.6.2.tgz#556f7b56cff7fe32c5c02429fef3fcb2ecd08111"
integrity sha512-uJPG55Pek3orClbURDvfljhqFvMgJRo59Pktywkk8hUUkTY2aRfza8Yhl/vZQXs+TNQyr6tu+uqz/fLxPICOGQ==
dependencies:
"@remix-run/router" "1.2.1"

Expand Down

0 comments on commit 818f6a9

Please sign in to comment.