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