Skip to content

Commit

Permalink
chore: missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 4, 2024
1 parent dce34d7 commit 298c30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dependencies": {
"@oclif/core": "^3.26.0",
"@salesforce/core": "^6.5.5",
"@salesforce/kit": "^3.1.0",
"@salesforce/sf-plugins-core": "^8.0.2",
"got": "^13.0.0",
"npm": "10.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/jitPluginInstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { homedir } from 'node:os';
import { Hook } from '@oclif/core';
import { SfError } from '@salesforce/core';
import { TelemetryGlobal } from '@salesforce/plugin-telemetry/lib/telemetryGlobal.js';
import type { TelemetryGlobal } from '@salesforce/plugin-telemetry/lib/telemetryGlobal.js';

declare const global: TelemetryGlobal;

Expand Down

0 comments on commit 298c30d

Please sign in to comment.