mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
Fix build check (#1981)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
883393788b
commit
0138a13212
@ -13048,11 +13048,11 @@ packages:
|
||||
dev: false
|
||||
|
||||
file:projects/pod-backup.tgz:
|
||||
resolution: {integrity: sha512-DMl1JkvmMx9OJgpA9yGV0OOqpGBDDRCdiyrnk+cBr519KYLSkhakYULl7qvejWgP7eSAKs+ZVTOqBg8rCMKzyg==, tarball: file:projects/pod-backup.tgz}
|
||||
resolution: {integrity: sha512-tZBIH9jqRWSWvzdlYoITGljNhQy2ALYeoyD9uxHQDcnMM7pwPatBm2Tx/h9m1TSk3vv6t0f3psrVp1O1ljC1rw==, tarball: file:projects/pod-backup.tgz}
|
||||
name: '@rush-temp/pod-backup'
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
'@rushstack/heft': 0.44.13
|
||||
'@rushstack/heft': 0.45.5
|
||||
'@types/heft-jest': 1.0.2
|
||||
'@types/minio': 7.0.13
|
||||
'@types/node': 16.11.33
|
||||
@ -13063,7 +13063,7 @@ packages:
|
||||
esbuild: 0.12.29
|
||||
eslint: 7.32.0
|
||||
eslint-config-standard-with-typescript: 21.0.1_d91f81f4c73639e41ff8a6e8953d9ef2
|
||||
eslint-plugin-import: 2.26.0_eslint@7.32.0
|
||||
eslint-plugin-import: 2.26.0_3ddaf056fddf811f7a567f393e2484b7
|
||||
eslint-plugin-node: 11.1.0_eslint@7.32.0
|
||||
eslint-plugin-promise: 5.2.0_eslint@7.32.0
|
||||
got: 11.8.5
|
||||
@ -13075,6 +13075,8 @@ packages:
|
||||
transitivePeerDependencies:
|
||||
- '@swc/core'
|
||||
- '@swc/wasm'
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
"eslint-config-standard-with-typescript": "^21.0.1",
|
||||
"prettier": "^2.4.1",
|
||||
"ts-node": "~10.5.0",
|
||||
"@rushstack/heft": "^0.44.13",
|
||||
"@rushstack/heft": "^0.45.5",
|
||||
"typescript": "^4.3.5",
|
||||
"@types/minio": "~7.0.11"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user