Merge pull request #6298 from vvlladd28/bug/build/github-url-load
[3.4] UI: Fixed build, incorrect github URL
This commit is contained in:
commit
19a953428e
@ -46,8 +46,8 @@
|
|||||||
"canvas-gauges": "^2.1.7",
|
"canvas-gauges": "^2.1.7",
|
||||||
"core-js": "^3.19.2",
|
"core-js": "^3.19.2",
|
||||||
"date-fns": "^2.26.0",
|
"date-fns": "^2.26.0",
|
||||||
"flot": "git://github.com/thingsboard/flot.git#0.9-work",
|
"flot": "https://github.com/thingsboard/flot.git#0.9-work",
|
||||||
"flot.curvedlines": "git://github.com/MichaelZinsmaier/CurvedLines.git#master",
|
"flot.curvedlines": "https://github.com/MichaelZinsmaier/CurvedLines.git#master",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"html2canvas": "^1.3.3",
|
"html2canvas": "^1.3.3",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
@ -69,7 +69,7 @@
|
|||||||
"ngx-color-picker": "^11.0.0",
|
"ngx-color-picker": "^11.0.0",
|
||||||
"ngx-daterangepicker-material": "^5.0.1",
|
"ngx-daterangepicker-material": "^5.0.1",
|
||||||
"ngx-drag-drop": "^2.0.0",
|
"ngx-drag-drop": "^2.0.0",
|
||||||
"ngx-flowchart": "git://github.com/thingsboard/ngx-flowchart.git#release/1.0.0",
|
"ngx-flowchart": "https://github.com/thingsboard/ngx-flowchart.git#release/1.0.0",
|
||||||
"ngx-hm-carousel": "^2.0.1",
|
"ngx-hm-carousel": "^2.0.1",
|
||||||
"ngx-markdown": "^12.0.1",
|
"ngx-markdown": "^12.0.1",
|
||||||
"ngx-sharebuttons": "^9.0.0",
|
"ngx-sharebuttons": "^9.0.0",
|
||||||
|
|||||||
@ -4541,13 +4541,13 @@ flatten@^1.0.2:
|
|||||||
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b"
|
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b"
|
||||||
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
|
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
|
||||||
|
|
||||||
"flot.curvedlines@git://github.com/MichaelZinsmaier/CurvedLines.git#master":
|
"flot.curvedlines@https://github.com/MichaelZinsmaier/CurvedLines.git#master":
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
resolved "git://github.com/MichaelZinsmaier/CurvedLines.git#22ed1fc2a6ccafc816c2d07b36027cc123825c4b"
|
resolved "https://github.com/MichaelZinsmaier/CurvedLines.git#22ed1fc2a6ccafc816c2d07b36027cc123825c4b"
|
||||||
|
|
||||||
"flot@git://github.com/thingsboard/flot.git#0.9-work":
|
"flot@https://github.com/thingsboard/flot.git#0.9-work":
|
||||||
version "0.9.0-alpha"
|
version "0.9.0-alpha"
|
||||||
resolved "git://github.com/thingsboard/flot.git#0ff0c775db7c74e705f6c3c2bba92080a202ccd4"
|
resolved "https://github.com/thingsboard/flot.git#0ff0c775db7c74e705f6c3c2bba92080a202ccd4"
|
||||||
|
|
||||||
follow-redirects@^1.0.0:
|
follow-redirects@^1.0.0:
|
||||||
version "1.14.5"
|
version "1.14.5"
|
||||||
@ -6637,9 +6637,9 @@ ngx-drag-drop@^2.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
tslib "^1.9.0"
|
tslib "^1.9.0"
|
||||||
|
|
||||||
"ngx-flowchart@git://github.com/thingsboard/ngx-flowchart.git#release/1.0.0":
|
"ngx-flowchart@https://github.com/thingsboard/ngx-flowchart.git#release/1.0.0":
|
||||||
version "0.0.1"
|
version "0.0.1"
|
||||||
resolved "git://github.com/thingsboard/ngx-flowchart.git#aac96f7e0490a386d58864d7819873e7c63cbb48"
|
resolved "https://github.com/thingsboard/ngx-flowchart.git#aac96f7e0490a386d58864d7819873e7c63cbb48"
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib "^2.2.0"
|
tslib "^2.2.0"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user