Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 07e144b commit a5fd0b1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions orm/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^6.2.1",
"@prisma/client": "6.2.1",
"next": "15.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@eslint/eslintrc": "3.2.0",
"@types/node": "20.17.14",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"eslint": "^9",
"eslint": "9.18.0",
"eslint-config-next": "15.1.5",
"postcss": "^8",
"prisma": "^6.2.1",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5"
"postcss": "8.5.1",
"prisma": "6.2.1",
"tailwindcss": "3.4.17",
"tsx": "4.19.2",
"typescript": "5.7.3"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
Expand Down

0 comments on commit a5fd0b1

Please sign in to comment.