Skip to content

Commit

Permalink
Merge pull request #743 from salesforcecli/devScripts2023-10-29
Browse files Browse the repository at this point in the history
refactor: devScripts update
  • Loading branch information
svc-cli-bot authored Oct 29, 2023
2 parents 39ba7c7 + 69d66bf commit 4684b67
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 309 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@oclif/test": "^2.5.6",
"@salesforce/cli-plugins-testkit": "^4.3.6",
"@salesforce/dev-config": "^4.1.0",
"@salesforce/dev-scripts": "^5.11.0",
"@salesforce/dev-scripts": "^5.12.2",
"@salesforce/plugin-command-reference": "^3.0.43",
"@salesforce/plugin-functions": "^1.22.8",
"@salesforce/prettier-config": "^0.0.3",
Expand All @@ -31,10 +31,10 @@
"eslint-config-prettier": "^8.10.0",
"eslint-config-salesforce": "^2.0.2",
"eslint-config-salesforce-license": "^0.2.0",
"eslint-config-salesforce-typescript": "^1.1.2",
"eslint-config-salesforce-typescript": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^43.0.5",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-sf-plugin": "^1.16.3",
"husky": "^7.0.4",
"mocha": "^9.2.2",
Expand All @@ -46,7 +46,7 @@
"shx": "0.3.4",
"sinon": "10.0.1",
"ts-node": "^10.7.0",
"typescript": "^4.9.5",
"typescript": "^5.2.2",
"wireit": "^0.14.1"
},
"config": {},
Expand Down
2 changes: 1 addition & 1 deletion src/commands/env/open.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 { URL } from 'url';
import { URL } from 'node:url';
import { Flags, SfCommand } from '@salesforce/sf-plugins-core';
import { Logger, Messages, Org, SfError } from '@salesforce/core';
import * as open from 'open';
Expand Down
Loading

0 comments on commit 4684b67

Please sign in to comment.