fix bower dependencies (except llqrcode)

This commit is contained in:
binsky 2021-03-12 01:00:14 +01:00
parent 350a2cdc12
commit be51248383

View file

@ -30,14 +30,17 @@
"angular-translate": "2.9.0", "angular-translate": "2.9.0",
"angular-xeditable": "0.3.0", "angular-xeditable": "0.3.0",
"angular-datetime-picker": "", "angular-datetime-picker": "",
"ng-clipboard": "1.5.10", "ng-clipboard": "1.0.2",
"ng-password-meter": "0.4.0", "ng-password-meter": "0.1.6",
"ng-tags-input": "3.1.1", "ng-tags-input": "3.1.1",
"papa-parse": "4.1.2", "papa-parse": "4.1.2",
"llqrcode": "0.0.2", "llqrcode": "0.0.2",
"sha": " 2.0.1", "jssha": " 2.0.1",
"sjcl": " 1.0.8", "sjcl": " 1.0.8",
"ui-sortable": "0.19.0", "ui-sortable": "1.0",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
},
"resolutions": {
"angular": "1.5.8"
} }
} }