Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Sep 19, 2024
1 parent b461b0f commit d3c5be4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@elysiajs/eden": "^1.1.2",
"@prisma/client": "^5.19.0",
"@tanstack/react-query": "^5.52.2",
"elysia": "^1.1.8",
"jose": "^5.8.0",
"next": "14.2.7",
"@elysiajs/eden": "^1.1.3",
"@prisma/client": "^5.19.1",
"@tanstack/react-query": "^5.56.2",
"elysia": "^1.1.13",
"jose": "^5.9.2",
"next": "14.2.12",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/bun": "^1.1.8",
"@types/node": "^22.5.1",
"@types/bun": "^1.1.9",
"@types/node": "^22.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "^5.19.0",
"tailwindcss": "^3.4.10",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.12",
"typescript": "^5"
}
}

0 comments on commit d3c5be4

Please sign in to comment.