Show app version in Account menu

This commit is contained in:
Mo Bitar
2019-05-11 18:26:55 -05:00
parent 0d6777780c
commit 47a316409b
6 changed files with 64 additions and 9 deletions

30
package-lock.json generated
View File

@@ -3288,6 +3288,18 @@
"ng-annotate": "1.2.2"
}
},
"grunt-ng-constant": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/grunt-ng-constant/-/grunt-ng-constant-2.0.2.tgz",
"integrity": "sha512-pgWLcmg1cMprYeL/V7/h/ZCpJS+81kpuqUYnfDWbNhS6m+U2Gjxynv9kcCWoR5273jrpGvdi5B+l5P6GaYCYOQ==",
"dev": true,
"requires": {
"jju": "1.4.0",
"lodash": "4.17.11",
"merge": "1.2.1",
"tosource": "1.0.0"
}
},
"grunt-shell": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/grunt-shell/-/grunt-shell-2.1.0.tgz",
@@ -3822,6 +3834,12 @@
"isarray": "1.0.0"
}
},
"jju": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz",
"integrity": "sha1-o6vicYryQaKykE+EpiWXDzia4yo=",
"dev": true
},
"js-tokens": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
@@ -4065,6 +4083,12 @@
}
}
},
"merge": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/merge/-/merge-1.2.1.tgz",
"integrity": "sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==",
"dev": true
},
"micromatch": {
"version": "2.3.11",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
@@ -6084,6 +6108,12 @@
}
}
},
"tosource": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tosource/-/tosource-1.0.0.tgz",
"integrity": "sha1-QtiN0RZhi88A1hBt1URvNCeQL/E=",
"dev": true
},
"trim-newlines": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",