Skip to content

Commit

Permalink
Merge pull request #586 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 0237e0c + a9fe6bf commit 4fa3aac
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 244 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 @@ -42,9 +42,9 @@
],
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
"dependencies": {
"@oclif/core": "^2.11.7",
"@oclif/core": "^2.15.0",
"@salesforce/core": "^5.2.0",
"@salesforce/sf-plugins-core": "^3.1.15",
"@salesforce/sf-plugins-core": "^3.1.20",
"@salesforce/ts-types": "^2.0.6",
"csv-parse": "^5.4.0",
"fast-xml-parser": "^4.2.7",
Expand All @@ -54,7 +54,7 @@
"@oclif/plugin-command-snapshot": "^4.0.14",
"@salesforce/cli-plugins-testkit": "^4.2.9",
"@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-data": "^2.5.6",
"@salesforce/plugin-source": "^2.10.32",
Expand All @@ -78,7 +78,7 @@
"jsforce": "^2.0.0-beta.22",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"oclif": "^3.9.1",
"oclif": "^3.14.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"shx": "0.2.2",
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 4fa3aac

Please sign in to comment.