Skip to content

Commit bf77e1a

Browse files
authored
chore: update dependencies (#57)
1 parent b841f34 commit bf77e1a

File tree

3 files changed

+460
-550
lines changed

3 files changed

+460
-550
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "lib/index.js",
66
"dependencies": {
77
"@oclif/core": "^1.16.0",
8-
"@salesforce/command": "^5.2.0",
9-
"@salesforce/core": "^3.21.1",
8+
"@salesforce/command": "^5.2.6",
9+
"@salesforce/core": "^3.26.2",
1010
"@salesforce/kit": "^1.6.0",
1111
"semver-compare": "^1.0.0",
1212
"signal-exit": "^3.0.6",
@@ -16,13 +16,14 @@
1616
"@oclif/plugin-command-snapshot": "^3.1.3",
1717
"@oclif/plugin-commands": "^2.1.0",
1818
"@oclif/plugin-help": "^5.1.12",
19-
"@salesforce/cli-plugins-testkit": "^2.3.11",
19+
"@salesforce/cli-plugins-testkit": "^2.3.13",
2020
"@salesforce/dev-config": "^3.1.0",
2121
"@salesforce/dev-scripts": "^3.1.0",
2222
"@salesforce/plugin-command-reference": "^1.4.0",
2323
"@salesforce/prettier-config": "^0.0.2",
2424
"@salesforce/ts-sinon": "^1.3.20",
2525
"@salesforce/ts-types": "^1.5.19",
26+
"@types/node": "^18.7.14",
2627
"@types/semver-compare": "^1.0.1",
2728
"@types/shelljs": "^0.8.11",
2829
"@types/signal-exit": "^3.0.1",

test/commands/lwc/test/run.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('force:lightning:lwc:test:run', () => {
104104
.command(['force:lightning:lwc:test:run', '--watch', '--debug'])
105105
.it('errors when watch and debug flag set', (ctx) => {
106106
// update for OCLIF exclusive error message
107-
expect(ctx.stderr).to.contain('--watch= cannot also be provided when using --debug=');
107+
expect(ctx.stderr).to.contain('--debug=true cannot also be provided when using --watch');
108108
});
109109

110110
test

0 commit comments

Comments
 (0)