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 5, 2024
1 parent 261e311 commit 79bd304
Show file tree
Hide file tree
Showing 2 changed files with 732 additions and 1,019 deletions.
45 changes: 22 additions & 23 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",
"fast-xml-parser": "^4.3.2",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"ignore": "^5.3.0",
"lodash": "^4.17.21",
"xmlbuilder2": "^3.1.1"
Expand Down Expand Up @@ -64,41 +64,40 @@
"dependencies:upgrade": "shx rm -rf yarn.lock ; shx touch yarn.lock ; yarn-upgrade-all ; yarn-audit-fix"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@jest/globals": "^29.7.0",
"@oclif/dev-cli": "^1.26.10",
"@salesforce/cli-plugins-testkit": "^5.0.4",
"@salesforce/cli-plugins-testkit": "^5.1.3",
"@salesforce/dev-config": "^4.1.0",
"@salesforce/ts-sinon": "^1.4.19",
"@stryker-mutator/core": "^7.3.0",
"@stryker-mutator/jest-runner": "^7.3.0",
"@swc/core": "^1.3.99",
"@types/jest": "^29.5.9",
"@types/mocha": "^10.0.5",
"@types/node": "^20.9.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@stryker-mutator/core": "^8.0.0",
"@stryker-mutator/jest-runner": "^8.0.0",
"@swc/core": "^1.3.102",
"@types/jest": "^29.5.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"benchmark": "^2.1.4",
"chai": "^4.3.10",
"chai": "^4.4.0",
"depcheck": "^1.4.7",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"shx": "^0.3.4",
"sinon": "^17.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"yarn-audit-fix": "^10.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"yarn-audit-fix": "^10.0.7",
"yarn-upgrade-all": "^0.7.2"
},
"oclif": {
Expand Down
Loading

0 comments on commit 79bd304

Please sign in to comment.