diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-09-04 12:53:02 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2020-09-04 11:55:22 +0000 |
commit | bf640a573e96f752c73f04ccd7e51f39916e131a (patch) | |
tree | 953747473fb448770f4272f1c934a77a244f183a /catalog-ui/package.json | |
parent | 93e29667a3d23773a5d08d68fdd3720efda5b4ca (diff) |
Fix broken build
[INFO] ERROR in /w/workspace/sdc-master-verify-java/catalog-ui/node_modules/@types/node/index.d.ts (20,1): Invalid 'reference' directive syntax.
Change-Id: Iaa4a705bdfe8aca39207c7241f1c0138f6f62fcf
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3276
Diffstat (limited to 'catalog-ui/package.json')
-rw-r--r-- | catalog-ui/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/package.json b/catalog-ui/package.json index fc99b356dc..1e727472fe 100644 --- a/catalog-ui/package.json +++ b/catalog-ui/package.json @@ -108,7 +108,7 @@ "@types/jquery": "^2.0.52", "@types/js-md5": "^0.4.0", "@types/lodash": "4.14.85", - "@types/node": "^7.0.5", + "@types/node": "7.0.7", "@types/q": "0.0.32", "angular": "^1.6.2", "angular-base64": "^2.0.5", |