Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed May 10, 2023
1 parent 7b35adb commit fb1689f
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 209 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
},
"author": "Sebastien Colladon <[email protected]>",
"dependencies": {
"@oclif/command": "^1.8.23",
"@oclif/command": "^1.8.24",
"@oclif/config": "^1.18.8",
"@oclif/core": "^2.8.2",
"@oclif/core": "^2.8.5",
"@oclif/errors": "^1.3.6",
"@salesforce/command": "^5.3.5",
"@salesforce/core": "^3.34.7",
"@salesforce/command": "^5.3.7",
"@salesforce/core": "^3.36.0",
"fast-xml-parser": "^4.2.2",
"fs-extra": "^11.1.1",
"ignore": "^5.2.4",
"lodash": "^4.17.21",
"micromatch": "^4.0.5",
"tslib": "^2.5.0",
"xmlbuilder2": "^3.0.2"
"xmlbuilder2": "^3.1.1"
},
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -70,36 +70,36 @@
"upgrade:dependencies": "yarn yarn-upgrade-all"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/prompt-cli": "^17.6.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/prompt-cli": "^17.6.3",
"@oclif/dev-cli": "^1.26.10",
"@oclif/plugin-help": "^5.2.9",
"@oclif/test": "^2.3.16",
"@salesforce/cli-plugins-testkit": "^3.3.3",
"@salesforce/dev-config": "^3.1.0",
"@oclif/test": "^2.3.19",
"@salesforce/cli-plugins-testkit": "^3.3.6",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/ts-sinon": "^1.4.6",
"@stryker-mutator/core": "^6.4.2",
"@stryker-mutator/jest-runner": "^6.4.2",
"@swc/core": "^1.3.53",
"@types/chai": "^4.3.4",
"@swc/core": "^1.3.57",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.13",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@types/node": "^20.1.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"chai": "^4.3.7",
"eslint": "^8.38.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-salesforce-typescript": "^1.1.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^43.0.7",
"eslint-plugin-jsdoc": "^44.2.2",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"shx": "^0.3.4",
"sinon": "^15.0.4",
Expand Down
Loading

0 comments on commit fb1689f

Please sign in to comment.