Skip to content

Commit

Permalink
login: fix @remix-run/serve dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed May 7, 2024
1 parent 0e58145 commit 65c036d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 41 deletions.
2 changes: 1 addition & 1 deletion apps/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
"@remix-run/serve": "^2.2.0",
"@treasure-dev/tdk-api": "*",
"@treasure-dev/tdk-react": "*",
"isbot": "^5.1.0",
Expand All @@ -23,7 +24,6 @@
},
"devDependencies": {
"@remix-run/dev": "^2.2.0",
"@remix-run/serve": "^2.2.0",
"@treasure-project/tailwind-config": "^2.1.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
Expand Down
49 changes: 9 additions & 40 deletions package-lock.json

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

0 comments on commit 65c036d

Please sign in to comment.