Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Feb 26, 2023
1 parent c503246 commit 57f78ef
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 153 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@oclif/command": "^1.8.22",
"@oclif/config": "^1.18.8",
"@oclif/errors": "^1.3.6",
"@salesforce/command": "^5.3.0",
"@salesforce/core": "^3.33.1",
"fast-xml-parser": "^4.1.2",
"@salesforce/command": "^5.3.2",
"@salesforce/core": "^3.33.5",
"fast-xml-parser": "^4.1.3",
"fs-extra": "^11.1.0",
"ignore": "^5.2.4",
"micromatch": "^4.0.5",
Expand Down Expand Up @@ -62,19 +62,19 @@
"upgrade:dependencies": "yarn yarn-upgrade-all"
},
"devDependencies": {
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@commitlint/prompt-cli": "^17.4.3",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/prompt-cli": "^17.4.4",
"@oclif/dev-cli": "^1.26.10",
"@oclif/plugin-help": "^5.2.4",
"@oclif/test": "^2.3.6",
"@oclif/plugin-help": "^5.2.6",
"@oclif/test": "^2.3.8",
"@salesforce/dev-config": "^3.1.0",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"@types/node": "^18.14.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-salesforce-typescript": "^1.1.1",
"eslint-plugin-import": "^2.27.5",
Expand Down
Loading

0 comments on commit 57f78ef

Please sign in to comment.