Add dotenv types

This commit is contained in:
2021-03-22 19:18:50 -05:00
parent 90d7679882
commit e259e25e13
2 changed files with 10 additions and 1 deletions

9
pnpm-lock.yaml generated
View File

@@ -1,6 +1,7 @@
dependencies:
'@extollo/di': link:../di
'@extollo/util': link:../util
'@types/dotenv': 8.2.0
'@types/negotiator': 0.6.1
'@types/pug': 2.0.4
dotenv: 8.2.0
@@ -28,6 +29,13 @@ packages:
dev: false
resolution:
integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
/@types/dotenv/8.2.0:
dependencies:
dotenv: 8.2.0
deprecated: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.
dev: false
resolution:
integrity: sha512-ylSC9GhfRH7m1EUXBXofhgx4lUWmFeQDINW5oLuS+gxWdfUeW4zJdeVTYVkexEW+e2VUvlZR2kGnGGipAWR7kw==
/@types/negotiator/0.6.1:
dev: false
resolution:
@@ -313,6 +321,7 @@ packages:
specifiers:
'@extollo/di': file:../di
'@extollo/util': file:../util
'@types/dotenv': ^8.2.0
'@types/negotiator': ^0.6.1
'@types/pug': ^2.0.4
dotenv: ^8.2.0