Skip to content

Commit

Permalink
fix: Depdency Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
bcanfield committed Oct 13, 2023
1 parent 3f84ee0 commit a1d6d94
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/templateRoot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"generate": "prisma generate"
},
"dependencies": {
"@prisma/client": "5.1.1",
"@prisma/client": "5.4.2",
"clsx": "^2.0.0",
"next": "^13.5.4",
"prisma": "5.1.1",
"prisma": "5.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.4",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "20.8.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"autoprefixer": "^10.4.16",
"nexquik": "*",
"postcss": "^8.4.28",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
}
}

0 comments on commit a1d6d94

Please sign in to comment.