Skip to content

Commit

Permalink
chore: bump dev-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 25, 2023
1 parent 140d28c commit fa861ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5",
"@salesforce/cli-plugins-testkit": "^4.4.10",
"@salesforce/dev-config": "^4.0.2-dev.1",
"@salesforce/dev-scripts": "^5.11.1",
"@salesforce/dev-config": "^4.1.0",
"@salesforce/dev-scripts": "^5.11.2-dev.1",
"@salesforce/plugin-command-reference": "^3.0.33",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/ts-sinon": "^1.4.18",
Expand Down Expand Up @@ -198,7 +198,7 @@
"output": []
},
"test:command-reference": {
"command": "\"./bin/dev.js\" commandreference:generate --erroronwarnings",
"command": "ts-node \"./bin/dev.js\" commandreference:generate --erroronwarnings",
"files": [
"src/**/*.ts",
"messages/**",
Expand All @@ -209,7 +209,7 @@
]
},
"test:deprecation-policy": {
"command": "\"./bin/dev.js\" snapshot:compare",
"command": "ts-node \"./bin/dev.js\" snapshot:compare",
"files": [
"src/**/*.ts"
],
Expand All @@ -219,7 +219,7 @@
]
},
"test:json-schema": {
"command": "\"./bin/dev.js\" schema:compare",
"command": "ts-node \"./bin/dev.js\" schema:compare",
"files": [
"src/**/*.ts",
"schemas"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1007,15 +1007,15 @@
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.0.1.tgz#662ffaa4409713553aaf68eed93e7d2429c3ff0e"
integrity sha512-0zMjXG4Vjlu/mB7zbuKSXfXiP7CEZBwsPtYqNgburk/wZIU9KcMspLwVBDUxmUj9ltRksD9o1ubRUblN5M3Z0g==

"@salesforce/dev-config@^4.0.2-dev.1":
version "4.0.2-dev.1"
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.0.2-dev.1.tgz#b84d39ad20fd2d010c474077c1e30b0fcba85469"
integrity sha512-DrsPyupn5I9S8UPR4Y9Xb678w0tm6MENGROY/e1Sep8m7VEE1Eqae2by9DXsi2Ud6GdsyrA8qIJRrDMrxb5v9w==

"@salesforce/dev-scripts@^5.11.1":
version "5.11.1"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.11.1.tgz#7281abc59eb1c374185d572de36395e35f6c977e"
integrity sha512-0tQzQsCOhaymOceLWMyMAEQfoI81nCxKAkZ2LPz/fYmExQNEdgg3kxr4RxL4GL1wadJQd42LrK6azszuTZLq0w==
"@salesforce/dev-config@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==

"@salesforce/dev-scripts@^5.11.2-dev.1":
version "5.11.2-dev.1"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.11.2-dev.1.tgz#759451a5b5a4a17267a25a4d218319fdf4a1fc50"
integrity sha512-uxS4a3vuA3xV6trPFzbYcat9nk+pFE46tRqOycHJKQVJRmqNUTI7n835tYWahdalimKb3sEUm0TwgQhna+L7vA==
dependencies:
"@commitlint/cli" "^17.1.2"
"@commitlint/config-conventional" "^17.1.0"
Expand Down

0 comments on commit fa861ae

Please sign in to comment.