Skip to content

Commit

Permalink
chore(package): update dependencies (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Jul 9, 2021
1 parent 0fdd6d6 commit ea93c66
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 89 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
"description": "Tools for unit testing Lightning web components in a Salesforce DX workspace",
"version": "0.1.1",
"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",
"semver-compare": "^1.0.0",
"signal-exit": "^3.0.2",
"tslib": "^1.10.0"
"signal-exit": "^3.0.3",
"tslib": "^2.3.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",
"@salesforce/ts-types": "^1.2.2",
"@types/chai": "4.2.11",
"@types/chai": "4.2.21",
"@types/jsforce": "^1.9.18",
"@types/mocha": "^8.2.3",
"@types/node": "^13.13.2",
"chai": "^4.2.0",
"isbinaryfile": "^4.0.6",
"@types/node": "^16.3.0",
"chai": "^4.3.4",
"isbinaryfile": "^4.0.8",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
"ts-node": "^10.0.0",
"typescript": "^3.9.10"
},
"resolutions": {
"mkdirp": "^0.5.5"
Expand Down
Loading

0 comments on commit ea93c66

Please sign in to comment.