generated from nhcarrigan/template
deps: update @prisma/client to 7.3.0
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "prisma generate && tsc",
|
"build": "prisma generate && tsc",
|
||||||
"lint": "eslint src --max-warnings 0",
|
"lint": "eslint src --max-warnings 0",
|
||||||
"start": "op run --env-file=prod.env -- node prod/index.js",
|
"start": "op run --env-file=prod.env -- node prod/index.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 0"
|
"test": "echo \"Error: no test specified\" && exit 0"
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nhcarrigan/logger": "1.0.0",
|
"@nhcarrigan/logger": "1.0.0",
|
||||||
"@prisma/client": "6.15.0",
|
"@prisma/client": "7.3.0",
|
||||||
"discord.js": "14.22.1",
|
"discord.js": "14.22.1",
|
||||||
"fastify": "5.5.0"
|
"fastify": "5.5.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+14
-7
@@ -12,8 +12,8 @@ importers:
|
|||||||
specifier: 1.0.0
|
specifier: 1.0.0
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
'@prisma/client':
|
'@prisma/client':
|
||||||
specifier: 6.15.0
|
specifier: 7.3.0
|
||||||
version: 6.15.0(prisma@6.15.0(typescript@5.9.2))(typescript@5.9.2)
|
version: 7.3.0(prisma@6.15.0(typescript@5.9.2))(typescript@5.9.2)
|
||||||
discord.js:
|
discord.js:
|
||||||
specifier: 14.22.1
|
specifier: 14.22.1
|
||||||
version: 14.22.1
|
version: 14.22.1
|
||||||
@@ -371,12 +371,15 @@ packages:
|
|||||||
resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==}
|
resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==}
|
||||||
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
||||||
|
|
||||||
'@prisma/client@6.15.0':
|
'@prisma/client-runtime-utils@7.3.0':
|
||||||
resolution: {integrity: sha512-wR2LXUbOH4cL/WToatI/Y2c7uzni76oNFND7+23ypLllBmIS8e3ZHhO+nud9iXSXKFt1SoM3fTZvHawg63emZw==}
|
resolution: {integrity: sha512-dG/ceD9c+tnXATPk8G+USxxYM9E6UdMTnQeQ+1SZUDxTz7SgQcfxEqafqIQHcjdlcNK/pvmmLfSwAs3s2gYwUw==}
|
||||||
engines: {node: '>=18.18'}
|
|
||||||
|
'@prisma/client@7.3.0':
|
||||||
|
resolution: {integrity: sha512-FXBIxirqQfdC6b6HnNgxGmU7ydCPEPk7maHMOduJJfnTP+MuOGa15X4omjR/zpPUUpm8ef/mEFQjJudOGkXFcQ==}
|
||||||
|
engines: {node: ^20.19 || ^22.12 || >=24.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
prisma: '*'
|
prisma: '*'
|
||||||
typescript: '>=5.1.0'
|
typescript: '>=5.4.0'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
prisma:
|
prisma:
|
||||||
optional: true
|
optional: true
|
||||||
@@ -2629,7 +2632,11 @@ snapshots:
|
|||||||
|
|
||||||
'@pkgr/core@0.1.2': {}
|
'@pkgr/core@0.1.2': {}
|
||||||
|
|
||||||
'@prisma/client@6.15.0(prisma@6.15.0(typescript@5.9.2))(typescript@5.9.2)':
|
'@prisma/client-runtime-utils@7.3.0': {}
|
||||||
|
|
||||||
|
'@prisma/client@7.3.0(prisma@6.15.0(typescript@5.9.2))(typescript@5.9.2)':
|
||||||
|
dependencies:
|
||||||
|
'@prisma/client-runtime-utils': 7.3.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
prisma: 6.15.0(typescript@5.9.2)
|
prisma: 6.15.0(typescript@5.9.2)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
|
|||||||
Reference in New Issue
Block a user