mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-13 22:42:38 -05:00
update prisma to 2.9.0
This commit is contained in:
parent
9403fb7bfe
commit
f7f56a084d
12
package-lock.json
generated
12
package-lock.json
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user