Skip to content

Commit

Permalink
Move uuid to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Mar 16, 2024
1 parent 458cf4d commit e1d7c7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"package.json",
"README.md"
],
"dependencies": {
"debug": "^4.3.4",
"uuid": "^9.0.1"
},
"peerDependencies": {
"@remix-run/server-runtime": "^1.0.0 || ^2.0.0",
"remix-auth": "^3.6.0"
Expand Down Expand Up @@ -61,10 +65,6 @@
"react-dom": "^18.2.0",
"remix-auth": "^3.6.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"uuid": "^9.0.1"
},
"dependencies": {
"debug": "^4.3.4"
"typescript": "^5.2.2"
}
}

0 comments on commit e1d7c7a

Please sign in to comment.