Add types/node

r0.1.5
Garrett Mills 3 years ago
parent e8ee27d36b
commit 7cb0546b01
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -10,8 +10,8 @@
"dependencies": {
"@extollo/di": "file:../di",
"@extollo/util": "file:../util",
"@types/dotenv": "^8.2.0",
"@types/negotiator": "^0.6.1",
"@types/node": "^14.14.35",
"@types/pug": "^2.0.4",
"dotenv": "^8.2.0",
"negotiator": "^0.6.2",

@ -1,8 +1,8 @@
dependencies:
'@extollo/di': link:../di
'@extollo/util': link:../util
'@types/dotenv': 8.2.0
'@types/negotiator': 0.6.1
'@types/node': 14.14.35
'@types/pug': 2.0.4
dotenv: 8.2.0
negotiator: 0.6.2
@ -30,17 +30,14 @@ 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:
integrity: sha512-c4mvXFByghezQ/eVGN5HvH/jI63vm3B7FiE81BUzDAWmuiohRecCO6ddU60dfq29oKUMiQujsoB2h0JQC7JHKA==
/@types/node/14.14.35:
dev: false
resolution:
integrity: sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==
/@types/pug/2.0.4:
dev: false
resolution:
@ -380,8 +377,8 @@ packages:
specifiers:
'@extollo/di': file:../di
'@extollo/util': file:../util
'@types/dotenv': ^8.2.0
'@types/negotiator': ^0.6.1
'@types/node': ^14.14.35
'@types/pug': ^2.0.4
dotenv: ^8.2.0
negotiator: ^0.6.2

Loading…
Cancel
Save