@pnp/cli-microsoft365
Version:
Manage Microsoft 365 and SharePoint Framework projects on any platform
10 lines • 343 B
JavaScript
import { DependencyRule } from './DependencyRule.js';
export class FN002027_DEVDEP_fluentui_react extends DependencyRule {
constructor(packageVersion, add) {
super('@fluentui/react', packageVersion, true, true, add);
}
get id() {
return 'FN002027';
}
}
//# sourceMappingURL=FN002027_DEVDEP_fluentui_react.js.map