From 51ea86b67ca66ae64d0ae01e8a84b1a1ac3ec8f5 Mon Sep 17 00:00:00 2001 From: Jorge Miguel Lobo Escalona <47326048+jloboescalona2@users.noreply.github.com> Date: Tue, 21 Jul 2020 12:17:13 +0200 Subject: [PATCH] F #4972: fix dependencies bower (#85) Signed-off-by: Jorge Lobo --- src/sunstone/public/bower.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/sunstone/public/bower.json b/src/sunstone/public/bower.json index cc3fb5fafe2..0475fd5da27 100644 --- a/src/sunstone/public/bower.json +++ b/src/sunstone/public/bower.json @@ -1,23 +1,23 @@ { "name": "opennebula-sunstone", "dependencies": { - "flot": "0.8.3", - "jgrowl": "1.4.2", - "fontawesome": "5.0.7", - "flot.tooltip": "0.8.4", + "flot": "~0.8.3", + "jgrowl": "~1.4.2", + "fontawesome": "~5.0.7", + "flot.tooltip": "~0.8.4", "no-vnc": "https://github.com/novnc/noVNC.git#9fe2fd04d4", "resumablejs": "https://github.com/23/resumable.js.git#420cd351c5", "spice-html5": "https://github.com/freedesktop/spice-html5.git#spice-html5-0.1.7", - "require-handlebars-plugin": "0.11.2", - "almond": "0.3.1", - "vis": "4.12.0", - "requirejs": "2.1.22", - "foundation-sites": "6.2.1", - "jquery": "2.2.3", - "datatables": "1.10.12", - "navigo": "2.1.1", - "sprintf": "1.0.3", - "jquery-ui": "^1.12.1", + "require-handlebars-plugin": "~0.11.2", + "almond": "~0.3.1", + "vis": "~4.12.0", + "requirejs": "~2.1.22", + "foundation-sites": "~6.2.1", + "jquery": "~2.2.3", + "datatables": "~1.10.12", + "navigo": "~2.1.1", + "sprintf": "~1.0.3", + "jquery-ui": "~1.12.1", "wickedpicker": "https://github.com/OpenNebula/sunstone-deps.git#9398b3f", "webauthn-json": "https://registry.npmjs.org/@github/webauthn-json/-/webauthn-json-0.4.1.tgz" },