Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Dec 8, 2024
1 parent 9004870 commit 0532720
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
},
"dependencies": {
"@elysiajs/eden": "^1.1.3",
"@prisma/client": "^5.22.0",
"@tanstack/react-query": "^5.61.0",
"elysia": "^1.1.25",
"@prisma/client": "^6.0.1",
"@tanstack/react-query": "^5.62.3",
"elysia": "^1.1.26",
"jose": "^5.9.6",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
"next": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/bun": "^1.1.13",
"@types/node": "^22.9.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/bun": "^1.1.14",
"@types/node": "^22.10.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.0.4",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.15",
"prisma": "^6.0.1",
"tailwindcss": "^3.4.16",
"typescript": "^5"
}
}

0 comments on commit 0532720

Please sign in to comment.