Skip to content

Commit

Permalink
Upgrade to Prisma v5.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Dec 14, 2023
1 parent 310cf0b commit 9f7851b
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 160 deletions.
16 changes: 2 additions & 14 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,8 @@
"plugins": ["@typescript-eslint", "prettier"],
"settings": {
"import/resolver": {
"alias": {
"map": [
["assets", "./src/assets"],
["components", "./src/components"],
["db", "./db"],
["hooks", "./src/components/hooks"],
["lang", "./src/lang"],
["lib", "./src/lib"],
["public", "./public"],
["queries", "./src/queries"],
["store", "./src/store"],
["styles", "./src/styles"]
],
"extensions": [".ts", ".tsx", ".js", ".jsx", ".json"]
"node": {
"moduleDirectory": ["node_modules", "src/"]
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./src"
}
"baseUrl": "src"
},
"include": ["src"]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@clickhouse/client": "^0.2.2",
"@fontsource/inter": "^4.5.15",
"@prisma/client": "5.6.0",
"@prisma/client": "5.7.0",
"@prisma/extension-read-replicas": "^0.3.0",
"@react-spring/web": "^9.7.3",
"@tanstack/react-query": "^5.12.2",
Expand Down Expand Up @@ -97,7 +97,7 @@
"next-basics": "^0.39.0",
"node-fetch": "^3.2.8",
"npm-run-all": "^4.1.5",
"prisma": "5.6.0",
"prisma": "5.7.0",
"react": "^18.2.0",
"react-basics": "^0.114.0",
"react-beautiful-dnd": "^13.1.0",
Expand Down Expand Up @@ -135,7 +135,7 @@
"cross-env": "^7.0.3",
"esbuild": "^0.17.17",
"eslint": "^8.33.0",
"eslint-config-next": "^12.2.4",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
Expand Down
1 change: 1 addition & 0 deletions src/declaration.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
declare module 'cors';
declare module 'debug';
declare module 'chartjs-adapter-date-fns';
Loading

0 comments on commit 9f7851b

Please sign in to comment.