File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "scripts" : {
2020 "astro" : " npx astro" ,
2121 "audit" : " yarn npm audit --all --recursive --no-deprecations" ,
22+ "audit-direct" : " yarn npm audit --all --no-deprecations" ,
23+ "audit-resolve" : " powershell -NoProfile -File node_modules/@chocolatey-software/build-tools/build/Resolve-YarnAudit.ps1" ,
2224 "browsers" : " npx playwright install --with-deps" ,
2325 "build" : " yarn dependencies && yarn telemetry && yarn choco-theme && yarn browsers && npx astro build" ,
2426 "build-copy-theme" : " npx tsx node_modules/@chocolatey-software/build-tools/build/copy-theme.ts docs" ,
3638 },
3739 "devDependencies" : {
3840 "@chocolatey-software/assets" : " 2.0.0" ,
39- "@chocolatey-software/astro" : " 2.8.0 " ,
40- "@chocolatey-software/build-tools" : " 2.8.0 " ,
41+ "@chocolatey-software/astro" : " 2.9.2 " ,
42+ "@chocolatey-software/build-tools" : " 2.9.2 " ,
4143 "@chocolatey-software/playwright" : " 2.8.0"
4244 },
4345 "dependencies" : {
You can’t perform that action at this time.
0 commit comments