UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

9 lines (8 loc) 350 B
import type { FileMap } from '@dynatrace/devkit'; import type { UpdateReference } from './types/types'; /** Updates the package.json dependencies with the latest package versions */ export declare function updatePackageJson( /** Update references */ updateReferences: Record<string, UpdateReference>, /** The file map */ fileMap: FileMap): FileMap;