UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

31 lines 1.62 kB
"use strict"; 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.typesNodeVersion = exports.stencilTestTypesJestVersion = exports.stencilTestJestCliVersion = exports.stencilTestJestVersion = exports.puppeteer = exports.stencilRouterVersion = exports.stencilVersion = void 0; exports.stencilVersion = '^4.43.0'; exports.stencilRouterVersion = '^1.0.1'; exports.puppeteer = '^21.4.1'; // Stencil's own integrated `test --e2e`/`--spec` task hard-validates that // these exact majors are installed in the consumer's node_modules, // independent of whatever `unitTestRunner` (Nx's own jest/vitest target) // the project was generated with. exports.stencilTestJestVersion = '^29.0.0'; exports.stencilTestJestCliVersion = '^29.0.0'; exports.stencilTestTypesJestVersion = '^29.0.0'; exports.typesNodeVersion = '^22.0.0'; 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