Skip to content

Commit

Permalink
chore: update dependencies (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Sep 1, 2022
1 parent b841f34 commit bf77e1a
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 550 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "lib/index.js",
"dependencies": {
"@oclif/core": "^1.16.0",
"@salesforce/command": "^5.2.0",
"@salesforce/core": "^3.21.1",
"@salesforce/command": "^5.2.6",
"@salesforce/core": "^3.26.2",
"@salesforce/kit": "^1.6.0",
"semver-compare": "^1.0.0",
"signal-exit": "^3.0.6",
Expand All @@ -16,13 +16,14 @@
"@oclif/plugin-command-snapshot": "^3.1.3",
"@oclif/plugin-commands": "^2.1.0",
"@oclif/plugin-help": "^5.1.12",
"@salesforce/cli-plugins-testkit": "^2.3.11",
"@salesforce/cli-plugins-testkit": "^2.3.13",
"@salesforce/dev-config": "^3.1.0",
"@salesforce/dev-scripts": "^3.1.0",
"@salesforce/plugin-command-reference": "^1.4.0",
"@salesforce/prettier-config": "^0.0.2",
"@salesforce/ts-sinon": "^1.3.20",
"@salesforce/ts-types": "^1.5.19",
"@types/node": "^18.7.14",
"@types/semver-compare": "^1.0.1",
"@types/shelljs": "^0.8.11",
"@types/signal-exit": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/commands/lwc/test/run.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('force:lightning:lwc:test:run', () => {
.command(['force:lightning:lwc:test:run', '--watch', '--debug'])
.it('errors when watch and debug flag set', (ctx) => {
// update for OCLIF exclusive error message
expect(ctx.stderr).to.contain('--watch= cannot also be provided when using --debug=');
expect(ctx.stderr).to.contain('--debug=true cannot also be provided when using --watch');
});

test
Expand Down
Loading

0 comments on commit bf77e1a

Please sign in to comment.