Skip to content

Commit

Permalink
Bump to RR 6.18.0 (#7838)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 31, 2023
1 parent a5a9107 commit 717a2be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/remix-dev/package.json
Expand Up @@ -29,7 +29,7 @@
"@mdx-js/mdx": "^2.3.0",
"@npmcli/package-json": "^4.0.1",
"@remix-run/node": "2.2.0-pre.3",
"@remix-run/router": "1.11.0-pre.1",
"@remix-run/router": "1.11.0",
"@remix-run/server-runtime": "2.2.0-pre.3",
"@types/mdx": "^2.0.5",
"@vanilla-extract/integration": "^6.2.0",
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.11.0-pre.1",
"@remix-run/router": "1.11.0",
"@types/cookie": "^0.4.1",
"@web3-storage/multipart-parser": "^1.0.0",
"cookie": "^0.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/remix-testing/package.json
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@remix-run/node": "2.2.0-pre.3",
"@remix-run/react": "2.2.0-pre.3",
"@remix-run/router": "1.11.0-pre.1",
"react-router-dom": "6.18.0-pre.1"
"@remix-run/router": "1.11.0",
"react-router-dom": "6.18.0"
},
"devDependencies": {
"@types/node": "^18.17.1",
Expand Down

0 comments on commit 717a2be

Please sign in to comment.