Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Sep 3, 2023
1 parent cd15f5c commit 3d7413d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 194 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@oclif/core": "^2.11.7",
"@oclif/core": "^2.15.0",
"@salesforce/apex-node": "^2.1.0",
"@salesforce/core": "^5.2.5",
"@salesforce/kit": "^3.0.9",
"@salesforce/sf-plugins-core": "^3.1.14",
"@salesforce/sf-plugins-core": "^3.1.20",
"@salesforce/source-deploy-retrieve": "^9.7.2",
"@salesforce/source-tracking": "^4.2.10",
"chalk": "^4.1.2",
Expand All @@ -20,7 +20,7 @@
"@oclif/plugin-command-snapshot": "^4.0.12",
"@salesforce/cli-plugins-testkit": "^4.3.0",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.7.0",
"@salesforce/dev-scripts": "^5.10.0",
"@salesforce/plugin-command-reference": "^3.0.25",
"@salesforce/plugin-settings": "^1.4.27",
"@salesforce/plugin-source": "^2.10.30",
Expand Down Expand Up @@ -49,7 +49,7 @@
"jsforce": "^2.0.0-beta.23",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"oclif": "^3.9.0",
"oclif": "^3.14.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"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 3d7413d

Please sign in to comment.