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 Oct 26, 2023
1 parent 58d8e9a commit a8798a4
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 98 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@
"devDependencies": {
"@oclif/test": "^2.5.6",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.10.0",
"@salesforce/dev-scripts": "^5.12.0",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/ts-sinon": "^1.4.15",
"@types/inquirer": "^8.2.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.8",
"eslint": "^8.50.0",
"chai": "^4.3.10",
"eslint": "^8.52.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-config-salesforce-typescript": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^44.2.7",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-sf-plugin": "^1.16.8",
"husky": "^7.0.4",
"mocha": "^9.1.3",
Expand All @@ -70,8 +70,8 @@
"sinon": "10.0.1",
"strip-ansi": "6.0.1",
"ts-node": "^10.7.0",
"typescript": "^4.9.5",
"wireit": "^0.14.0"
"typescript": "^5.2.2",
"wireit": "^0.14.1"
},
"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 a8798a4

Please sign in to comment.