update ngx-file-drop
might not be compatible with libs. WIP
This commit is contained in:
parent
0af35b8b75
commit
d27362f073
|
@ -13413,9 +13413,12 @@
|
|||
}
|
||||
},
|
||||
"ngx-file-drop": {
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/ngx-file-drop/-/ngx-file-drop-9.0.1.tgz",
|
||||
"integrity": "sha512-xtUUjGMr9c8wwSfA4Cyy0iZMPLnBOg9i32A3tHOPfEivRrn9evULvxriCM45Qz6HpuuqA7vZGxGZZTCUIj/h3A=="
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ngx-file-drop/-/ngx-file-drop-11.1.0.tgz",
|
||||
"integrity": "sha512-jRqnI58jh9xVYmbYY315TIaSfpzOXRwj8JQOjNALwi/r1a9SVkxp3C069tXo5Kkxi/elsMePN0Be4EmgLf4EVw==",
|
||||
"requires": {
|
||||
"tslib": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"ngx-highlightjs": {
|
||||
"version": "4.1.1",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"file-saver": "^2.0.2",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"ngx-device-detector": "^1.4.5",
|
||||
"ngx-file-drop": "^9.0.1",
|
||||
"ngx-file-drop": "^11.1.0",
|
||||
"ngx-highlightjs": "^4.1.1",
|
||||
"ngx-markdown": "^9.1.1",
|
||||
"protractor": "~7.0.0",
|
||||
|
|
Loading…
Reference in New Issue