Skip to content

Commit

Permalink
Set version in @vercel/remix to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vercel-release-bot committed Mar 7, 2024
1 parent b2d01a9 commit f619593
Showing 1 changed file with 7 additions and 7 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.8.0",
"version": "2.8.1",
"description": "Isomorphic runtime + adapter for Remix on Vercel",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,14 +34,14 @@
"ts-morph": "12.0.0"
},
"devDependencies": {
"@remix-run/dev": "2.8.0",
"@remix-run/node": "2.8.0",
"@remix-run/server-runtime": "2.8.0"
"@remix-run/dev": "2.8.1",
"@remix-run/node": "2.8.1",
"@remix-run/server-runtime": "2.8.1"
},
"peerDependencies": {
"@remix-run/dev": "2.8.0",
"@remix-run/node": "2.8.0",
"@remix-run/server-runtime": "2.8.0",
"@remix-run/dev": "2.8.1",
"@remix-run/node": "2.8.1",
"@remix-run/server-runtime": "2.8.1",
"react": "*",
"react-dom": "*"
},
Expand Down

0 comments on commit f619593

Please sign in to comment.