Skip to content

Commit 6b066ab

Browse files
authored
Merge pull request #885 from salesforcecli/devScripts2023-12-05
refactor: devScripts update
2 parents 0e848b6 + 4895f78 commit 6b066ab

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@oclif/plugin-command-snapshot": "^5.0.2",
1717
"@salesforce/cli-plugins-testkit": "^5.1.0",
18-
"@salesforce/dev-scripts": "^7.1.1",
18+
"@salesforce/dev-scripts": "^8.0.0",
1919
"@salesforce/plugin-command-reference": "^3.0.49",
2020
"@salesforce/ts-sinon": "1.4.19",
2121
"@types/shelljs": "^0.8.14",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,17 +1030,17 @@
10301030
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
10311031
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
10321032

1033-
"@salesforce/dev-scripts@^7.1.1":
1034-
version "7.1.1"
1035-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.1.tgz#549b58fb7e8c2410ce594c46f780a0907618f19f"
1036-
integrity sha512-6SL+QDOMZCnmU4Lu2ZCjqsMRcHw96mnjUOPE7b2HcfmfPo2a/hAYUtv8v7UsZ/+3UPbSf+XsLJfUsF15QIUWrg==
1033+
"@salesforce/dev-scripts@^8.0.0":
1034+
version "8.0.0"
1035+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.0.0.tgz#debdc8a311858259e7c972a55b82521c6eed101d"
1036+
integrity sha512-8TxQD+8Acn1CBiiSwhTPnYfbdaX9fASUPB5CvTSQJMr9aitoa9PFrC/wE7QTmtf+O8UAAVz4nndhjVABqpYf1Q==
10371037
dependencies:
10381038
"@commitlint/cli" "^17.1.2"
10391039
"@commitlint/config-conventional" "^17.1.0"
10401040
"@salesforce/dev-config" "^4.1.0"
10411041
"@salesforce/prettier-config" "^0.0.3"
10421042
"@types/chai" "^4.3.10"
1043-
"@types/mocha" "^10.0.4"
1043+
"@types/mocha" "^10.0.6"
10441044
"@types/node" "^18"
10451045
"@types/sinon" "^10.0.20"
10461046
chai "^4.3.10"
@@ -1358,10 +1358,10 @@
13581358
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
13591359
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
13601360

1361-
"@types/mocha@^10.0.4":
1362-
version "10.0.4"
1363-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
1364-
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
1361+
"@types/mocha@^10.0.6":
1362+
version "10.0.6"
1363+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
1364+
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
13651365

13661366
"@types/node@*", "@types/[email protected]":
13671367
version "20.5.1"

0 commit comments

Comments
 (0)