mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 08:48:01 +00: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
|
dev: false
|
||||||
|
|
||||||
file:projects/pod-backup.tgz:
|
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'
|
name: '@rush-temp/pod-backup'
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@rushstack/heft': 0.44.13
|
'@rushstack/heft': 0.45.5
|
||||||
'@types/heft-jest': 1.0.2
|
'@types/heft-jest': 1.0.2
|
||||||
'@types/minio': 7.0.13
|
'@types/minio': 7.0.13
|
||||||
'@types/node': 16.11.33
|
'@types/node': 16.11.33
|
||||||
@ -13063,7 +13063,7 @@ packages:
|
|||||||
esbuild: 0.12.29
|
esbuild: 0.12.29
|
||||||
eslint: 7.32.0
|
eslint: 7.32.0
|
||||||
eslint-config-standard-with-typescript: 21.0.1_d91f81f4c73639e41ff8a6e8953d9ef2
|
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-node: 11.1.0_eslint@7.32.0
|
||||||
eslint-plugin-promise: 5.2.0_eslint@7.32.0
|
eslint-plugin-promise: 5.2.0_eslint@7.32.0
|
||||||
got: 11.8.5
|
got: 11.8.5
|
||||||
@ -13075,6 +13075,8 @@ packages:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@swc/core'
|
- '@swc/core'
|
||||||
- '@swc/wasm'
|
- '@swc/wasm'
|
||||||
|
- eslint-import-resolver-typescript
|
||||||
|
- eslint-import-resolver-webpack
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"eslint-config-standard-with-typescript": "^21.0.1",
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
||||||
"prettier": "^2.4.1",
|
"prettier": "^2.4.1",
|
||||||
"ts-node": "~10.5.0",
|
"ts-node": "~10.5.0",
|
||||||
"@rushstack/heft": "^0.44.13",
|
"@rushstack/heft": "^0.45.5",
|
||||||
"typescript": "^4.3.5",
|
"typescript": "^4.3.5",
|
||||||
"@types/minio": "~7.0.11"
|
"@types/minio": "~7.0.11"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user