Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jan 30, 2024
1 parent 0099366 commit 103a793
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 264 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@salesforce/command": "^5.3.9",
"async": "^3.2.5",
"fast-xml-parser": "^4.3.3",
"fast-xml-parser": "^4.3.4",
"fs-extra": "^11.2.0",
"ignore": "^5.3.0",
"isomorphic-git": "^1.25.3",
Expand Down Expand Up @@ -74,23 +74,23 @@
"@salesforce/cli-plugins-testkit": "^5.1.8",
"@salesforce/dev-config": "^4.1.0",
"@salesforce/ts-sinon": "^1.4.19",
"@stryker-mutator/core": "^8.0.0",
"@stryker-mutator/jest-runner": "^8.0.0",
"@swc/core": "^1.3.106",
"@stryker-mutator/core": "^8.2.2",
"@stryker-mutator/jest-runner": "^8.2.2",
"@swc/core": "^1.3.107",
"@types/async": "^3.2.24",
"@types/jest": "^29.5.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.7",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"benchmark": "^2.1.4",
"chai": "^4.3.10",
"depcheck": "^1.4.7",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.6",
"husky": "^9.0.7",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
Expand Down
Loading

0 comments on commit 103a793

Please sign in to comment.