Skip to content

Commit 1db57c2

Browse files
committed
(#1233)(#1234)(#1237)(#1241) Bump astro, docs, playwright to 2.1.0
This bumps the versions of @chocolatey-software/astro and @chocolatey-software/docs and @chocolatey-software/playwright to 2.1.0. With these version, it includes fixes to first escape characters before inputting them into DynamicCodeBlocks, adds an option to validate DynamicCodeBlockInput's, and also adds the ability to hide or disable tabs in the Tab component. This also updates the Chocolatey Headquarters address.
1 parent 17c4d3b commit 1db57c2

File tree

2 files changed

+678
-692
lines changed

2 files changed

+678
-692
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
},
3232
"devDependencies": {
3333
"@chocolatey-software/assets": "2.0.0",
34-
"@chocolatey-software/astro": "2.0.0",
34+
"@chocolatey-software/astro": "chocolatey/choco-theme#head=release/2.1.0&workspace=@chocolatey-software/astro",
3535
"@chocolatey-software/build-tools": "2.0.0",
36-
"@chocolatey-software/playwright": "2.0.0"
36+
"@chocolatey-software/playwright": "chocolatey/choco-theme#head=release/2.1.0&workspace=@chocolatey-software/playwright"
3737
},
3838
"dependencies": {
39-
"@chocolatey-software/docs": "2.0.0"
39+
"@chocolatey-software/docs": "chocolatey/choco-theme#head=release/2.1.0&workspace=@chocolatey-software/docs"
4040
}
4141
}

0 commit comments

Comments
 (0)