Skip to content

Commit

Permalink
Bump Docsy to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim committed Nov 14, 2024
1 parent 351d3a8 commit 9732ffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
RUN rm -rf /var/cache/* # partial cleanup

WORKDIR /opt/npm
RUN npm install -D -g autoprefixer postcss-cli google/docsy#semver:0.7.2
RUN npm install -D -g autoprefixer postcss-cli google/docsy#semver:0.11.0

RUN useradd -m --user-group -u 60000 -d /var/hugo hugo && \
chown -R hugo: /var/hugo && \
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"docsy": "github:google/docsy#v0.7.2"
"docsy": "github:google/docsy#v0.11.0"
},
"devDependencies": {
"autoprefixer": "^9.8.4",
Expand Down

0 comments on commit 9732ffc

Please sign in to comment.