From acaa58457360f59c7db0205754d916cbaa93e13d Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Fri, 8 Feb 2019 12:20:52 -0300 Subject: [PATCH] archivo html para abrir test --- package.json | 25 +++++++++++++------------ unit-test.html | 19 +++++++++++++++++++ 2 files changed, 32 insertions(+), 12 deletions(-) create mode 100644 unit-test.html diff --git a/package.json b/package.json index 414b62f..c552c73 100644 --- a/package.json +++ b/package.json @@ -20,16 +20,17 @@ "author": "Foca Software", "license": "ISC", "dependencies": { - "angular": "^1.7.5", + "angular": "^1.7.7", "angular-chart.js": "1.1.1", - "angular-cookies": "^1.7.5", - "angular-i18n": "^1.7.5", + "angular-cookies": "^1.7.7", + "angular-i18n": "^1.7.7", "angular-ladda": "^0.4.3", - "angular-route": "^1.7.5", - "angular-sanitize": "^1.7.5", + "angular-mocks": "^1.7.7", + "angular-route": "^1.7.7", + "angular-sanitize": "^1.7.7", "angular-ui-grid": "4.6.6", "angular-ui-swiper": "^2.3.8", - "bootstrap": "^4.1.3", + "bootstrap": "^4.2.1", "chart.js": "2.7.3", "excel-builder": "2.0.3", "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git", @@ -87,7 +88,7 @@ "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", "font-awesome": "^4.7.0", - "gulp-angular-templatecache": "^2.2.1", + "gulp-angular-templatecache": "^2.2.6", "gulp-htmlmin": "^5.0.1", "gulp-uglify": "^3.0.1", "gulp-uglify-es": "^1.0.4", @@ -98,24 +99,24 @@ "lodash": "4.17.11", "moment": "2.23.0", "ngstorage": "^0.3.11", - "node-sass": "^4.10.0", + "node-sass": "^4.11.0", "pdfmake": "0.1.41", "uglify": "^0.1.5", - "ui-bootstrap4": "^3.0.5" + "ui-bootstrap4": "^3.0.6" }, "devDependencies": { "gulp": "3.9.1", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", - "gulp-connect": "^5.6.1", + "gulp-connect": "^5.7.0", "gulp-jshint": "^2.1.0", "gulp-rename": "^1.4.0", "gulp-replace": "^1.0.0", "gulp-sass": "^4.0.1", "gulp-uglify": "^1.0.4", "gulp-watch": "^5.0.1", - "jasmine-core": "^3.2.1", - "jshint": "^2.9.6", + "jasmine-core": "^3.3.0", + "jshint": "^2.10.1", "pre-commit": "^1.2.2", "pump": "^3.0.0" } diff --git a/unit-test.html b/unit-test.html new file mode 100644 index 0000000..baab6e2 --- /dev/null +++ b/unit-test.html @@ -0,0 +1,19 @@ + +
+ + + + + + + + + + + + + + + + + -- 1.9.1