update prisma to 2.9.0

This commit is contained in:
Kalle (Sendou) 2020-10-13 23:28:43 +03:00
parent 9403fb7bfe
commit f7f56a084d
2 changed files with 5 additions and 11 deletions

12
package-lock.json generated
View File

@ -1356,16 +1356,10 @@
}
}
},
"@prisma/cli": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/@prisma/cli/-/cli-2.8.1.tgz",
"integrity": "sha512-mEGJplClGnXI5ki4R0Xq8nq62zcyu7Wzdhybege+cFPZFUbFj0petaPZl/tqta9o5neDyvpU/lDgOwef6mwySg==",
"dev": true
},
"@prisma/client": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-2.8.1.tgz",
"integrity": "sha512-apt6ioi2euOZA1O9mPA8AMRjPoPECsva76gMCcHCVgHvhkMNpFkcbn+UTkErJYrTgcRR7CPQt4D+fw8pkAHfjA==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-2.9.0.tgz",
"integrity": "sha512-VLXw6s13xakIrV9Z8Ftw0j+mbXuvbRkxYv3X5hRZdPN1NAwgeXJmrrTK9MS2HDvW8eGZL7P8OaUSNQ3Sfgvr/Q==",
"requires": {
"pkg-up": "^3.1.0"
}

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"@nexus/schema": "^0.16.0",
"@prisma/client": "^2.8.1",
"@prisma/client": "^2.9.0",
"apollo-server-micro": "^2.17.0",
"next": "^9.5.5",
"nexus-plugin-prisma": "^0.21.0",
@ -22,7 +22,7 @@
"react-dom": "16.13.1"
},
"devDependencies": {
"@prisma/cli": "^2.8.1",
"@prisma/cli": "^2.9.0",
"@types/react": "^16.9.49",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"