Skip to content

Commit

Permalink
Bump RR deps (#4868)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Dec 14, 2022
1 parent e277558 commit b95e2de
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .changeset/late-peas-hang.md
@@ -0,0 +1,6 @@
---
"@remix-run/react": patch
"@remix-run/server-runtime": patch
---

Bump RR deps
4 changes: 2 additions & 2 deletions packages/remix-react/package.json
Expand Up @@ -16,8 +16,8 @@
"typings": "dist/index.d.ts",
"module": "dist/esm/index.js",
"dependencies": {
"@remix-run/router": "1.1.0-pre.0",
"react-router-dom": "6.5.0-pre.0"
"@remix-run/router": "1.1.0-pre.1",
"react-router-dom": "6.5.0-pre.1"
},
"devDependencies": {
"@remix-run/server-runtime": "1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-server-runtime/package.json
Expand Up @@ -16,7 +16,7 @@
"typings": "dist/index.d.ts",
"module": "dist/esm/index.js",
"dependencies": {
"@remix-run/router": "1.1.0-pre.0",
"@remix-run/router": "1.1.0-pre.1",
"@types/cookie": "^0.4.0",
"@web3-storage/multipart-parser": "^1.0.0",
"cookie": "^0.4.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Expand Up @@ -2174,10 +2174,10 @@
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.0.5.tgz#d5c65626add4c3c185a89aa5bd38b1e42daec075"
integrity sha512-my0Mycd+jruq/1lQuO5LBB6WTlL/e8DTCYWp44DfMTDcXz8DcTlgF0ISaLsGewt+ctHN+yA8xMq3q/N7uWJPug==

"@remix-run/router@1.1.0-pre.0":
version "1.1.0-pre.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.1.0-pre.0.tgz#c33db6bd13c6d3847f73f618008ebecdaec237c7"
integrity sha512-FFa1aGAYUZm+PdOO2a7r/4gxLqSIOq1Qav3g6wwRgWj28PNyO7CjdUNER4O4DSKVVyob21mhZHvTe25z+2xnZw==
"@remix-run/router@1.1.0-pre.1":
version "1.1.0-pre.1"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.1.0-pre.1.tgz#0316eadfba16b1a5c530853b9b45c1fac1ac233c"
integrity sha512-BgmhUTXwTDCd/0C/Pup1ECTUoz4/EUs6X5Qri7OZEwILDMvCw/qofljV4D2OwkaxxazJY1Hf52CQf2JxsSv86w==

"@remix-run/web-blob@^3.0.3", "@remix-run/web-blob@^3.0.4":
version "3.0.4"
Expand Down Expand Up @@ -10727,20 +10727,20 @@ 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.5.0-pre.0:
version "6.5.0-pre.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.5.0-pre.0.tgz#73dc3861f43b1bc83a854bd5d3d3ab4d7beb1710"
integrity sha512-Hq8lhsAqLH4LDewj6OeDCiEel5RP6El1DsxohxwgOctt+xq4Q6kGiiuVnLA+eHl2wXFCEF8ZSK/kOddGKfLWYA==
react-router-dom@6.5.0-pre.1:
version "6.5.0-pre.1"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.5.0-pre.1.tgz#0c4091139da39028a60825e4a0bc7329d6f0eece"
integrity sha512-xr+JNzSE/rJAa0US0Q1re554uFpYP3l29vFgkuhRoCq/qkaqVyfvZnETV6diDORQ5GHsPPgBeVBgf6ItGw3zmw==
dependencies:
"@remix-run/router" "1.1.0-pre.0"
react-router "6.5.0-pre.0"
"@remix-run/router" "1.1.0-pre.1"
react-router "6.5.0-pre.1"

react-router@6.5.0-pre.0:
version "6.5.0-pre.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.5.0-pre.0.tgz#513b2fe858736443082a33a7a9d2f728b2bd7fe4"
integrity sha512-JqRGYSGzySjcqVMkgCa+1i3zvXiH2IHUfEPac71sJn5ArH5tvR5GmraWUn+D5t7Yzq2dz11is4u2SzHiT0pGdg==
react-router@6.5.0-pre.1:
version "6.5.0-pre.1"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.5.0-pre.1.tgz#b7ff35644ab48d90f65b003cfbc9b3a3f18b0e7b"
integrity sha512-KDY1fJFuVGuL59a9jJnqYTR6uFDJK0yjvGMIutMgtuVdF/+/TdZB+uXcpHQPgmf5mRZw+UcJSVqaL7F9b/mT6g==
dependencies:
"@remix-run/router" "1.1.0-pre.0"
"@remix-run/router" "1.1.0-pre.1"

react@^18.2.0:
version "18.2.0"
Expand Down

0 comments on commit b95e2de

Please sign in to comment.