Skip to content

Commit

Permalink
Merge pull request #588 from salesforcecli/devScripts2023-09-03
Browse files Browse the repository at this point in the history
refactor: devScripts update
  • Loading branch information
svc-cli-bot authored Sep 3, 2023
2 parents 6387caa + 6bd4ddb commit c38964b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 232 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@oclif/core": "^2.11.10",
"@oclif/core": "^2.15.0",
"@salesforce/core": "^5.2.1",
"@salesforce/sf-plugins-core": "^3.1.20",
"got": "^11",
Expand All @@ -23,7 +23,7 @@
"@oclif/plugin-command-snapshot": "^4.0.14",
"@salesforce/cli-plugins-testkit": "^4.3.3",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.7.0",
"@salesforce/dev-scripts": "^5.10.0",
"@salesforce/plugin-command-reference": "^3.0.27",
"@salesforce/plugin-telemetry": "^2.3.1",
"@salesforce/prettier-config": "^0.0.3",
Expand All @@ -46,7 +46,7 @@
"husky": "^7.0.4",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"oclif": "^3.11.3",
"oclif": "^3.14.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.0",
"shx": "0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion test/.eslintrc.js → test/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

module.exports = {
extends: '../.eslintrc.js',
extends: '../.eslintrc.cjs',
// Allow describe and it
env: { mocha: true },
rules: {
Expand Down
Loading

0 comments on commit c38964b

Please sign in to comment.