Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore: dump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed May 22, 2024
1 parent 85fa226 commit be43073
Show file tree
Hide file tree
Showing 4 changed files with 1,369 additions and 3,233 deletions.
8 changes: 4 additions & 4 deletions command-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"command": "org:api",
"plugin": "@cristiand391/sf-plugin-api",
"flags": ["body", "header", "include", "method", "target-org"],
"alias": [],
"command": "org:api",
"flagAliases": [],
"flagChars": ["H", "X", "i", "o"],
"flagAliases": []
"flags": ["body", "flags-dir", "header", "include", "method", "target-org"],
"plugin": "@cristiand391/sf-plugin-api"
}
]
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"type": "module",
"bugs": "https://github.com/cristiand391/sf-plugin-api/issues",
"dependencies": {
"@oclif/core": "^3.18.1",
"@salesforce/core": "^6.5.0",
"@salesforce/sf-plugins-core": "^7.1.4",
"@oclif/core": "^3.26.6",
"@salesforce/core": "^7.3.9",
"@salesforce/sf-plugins-core": "^9.0.12",
"chalk": "^5.3.0",
"got": "^13.0.0",
"proxy-agent": "^6.3.1"
"proxy-agent": "^6.4.0"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.0.6",
"@oclif/plugin-command-snapshot": "^5.1.9",
"@types/chai": "^4.3.4",
"@types/inquirer": "^9.0.3",
"@types/mocha": "^10.0.1",
Expand All @@ -35,7 +35,7 @@
"eslint-plugin-unicorn": "^49.0.0",
"mocha": "^10.2.0",
"nock": "^13.3.0",
"oclif": "^4.3.9",
"oclif": "^4.10.15",
"prettier": "^3.0.1",
"shx": "0.3.4",
"sinon": "^15.0.3",
Expand Down
5 changes: 1 addition & 4 deletions test/commands/org/api.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import nock = require('nock');
import {
TestContext,
MockTestOrgData,
} from '@salesforce/core/lib/testSetup.js';
import { TestContext, MockTestOrgData } from '@salesforce/core/testSetup';
import { SfError } from '@salesforce/core';
import { expect } from 'chai';
import stripAnsi from 'strip-ansi';
Expand Down
Loading

0 comments on commit be43073

Please sign in to comment.