Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Mar 18, 2022
1 parent 3879f11 commit 5ef3347
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 420 deletions.
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

yarn pack
yarn test:coverage
yarn outdated
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@oclif/command": "^1.8.15",
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1.3.5",
"@salesforce/command": "^4.1.3",
"@salesforce/command": "^5.0.1",
"@salesforce/core": "^2.28.1",
"fast-xml-parser": "^4",
"fs-extra": "^10.0.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-config-salesforce-typescript": "^0.2.8",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^37.2.3",
"eslint-plugin-jsdoc": "^38.0.4",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.2",
"jest": "^27.2.5",
Expand Down Expand Up @@ -111,4 +111,4 @@
"sfdc": {
"latestApiVersion": "54"
}
}
}
Loading

0 comments on commit 5ef3347

Please sign in to comment.