Skip to content

Commit

Permalink
Upgrade Remix and install @remix-run/router
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jul 22, 2023
1 parent 802b603 commit 478d5ef
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 101 deletions.
171 changes: 75 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
"body parser"
],
"peerDependencies": {
"@remix-run/react": "^1.10.0",
"@remix-run/server-runtime": "^1.10.0",
"@remix-run/router": "^1.7.2",
"@remix-run/react": "^1.19.1",
"@remix-run/server-runtime": "^1.19.1",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"zod": "^3.19.1"
},
Expand All @@ -52,9 +53,10 @@
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@jest/types": "^27.2.5",
"@remix-run/node": "^1.10.0",
"@remix-run/react": "^1.10.0",
"@remix-run/server-runtime": "^1.10.0",
"@remix-run/node": "^1.19.1",
"@remix-run/react": "^1.19.1",
"@remix-run/router": "^1.7.2",
"@remix-run/server-runtime": "^1.19.1",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@types/react": "^17.0.14",
Expand Down

0 comments on commit 478d5ef

Please sign in to comment.