Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Apr 20, 2024
1 parent 0ef1482 commit 7cd86c0
Show file tree
Hide file tree
Showing 2 changed files with 503 additions and 467 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"author": "Sebastien Colladon <[email protected]>",
"dependencies": {
"@salesforce/command": "^5.3.9",
"@salesforce/core": "^6.7.1",
"@salesforce/core": "^7.3.0",
"async": "^3.2.5",
"fast-xml-parser": "^4.3.6",
"fs-extra": "^11.2.0",
"ignore": "^5.3.1",
"isomorphic-git": "^1.25.6",
"isomorphic-git": "^1.25.7",
"lodash": "^4.17.21",
"simple-git": "^3.23.0",
"simple-git": "^3.24.0",
"xmlbuilder2": "^3.1.1"
},
"license": "MIT",
Expand Down Expand Up @@ -174,22 +174,22 @@
}
},
"devDependencies": {
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@jest/globals": "^29.7.0",
"@oclif/dev-cli": "^1.26.10",
"@salesforce/cli-plugins-testkit": "^5.1.11",
"@salesforce/cli-plugins-testkit": "^5.2.1",
"@salesforce/dev-config": "^4.1.0",
"@salesforce/ts-sinon": "^1.4.19",
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/jest-runner": "^8.2.6",
"@swc/core": "^1.4.8",
"@swc/core": "^1.4.16",
"@types/async": "^3.2.24",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"benchmark": "^2.1.4",
"chai": "^4.3.10",
"eslint": "^8.57.0",
Expand All @@ -200,7 +200,7 @@
"jest": "^29.7.0",
"knip": "^5.9.4",
"lint-staged": "^15.2.2",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"shx": "^0.3.4",
Expand Down
Loading

0 comments on commit 7cd86c0

Please sign in to comment.