Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
raoufchebri committed Jan 24, 2023
1 parent a861423 commit dcf51b3
Show file tree
Hide file tree
Showing 3 changed files with 3,227 additions and 3,163 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest --watch"
},
"dependencies": {
"@prisma/client": "4.3.1",
"@prisma/client": "4.5.0",
"@testing-library/jest-dom": "^5.16.5",
"jest-environment-jsdom": "^29.3.1",
"next": "^12.3.4",
Expand All @@ -29,7 +29,8 @@
"jest": "^29.3.1",
"next-themes": "^0.0.14",
"postcss": "^8.1.10",
"prisma": "^4.3.1",
"tailwindcss": "^2.0.2"
"prisma": "4.5.0",
"tailwindcss": "^2.0.2",
"typescript": "4.9.4"
}
}
30 changes: 30 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"incremental": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
]
}
Loading

1 comment on commit dcf51b3

@vercel
Copy link

@vercel vercel bot commented on dcf51b3 Jan 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.