Skip to content

Commit

Permalink
🚚: add redis
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankGupta10 committed Jul 10, 2024
1 parent 8bcc911 commit 54a8ecf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions apps/bank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
},
"dependencies": {
"@repo/ui": "*",
"@upstash/redis": "^1.32.0",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"next": "14.2.4"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.4"
"typescript": "^5"
}
}

0 comments on commit 54a8ecf

Please sign in to comment.