Skip to content

Commit

Permalink
Merge pull request #26 from Alfredoeb9/25-create-non-money-match-feature
Browse files Browse the repository at this point in the history
25 create non money match feature
  • Loading branch information
Alfredoeb9 authored Dec 17, 2024
2 parents f3f8f64 + b739612 commit 40d55aa
Show file tree
Hide file tree
Showing 8 changed files with 752 additions and 20 deletions.
38 changes: 21 additions & 17 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "next build",
"db:generate": "drizzle-kit generate:sqlite",
"db:push": "drizzle-kit push:sqlite",
"db:push": "drizzle-kit push",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
Expand All @@ -32,7 +32,7 @@
"@vercel/analytics": "1.2.2",
"axios": "1.7.7",
"bcrypt": "5.1.1",
"drizzle-orm": "0.33.0",
"drizzle-orm": "0.38.2",
"framer-motion": "11.0.3",
"handlebars": "4.7.8",
"jsonwebtoken": "9.0.2",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"autoprefixer": "10.4.14",
"drizzle-kit": "0.26.2",
"drizzle-kit": "0.30.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.15",
"postcss": "8.4.47",
Expand Down
Loading

0 comments on commit 40d55aa

Please sign in to comment.