Replaces custom-fastClick by Angular-Stateful-Fastclick (#4136)
* Replaces custom-fastClick by Angular-Stateful-Fastclick * Resolves fastclick version
This commit is contained in:
parent
265dc26666
commit
c27759b770
13 changed files with 32 additions and 84 deletions
|
|
@ -21,10 +21,15 @@
|
|||
"ng-lodash": "0.2.3",
|
||||
"qrcode-decoder-js": "*",
|
||||
"trezor-connect": "~1.0.1",
|
||||
"ng-csv": "~0.3.6"
|
||||
"ng-csv": "~0.3.6",
|
||||
"angular-touch": "^1.5.5",
|
||||
"fastclick": "^1.0.6",
|
||||
"stateful-fastclick": "^1.0.2",
|
||||
"angular-stateful-fastclick": "^1.0.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"angular": "1.4.6",
|
||||
"qrcode-generator": "0.1.0"
|
||||
"qrcode-generator": "0.1.0",
|
||||
"fastclick": "1.0.6"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue