[ADF-1873] Remove all deprecated code from ADF (#4145)

* remove deprecated code part 1

* remove deprecation step 2

* fix spellcheck

* fix

* fix lint

* fix not used import

* remove deprecation

* fix test first part after remove deprecation

* fix test

* fix sidebar demo shell
This commit is contained in:
Eugenio Romano
2019-01-15 15:36:01 +00:00
committed by GitHub
parent 24a7c939e6
commit 7d061b2c11
109 changed files with 351 additions and 1106 deletions
+3 -9
View File
@@ -53,11 +53,10 @@
}
},
"@alfresco/js-api": {
"version": "3.0.0-delta18",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-3.0.0-delta18.tgz",
"integrity": "sha512-lA/FyKLIQX7JIUcP/eNkrWOeJIuRsqgET8iBnVs3p0RFoZWVUL7pE0qyRw/nkAkFO3sYdea+n5fBlnm7jpjAVQ==",
"version": "3.0.0-delta20",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-3.0.0-delta20.tgz",
"integrity": "sha512-6Tig3mpVuInfRbnIhUnFd5TUq3m6IXjT0WVX8doABVWSNx03x5Jxfkw60iG5hgC/crxJxTNlQl8IcRHMVNxKaw==",
"requires": {
"btoa": "^1.2.1",
"event-emitter": "0.3.4",
"superagent": "3.8.2"
}
@@ -3803,11 +3802,6 @@
"integrity": "sha1-YbU5PxH1JVntEgaTEANDtu2wTdU=",
"dev": true
},
"btoa": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz",
"integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g=="
},
"buffer": {
"version": "4.9.1",
"resolved": "http://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",