Fix more import issues from monorepo merge
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
2021-06-01 21:09:47 -05:00
parent 9be9c44a32
commit 4d39637f30
14 changed files with 35 additions and 13 deletions

19
pnpm-lock.yaml generated
View File

@@ -8,6 +8,7 @@ dependencies:
'@types/pug': 2.0.4
'@types/rimraf': 3.0.0
'@types/ssh2': 0.5.46
'@types/uuid': 8.3.0
busboy: 0.3.1
colors: 1.4.0
dotenv: 8.2.0
@@ -16,10 +17,12 @@ dependencies:
pg: 8.6.0
pluralize: 8.0.0
pug: 3.0.2
reflect-metadata: 0.1.13
rimraf: 3.0.2
ssh2: 1.1.0
ts-node: 9.1.1_typescript@4.2.3
typescript: 4.2.3
uuid: 8.3.2
lockfileVersion: 5.2
packages:
/@babel/helper-validator-identifier/7.12.11:
@@ -112,6 +115,10 @@ packages:
dev: false
resolution:
integrity: sha512-1pC8FHrMPYdkLoUOwTYYifnSEPzAFZRsp3JFC/vokQ+dRrVI+hDBwz0SNmQ3pL6h39OSZlPs0uCG7wKJkftnaA==
/@types/uuid/8.3.0:
dev: false
resolution:
integrity: sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
/acorn/7.4.1:
dev: false
engines:
@@ -593,6 +600,10 @@ packages:
node: '>= 6'
resolution:
integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
/reflect-metadata/0.1.13:
dev: false
resolution:
integrity: sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==
/resolve/1.20.0:
dependencies:
is-core-module: 2.2.0
@@ -701,6 +712,11 @@ packages:
dev: false
resolution:
integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
/uuid/8.3.2:
dev: false
hasBin: true
resolution:
integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
/void-elements/3.1.0:
dev: false
engines:
@@ -744,6 +760,7 @@ specifiers:
'@types/pug': ^2.0.4
'@types/rimraf': ^3.0.0
'@types/ssh2': ^0.5.46
'@types/uuid': ^8.3.0
busboy: ^0.3.1
colors: ^1.4.0
dotenv: ^8.2.0
@@ -752,7 +769,9 @@ specifiers:
pg: ^8.6.0
pluralize: ^8.0.0
pug: ^3.0.2
reflect-metadata: ^0.1.13
rimraf: ^3.0.2
ssh2: ^1.1.0
ts-node: ^9.1.1
typescript: ^4.2.3
uuid: ^8.3.2