UNPKG

@nx/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

10 lines (9 loc) 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.angularRspackVersion = exports.angularCliVersion = exports.typescriptVersion = exports.nxVersion = void 0; exports.nxVersion = require('../../package.json').version; exports.typescriptVersion = '~5.8.2'; // TODO: remove when preset generation is reworked and // deps are not installed from workspace exports.angularCliVersion = '~20.1.0'; exports.angularRspackVersion = '^21.1.0';