Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Jan 9, 2025
1 parent b88bcd4 commit fc6489d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
},
"dependencies": {
"@elysiajs/eden": "1.2.0",
"@prisma/client": "6.1.0",
"@tanstack/react-query": "5.62.16",
"@prisma/client": "6.2.1",
"@tanstack/react-query": "5.63.0",
"elysia": "1.2.10",
"jose": "5.9.6",
"next": "15.1.3",
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/bun": "1.1.15",
"@types/bun": "1.1.16",
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-next": "15.1.4",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"prisma": "6.1.0",
"prisma": "6.2.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}

0 comments on commit fc6489d

Please sign in to comment.