@nx/playwright
Version:
7 lines (6 loc) • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.eslintPluginPlaywrightVersion = exports.playwrightVersion = exports.nxVersion = void 0;
exports.nxVersion = require('../../package.json').version;
exports.playwrightVersion = '^1.36.0';
exports.eslintPluginPlaywrightVersion = '^1.6.2';