Skip to content

Commit

Permalink
fix router version
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 16, 2024
1 parent cbaa17c commit dab3961
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 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.5.0",
"@remix-run/router": "1.14.2-pre.0",
"@remix-run/router": "1.14.2",
"@remix-run/server-runtime": "2.5.0",
"@types/mdx": "^2.0.5",
"@vanilla-extract/integration": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-react/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.14.2-pre.0",
"@remix-run/router": "1.14.2",
"@remix-run/server-runtime": "2.5.0",
"react-router": "6.21.3-pre.0",
"react-router-dom": "6.21.3-pre.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.14.2-pre.0",
"@remix-run/router": "1.14.2",
"@types/cookie": "^0.6.0",
"@web3-storage/multipart-parser": "^1.0.0",
"cookie": "^0.6.0",
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 @@ -18,7 +18,7 @@
"dependencies": {
"@remix-run/node": "2.5.0",
"@remix-run/react": "2.5.0",
"@remix-run/router": "1.14.2-pre.0",
"@remix-run/router": "1.14.2",
"react-router-dom": "6.21.3-pre.0"
},
"devDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2319,11 +2319,6 @@
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.14.2.tgz#4d58f59908d9197ba3179310077f25c88e49ed17"
integrity sha512-ACXpdMM9hmKZww21yEqWwiLws/UPLhNKvimN8RrYSqPSvB3ov7sLvAcfvaxePeLvccTQKGdkDIhLYApZVDFuKg==

"@remix-run/router@1.14.2-pre.0":
version "1.14.2-pre.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.14.2-pre.0.tgz#eff6ef41bafde5554609587bac233720de4926ff"
integrity sha512-STba7nhMo4vwFAM3HEffQ38s0Xy7WBSv/cZw6Y6uynD1gJSwXRhW3jvHVl83ueLbWx+vdUgaNMRof2eJuv/eTg==

"@remix-run/web-blob@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@remix-run/web-blob/-/web-blob-3.1.0.tgz#e0c669934c1eb6028960047e57a13ed38bbfb434"
Expand Down

0 comments on commit dab3961

Please sign in to comment.