Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Aug 16, 2024
1 parent b07f9e0 commit 88c53ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
},
"dependencies": {
"@elysiajs/eden": "^1.1.2",
"@prisma/client": "^5.17.0",
"@tanstack/react-query": "^5.51.15",
"elysia": "^1.1.4",
"@prisma/client": "^5.18.0",
"@tanstack/react-query": "^5.51.23",
"elysia": "^1.1.6",
"jose": "^5.6.3",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@types/node": "^20.14.12",
"@types/node": "^22.4.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.7",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.10",
"typescript": "^5"
}
}

0 comments on commit 88c53ef

Please sign in to comment.