fix(api-db): add node type definitions for prisma config
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
},
|
||||
"license": "GPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.5.2",
|
||||
"dotenv": "^16.6.1",
|
||||
"prisma": "^7.6.0"
|
||||
},
|
||||
|
||||
Generated
+21
@@ -35,6 +35,9 @@ importers:
|
||||
specifier: ^7.6.0
|
||||
version: 7.6.0(prisma@7.6.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
||||
devDependencies:
|
||||
"@types/node":
|
||||
specifier: ^25.5.2
|
||||
version: 25.5.2
|
||||
dotenv:
|
||||
specifier: ^16.6.1
|
||||
version: 16.6.1
|
||||
@@ -457,6 +460,12 @@ packages:
|
||||
integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
||||
}
|
||||
|
||||
"@types/node@25.5.2":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==
|
||||
}
|
||||
|
||||
"@types/react@19.2.14":
|
||||
resolution:
|
||||
{
|
||||
@@ -1464,6 +1473,12 @@ packages:
|
||||
}
|
||||
engines: { node: ">= 0.8.0" }
|
||||
|
||||
undici-types@7.18.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
|
||||
}
|
||||
|
||||
uri-js@4.4.1:
|
||||
resolution:
|
||||
{
|
||||
@@ -1762,6 +1777,10 @@ snapshots:
|
||||
|
||||
"@types/json-schema@7.0.15": {}
|
||||
|
||||
"@types/node@25.5.2":
|
||||
dependencies:
|
||||
undici-types: 7.18.2
|
||||
|
||||
"@types/react@19.2.14":
|
||||
dependencies:
|
||||
csstype: 3.2.3
|
||||
@@ -2301,6 +2320,8 @@ snapshots:
|
||||
dependencies:
|
||||
prelude-ls: 1.2.1
|
||||
|
||||
undici-types@7.18.2: {}
|
||||
|
||||
uri-js@4.4.1:
|
||||
dependencies:
|
||||
punycode: 2.3.1
|
||||
|
||||
Reference in New Issue
Block a user