diff --git a/lib/rules/no-removed-apis.js b/lib/rules/no-removed-apis.js index 2e880e7..a60415e 100644 --- a/lib/rules/no-removed-apis.js +++ b/lib/rules/no-removed-apis.js @@ -7,6 +7,7 @@ const { createVersionValidator } = require('../utils/version-parser.js') //------------------------------------------------------------------------------ const global = { + autosize: '29.0.0', escapeHTML: '20.0.0', fileDownloadPath: '15.0.0', formatDate: '19.0.0', @@ -21,6 +22,8 @@ const oc = { getScrollBarWidth: '15.0.0', addTranslations: '26.0.0', appSettings: '28.0.0', + loadScript: '28.0.0', + loadStyle: '28.0.0', } const oc_sub = {