Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 12, 2023
1 parent de3bb13 commit 9799892
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 491 deletions.
26 changes: 3 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,13 @@
},
"devDependencies": {
"@oclif/test": "^2.5.6",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.10.0",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/dev-scripts": "^6.0.3",
"@salesforce/ts-sinon": "^1.4.15",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.8",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-salesforce": "^2.0.1",
"eslint-config-salesforce-license": "^0.2.0",
"eslint-config-salesforce-typescript": "^1.1.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^44.2.7",
"eslint-plugin-sf-plugin": "^1.16.8",
"husky": "^7.0.4",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"shelljs": "0.8.5",
"sinon": "10.0.1",
"strip-ansi": "6.0.1",
"ts-node": "^10.7.0",
"typescript": "^4.9.5",
"wireit": "^0.14.0"
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion src/deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
/* eslint-disable @typescript-eslint/explicit-member-accessibility */

import { EventEmitter } from 'events';
import { EventEmitter } from 'node:events';
import { AnyJson, JsonMap } from '@salesforce/ts-types';
import { QuestionCollection, Answers } from 'inquirer';
import { ux } from '@oclif/core';
Expand Down
2 changes: 1 addition & 1 deletion src/sfCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
import * as os from 'os';
import * as os from 'node:os';
import { ux, Command, Config, HelpSection } from '@oclif/core';
import {
envVars,
Expand Down
2 changes: 1 addition & 1 deletion src/ux/progress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

import * as util from 'util';
import * as util from 'node:util';
import { ux } from '@oclif/core';
import { UxBase } from '.';

Expand Down
Loading

0 comments on commit 9799892

Please sign in to comment.