Skip to content

Commit

Permalink
Bump RR version (#8774)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Feb 16, 2024
1 parent d365f63 commit 367771c
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-eagles-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

[REMOVE] Bump RR version
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.1",
"@remix-run/router": "1.15.1-pre.0",
"@remix-run/router": "1.15.1",
"@remix-run/server-runtime": "2.7.0-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.15.1-pre.0",
"@remix-run/router": "1.15.1",
"@remix-run/server-runtime": "2.7.0-pre.1",
"react-router": "6.22.1-pre.0",
"react-router-dom": "6.22.1-pre.0"
"react-router": "6.22.1",
"react-router-dom": "6.22.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.15.1-pre.0",
"@remix-run/router": "1.15.1",
"@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.1",
"@remix-run/react": "2.7.0-pre.1",
"@remix-run/router": "1.15.1-pre.0",
"react-router-dom": "6.22.1-pre.0"
"@remix-run/router": "1.15.1",
"react-router-dom": "6.22.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 @@ -2482,10 +2482,10 @@
"@changesets/types" "^5.0.0"
dotenv "^8.1.0"

"@remix-run/router@1.15.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/router@1.15.1":
version "1.15.1"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.15.1.tgz#221fd31a65186b9bc027b74573485fb3226dff7f"
integrity sha512-zcU0gM3z+3iqj8UX45AmWY810l3oUmXM7uH4dt5xtzvMhRtYVhKGOmgOd1877dOPPepfCjUv57w+syamWIYe7w==

"@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==

react-router-dom@6.22.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==
react-router-dom@6.22.1:
version "6.22.1"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.1.tgz#cfa109d4b6b0a4d00bac179bc0ad2a6469455282"
integrity sha512-iwMyyyrbL7zkKY7MRjOVRy+TMnS/OPusaFVxM2P11x9dzSzGmLsebkCvYirGq0DWB9K9hOspHYYtDz33gE5Duw==
dependencies:
"@remix-run/router" "1.15.1-pre.0"
react-router "6.22.1-pre.0"
"@remix-run/router" "1.15.1"
react-router "6.22.1"

react-router@6.22.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==
react-router@6.22.1:
version "6.22.1"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.22.1.tgz#a5ff849bfe709438f7e139421bb28138209662c7"
integrity sha512-0pdoRGwLtemnJqn1K0XHUbnKiX0S4X8CgvVVmHGOWmofESj31msHo/1YiqcJWK7Wxfq2a4uvvtS01KAQyWK/CQ==
dependencies:
"@remix-run/router" "1.15.1-pre.0"
"@remix-run/router" "1.15.1"

react@^18.2.0:
version "18.2.0"
Expand Down

0 comments on commit 367771c

Please sign in to comment.