Skip to content

Commit 296f395

Browse files
authored
Merge pull request #1354 from st3phhays/choco-theme-2.9.2
(#1353) Upgrade to choco-theme 2.9.2
2 parents 3307079 + 0d2ddac commit 296f395

2 files changed

Lines changed: 252 additions & 207 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
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",
@@ -36,8 +38,8 @@
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": {

0 commit comments

Comments
 (0)