Skip to content

Commit

Permalink
fix(deps): bump devDeps
Browse files Browse the repository at this point in the history
* fix(deps): bump devDeps

* fix: safely import type from plugin-telemetry

* chore: bum plugin-telemetry for new export
  • Loading branch information
mshanemc authored Apr 12, 2024
1 parent 5d43e90 commit 3d4a1cd
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 437 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@oclif/plugin-command-snapshot": "^5.1.4",
"@salesforce/cli-plugins-testkit": "^5.2.0",
"@salesforce/dev-scripts": "^9.0.0",
"@salesforce/plugin-command-reference": "^3.0.74",
"@salesforce/plugin-telemetry": "^2.3.8",
"@salesforce/plugin-command-reference": "^3.0.76",
"@salesforce/plugin-telemetry": "^3.3.0",
"@salesforce/ts-sinon": "^1.4.18",
"@types/shelljs": "^0.8.15",
"@types/sinon-chai": "^3.2.12",
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 type { TelemetryGlobal } from '@salesforce/plugin-telemetry/lib/telemetryGlobal.js';
import type { TelemetryGlobal } from '@salesforce/plugin-telemetry';

declare const global: TelemetryGlobal;

Expand Down
Loading

0 comments on commit 3d4a1cd

Please sign in to comment.