@nxext/stencil
Version:
Nx plugin for stenciljs
23 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.STENCIL_STYLE_PLUGIN_VERSION = exports.STENCIL_OUTPUTTARGET_VERSION = exports.ESLINT_PLUGIN_VERSIONS = exports.eslintImportPlugin = exports.stencilEslintPlugin = exports.deprecatedStencilEslintPlugin = exports.puppeteer = exports.stencilRouterVersion = exports.stencilVersion = void 0;
exports.stencilVersion = '^4.22.0';
exports.stencilRouterVersion = '^1.0.1';
exports.puppeteer = '^21.4.1';
exports.deprecatedStencilEslintPlugin = '@stencil/eslint-plugin';
exports.stencilEslintPlugin = '@stencil-community/eslint-plugin';
exports.eslintImportPlugin = 'eslint-plugin-import';
exports.ESLINT_PLUGIN_VERSIONS = {
[exports.deprecatedStencilEslintPlugin]: '0.3.1',
[exports.stencilEslintPlugin]: '^0.8.0',
[exports.eslintImportPlugin]: '^2.28.0',
};
exports.STENCIL_OUTPUTTARGET_VERSION = {
react: '^0.5.3',
angular: '^0.8.3',
vue: '^0.9.0',
};
exports.STENCIL_STYLE_PLUGIN_VERSION = {
scss: '3.0.7',
};
//# sourceMappingURL=versions.js.map