Skip to content

Commit

Permalink
Add seed step to migrate script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsilvestre committed Dec 9, 2023
1 parent 77aa55c commit 56ada3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"@remix-run/node": "^2.3.0",
"@remix-run/react": "^2.3.0",
"@remix-run/server-runtime": "^2.3.1",
"@types/bcryptjs": "^2.4.5",
"@types/node": "^18.18.6",
"bcryptjs": "^2.4.3",
"chokidar": "^3.5.3",
"clsx": "^2.0.0",
Expand Down Expand Up @@ -73,12 +75,10 @@
"@remix-run/dev": "^2.2.0",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@types/bcryptjs": "^2.4.5",
"@types/compression": "^1.7.4",
"@types/eslint": "^8.44.6",
"@types/express": "^4.17.20",
"@types/morgan": "^1.9.7",
"@types/node": "^18.18.6",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/source-map-support": "^0.5.9",
Expand Down

0 comments on commit 56ada3f

Please sign in to comment.