fix: lock prisma to v6 and fix lockfile
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
8909a763c9
commit
c11fed9832
1 changed files with 20 additions and 2 deletions
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
|
|
@ -15,7 +15,7 @@ importers:
|
|||
specifier: ^5.0.2
|
||||
version: 5.0.2
|
||||
'@prisma/client':
|
||||
specifier: ^6.16.2
|
||||
specifier: 6.16.2
|
||||
version: 6.16.2(prisma@6.16.2(typescript@5.7.2))(typescript@5.7.2)
|
||||
'@scalar/express-api-reference':
|
||||
specifier: ^0.4.182
|
||||
|
|
@ -35,6 +35,9 @@ importers:
|
|||
cron:
|
||||
specifier: ^3.3.1
|
||||
version: 3.3.1
|
||||
csv-parse:
|
||||
specifier: ^6.1.0
|
||||
version: 6.1.0
|
||||
dayjs:
|
||||
specifier: ^1.11.13
|
||||
version: 1.11.13
|
||||
|
|
@ -80,6 +83,9 @@ importers:
|
|||
nodemailer:
|
||||
specifier: ^6.10.0
|
||||
version: 6.10.0
|
||||
pnpm:
|
||||
specifier: ^10.18.3
|
||||
version: 10.28.0
|
||||
prisma-extension-kysely:
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.0(@prisma/client@6.16.2(prisma@6.16.2(typescript@5.7.2))(typescript@5.7.2))
|
||||
|
|
@ -133,7 +139,7 @@ importers:
|
|||
specifier: ^3.4.2
|
||||
version: 3.4.2
|
||||
prisma:
|
||||
specifier: ^6.16.2
|
||||
specifier: 6.16.2
|
||||
version: 6.16.2(typescript@5.7.2)
|
||||
prisma-kysely:
|
||||
specifier: ^1.8.0
|
||||
|
|
@ -1283,6 +1289,9 @@ packages:
|
|||
resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
csv-parse@6.1.0:
|
||||
resolution: {integrity: sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==}
|
||||
|
||||
data-view-buffer@1.0.1:
|
||||
resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
|
@ -2656,6 +2665,11 @@ packages:
|
|||
pkg-types@2.3.0:
|
||||
resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
|
||||
|
||||
pnpm@10.28.0:
|
||||
resolution: {integrity: sha512-Bd9x0UIfITmeBT/eVnzqNNRG+gLHZXFEG/wceVbpjjYwiJgtlARl/TRIDU2QoGaLwSNi+KqIAApk6D0LDke+SA==}
|
||||
engines: {node: '>=18.12'}
|
||||
hasBin: true
|
||||
|
||||
possible-typed-array-names@1.0.0:
|
||||
resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
|
@ -4924,6 +4938,8 @@ snapshots:
|
|||
|
||||
crypto-random-string@2.0.0: {}
|
||||
|
||||
csv-parse@6.1.0: {}
|
||||
|
||||
data-view-buffer@1.0.1:
|
||||
dependencies:
|
||||
call-bind: 1.0.8
|
||||
|
|
@ -6432,6 +6448,8 @@ snapshots:
|
|||
exsolve: 1.0.7
|
||||
pathe: 2.0.3
|
||||
|
||||
pnpm@10.28.0: {}
|
||||
|
||||
possible-typed-array-names@1.0.0: {}
|
||||
|
||||
postcss@8.5.3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue