From b08a6f69a2f6925d563f74f90ae8af700384dc29 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Wed, 19 Apr 2017 20:58:28 -0700 Subject: [PATCH] Moved to fixed dependencies in bower.json --- bower.json | 70 +++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/bower.json b/bower.json index 0841501b..cab402fa 100755 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "tellform", "description": "Opensource alternative to TypeForm", - "version": "1.2.1", + "version": "2.0.0", "homepage": "https://github.com/whitef0x0/tellform", "authors": [ "David Baldwynn (http://baldwynn.me)" @@ -10,45 +10,45 @@ "private": true, "appPath": "public/modules", "dependencies": { - "bootstrap": "^3.3.7", - "angular-resource": "~1.4.7", - "angular-mocks": "~1.4.7", - "angular-bootstrap": "~0.14.3", - "angular-ui-utils": "~3.0.0", - "angular-ui-router": "~0.2.11", - "ng-file-upload": "^12.0.4", - "angular-raven": "~0.5.11", - "angular-ui-date": "~0.0.11", - "lodash": "~3.10.0", - "angular-ui-sortable": "~0.13.4", - "angular-permission": "~1.1.1", - "file-saver.js": "~1.20150507.2", - "angular-bootstrap-colorpicker": "~3.0.19", - "angular-ui-router-tabs": "~1.7.0", - "angular-scroll": "^1.0.0", - "angular-sanitize": "^1.5.3", - "v-button": "^1.1.1", - "angular-busy": "^4.1.3", - "angular-input-stars": "https://github.com/whitef0x0/angular-input-stars.git#master", - "raven-js": "^3.0.4", - "tableExport.jquery.plugin": "^1.5.1", - "js-yaml": "^3.6.1", - "angular-ui-select": "https://github.com/whitef0x0/ui-select.git#compiled", - "angular-translate": "~2.11.0", + "bootstrap": "3.3.7", + "angular-resource": "1.4.7", + "angular-mocks": "1.4.7", + "angular-bootstrap": "0.14.3", + "angular-ui-utils": "3.0.0", + "angular-ui-router": "0.2.11", + "ng-file-upload": "12.0.4", + "angular-raven": "0.5.11", + "angular-ui-date": "0.0.11", + "lodash": "3.10.0", + "angular-ui-sortable": "0.13.4", + "angular-permission": "1.1.1", + "file-saver.js": "1.20150507.2", + "angular-bootstrap-colorpicker": "3.0.19", + "angular-ui-router-tabs": "1.7.0", + "angular-scroll": "1.0.0", + "angular-sanitize": "1.5.3", + "v-button": "1.1.1", + "angular-busy": "4.1.3", + "angular-input-stars": "https://github.com/tellform/angular-input-stars.git#master", + "raven-js": "3.0.4", + "tableExport.jquery.plugin": "1.5.1", + "js-yaml": "3.6.1", + "angular-ui-select": "https://github.com/tellform/ui-select.git#compiled", + "angular-translate": "2.11.0", "ng-translate": "*", - "deep-diff": "^0.3.4", - "jsep": "^0.3.1", - "ngclipboard": "^1.1.1", - "mobile-detect": "^1.3.3", - "socket.io-client": "^1.7.2", - "css-toggle-switch": "^4.0.2", - "angular-strap": "^2.3.12" + "deep-diff": "0.3.4", + "jsep": "0.3.1", + "ngclipboard": "1.1.1", + "mobile-detect": "1.3.3", + "socket.io-client": "1.7.2", + "css-toggle-switch": "4.0.2", + "angular-strap": "2.3.12" }, "resolutions": { - "angular-bootstrap": "^0.14.0", + "angular-bootstrap": "0.14.0", "angular": "1.4.14", "angular-ui-select": "compiled", - "jspdf": "~1.0.178" + "jspdf": "1.0.178" }, "overrides": { "BOWER-PACKAGE": {