Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Oct 5, 2024
1 parent d3c2976 commit 15c63bf
Show file tree
Hide file tree
Showing 2 changed files with 1,187 additions and 1,125 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"packageManager": "yarn@4.5.0",
"dependencies": {
"@oclif/core": "^4.0.23",
"@oclif/core": "^4.0.27",
"@salesforce/core": "^8.6.1",
"@salesforce/sf-plugins-core": "^11.3.10",
"async": "^3.2.6",
Expand All @@ -63,37 +63,37 @@
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@jest/globals": "^29.7.0",
"@ls-lint/ls-lint": "^2.2.3",
"@oclif/plugin-command-snapshot": "^5.2.17",
"@oclif/plugin-help": "^6.2.13",
"@oclif/plugin-command-snapshot": "^5.2.18",
"@oclif/plugin-help": "^6.2.14",
"@salesforce/cli-plugins-testkit": "^5.3.33",
"@salesforce/dev-config": "^4.3.1",
"@salesforce/ts-sinon": "^1.4.27",
"@stryker-mutator/core": "^8.5.0",
"@stryker-mutator/jest-runner": "^8.5.0",
"@stryker-mutator/core": "^8.6.0",
"@stryker-mutator/jest-runner": "^8.6.0",
"@swc/core": "1.7.26",
"@types/async": "^3.2.24",
"@types/chai": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.13",
"@types/lodash": "^4",
"@types/lodash-es": "^4",
"@types/lodash": "^4.17.10",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
"benchmark": "^2.1.4",
"chai": "^5.1.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"knip": "^5.30.6",
"knip": "^5.31.0",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"mocha": "^10.7.3",
"nyc": "^17.1.0",
"oclif": "^4.14.36",
"oclif": "^4.15.2",
"shx": "^0.3.4",
"sinon": "^19.0.2",
"ts-jest": "^29.2.5",
Expand Down
Loading

0 comments on commit 15c63bf

Please sign in to comment.