Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jul 11, 2024
1 parent 5ab5afd commit 705626e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions packages/vercel-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/remix",
"version": "2.10.0",
"version": "2.10.2",
"description": "Isomorphic runtime + adapter for Remix on Vercel",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,14 +37,14 @@
"ts-morph": "12.0.0"
},
"devDependencies": {
"@remix-run/dev": "2.10.0",
"@remix-run/node": "2.10.0",
"@remix-run/server-runtime": "2.10.0"
"@remix-run/dev": "2.10.2",
"@remix-run/node": "2.10.2",
"@remix-run/server-runtime": "2.10.2"
},
"peerDependencies": {
"@remix-run/dev": "2.10.0",
"@remix-run/node": "2.10.0",
"@remix-run/server-runtime": "2.10.0",
"@remix-run/dev": "2.10.2",
"@remix-run/node": "",
"@remix-run/server-runtime": "2.10.2",
"react": "*",
"react-dom": "*"
},
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 705626e

Please sign in to comment.