From e259e25e1368182f85ad28a79da19b0b8900dc6b Mon Sep 17 00:00:00 2001 From: garrettmills Date: Mon, 22 Mar 2021 19:18:50 -0500 Subject: [PATCH] Add dotenv types --- package.json | 2 +- pnpm-lock.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4aa1a5e..48f38fc 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "dependencies": { "@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", @@ -17,7 +18,6 @@ "pug": "^3.0.2", "typescript": "^4.1.3" }, - "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a05560..1531648 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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