Skip to content

Commit

Permalink
Bump router (#8664)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Feb 1, 2024
1 parent a7ed239 commit 103ce28
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
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.6.0-pre.2",
"@remix-run/router": "1.15.0-pre.0",
"@remix-run/router": "1.15.0",
"@remix-run/server-runtime": "2.6.0-pre.2",
"@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
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.0-pre.0",
"@remix-run/router": "1.15.0",
"@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.6.0-pre.2",
"@remix-run/react": "2.6.0-pre.2",
"@remix-run/router": "1.15.0-pre.0",
"react-router-dom": "6.22.0-pre.0"
"@remix-run/router": "1.15.0",
"react-router-dom": "6.22.0"
},
"devDependencies": {
"@types/node": "^18.17.1",
Expand Down

0 comments on commit 103ce28

Please sign in to comment.