Skip to content

Commit

Permalink
chore(package): update non-breaking oclif dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Jul 8, 2021
1 parent 5b0a1fa commit bec6a22
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 58 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "@salesforce/sfdx-plugin-lwc-test",
"description": "Tools for unit testing Lightning web components in a Salesforce DX workspace",
"version": "0.1.1",
"// @oclif/config v1.14.0+ is broken because of https://github.com/oclif/oclif/issues/182": true,
"dependencies": {
"@oclif/command": "^1.5.19",
"@oclif/command": "^1.8.0",
"@oclif/config": "1.13.3",
"@oclif/errors": "^1.2.2",
"@oclif/errors": "^1.3.5",
"@salesforce/command": "^3.0.0",
"@salesforce/core": "^2.2.0",
"@salesforce/kit": "^1.2.1",
Expand All @@ -14,10 +15,10 @@
"tslib": "^1.10.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@oclif/plugin-command-snapshot": "^1.0.0",
"@oclif/plugin-help": "^1",
"@oclif/test": "^1.2.5",
"@oclif/dev-cli": "^1.26.0",
"@oclif/plugin-command-snapshot": "^1.1.0",
"@oclif/plugin-help": "^1.2.11",
"@oclif/test": "^1.2.8",
"@salesforce/dev-config": "^1.5.0",
"@salesforce/plugin-command-reference": "^1.0.7",
"@salesforce/ts-sinon": "^1.1.2",
Expand Down
Loading

0 comments on commit bec6a22

Please sign in to comment.