Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Aug 15, 2024
1 parent b68e871 commit ec88a3f
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 298 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"author": "Sebastien Colladon <[email protected]>",
"dependencies": {
"@salesforce/command": "^5.3.9",
"@salesforce/core": "^8.2.8",
"@salesforce/core": "^8.4.0",
"async": "^3.2.5",
"fast-xml-parser": "^4.4.1",
"fs-extra": "^11.2.0",
"ignore": "^5.3.1",
"ignore": "^5.3.2",
"isomorphic-git": "^1.27.1",
"lodash": "^4.17.21",
"simple-git": "^3.25.0",
Expand Down Expand Up @@ -219,23 +219,23 @@
}
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@jest/globals": "^29.7.0",
"@ls-lint/ls-lint": "^2.2.3",
"@oclif/dev-cli": "^1.26.10",
"@salesforce/cli-plugins-testkit": "^5.3.23",
"@salesforce/cli-plugins-testkit": "^5.3.25",
"@salesforce/dev-config": "^4.1.0",
"@salesforce/ts-sinon": "^1.4.24",
"@stryker-mutator/core": "^8.3.0",
"@stryker-mutator/jest-runner": "^8.3.0",
"@swc/core": "^1.7.6",
"@stryker-mutator/core": "^8.5.0",
"@stryker-mutator/jest-runner": "^8.5.0",
"@swc/core": "^1.7.11",
"@types/async": "^3.2.24",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.7",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@types/node": "^22.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"benchmark": "^2.1.4",
"chai": "^4.3.10",
"eslint": "^8.57.0",
Expand All @@ -244,9 +244,9 @@
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.4",
"jest": "^29.7.0",
"knip": "^5.27.0",
"lint-staged": "^15.2.8",
"mocha": "^10.7.0",
"knip": "^5.27.2",
"lint-staged": "^15.2.9",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"prettier": "^3.3.3",
"shx": "^0.3.4",
Expand All @@ -255,9 +255,9 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"wireit": "^0.14.5",
"yarn-audit-fix": "^10.0.7",
"yarn-upgrade-all": "^0.7.2"
"wireit": "^0.14.7",
"yarn-audit-fix": "^10.0.8",
"yarn-upgrade-all": "^0.7.4"
},
"oclif": {
"commands": "./lib/commands",
Expand Down
Loading

0 comments on commit ec88a3f

Please sign in to comment.