Skip to content

Commit

Permalink
build: add mocha, nyc, wireit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 committed Oct 7, 2024
1 parent ba7944c commit fdf5368
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"@salesforce/dev-scripts": "^10.2.10",
"eslint-plugin-sf-plugin": "^1.17.2",
"husky": "^9.1.4",
"mocha": "^10.7.3",
"nyc": "^17.1.0",
"oclif": "^4.3.4",
"shx": "0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"wireit": "^0.14.9"
},
"engines": {
"node": ">=18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7343,7 +7343,7 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

mocha@^10.7.0:
mocha@^10.7.0, mocha@^10.7.3:
version "10.7.3"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752"
integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==
Expand Down Expand Up @@ -7719,7 +7719,7 @@ npmlog@^6.0.0:
gauge "^4.0.3"
set-blocking "^2.0.0"

nyc@^17.0.0:
nyc@^17.0.0, nyc@^17.1.0:
version "17.1.0"
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
Expand Down Expand Up @@ -10196,7 +10196,7 @@ widest-line@^3.1.0:
dependencies:
string-width "^4.0.0"

wireit@^0.14.5:
wireit@^0.14.5, wireit@^0.14.9:
version "0.14.9"
resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.14.9.tgz#72fb1e3a605f246104c0e292f10472ecc106fe1d"
integrity sha512-hFc96BgyslfO1WGSzQqOVYd5N3TB+4u9w70L9GHR/T7SYjvFmeznkYMsRIjMLhPcVabCEYPW1vV66wmIVDs+dQ==
Expand Down

0 comments on commit fdf5368

Please sign in to comment.